index
:
apr
trunk
apache apr mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
win32
/
signals.c
Commit message (
Expand
)
Author
Age
*
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
*
definAtely
Jeff Trawick
2011-12-12
*
fix declaration of apr_signal_description_get()
Jeff Trawick
2011-03-19
*
clean up some low hanging gcc warnings on Win
Jeff Trawick
2011-03-19
*
Fix the typo.
Joe Orton
2006-08-03
*
Update license header.
Joe Orton
2006-08-03
*
Fix up Win32-private includes to bring it in line with all other platforms.
Justin Erenkrantz
2006-07-12
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
*
APR_ENOTIMPL is more appropriate (rather than APR_SUCCESS) for
Madhusudan Mathihalli
2004-04-22
*
Added two new functions apr_signal_block and apr_signal_unblock to
Madhusudan Mathihalli
2004-04-21
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
*
axe these deprecated functions:
Jeff Trawick
2003-09-03
*
As near as I can tell, Win32 will now correspond to Unix in terms of the
William A. Rowe Jr
2003-02-27
*
Once we apr_proc_kill on Unix, we don't expect to be able to recover an
William A. Rowe Jr
2003-02-25
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
Thom May
2003-01-07
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
*
Update copyright notices to 2003.
Thom May
2003-01-01
*
Some simple fn renames ... by the book [deprecated entry points retained]
William A. Rowe Jr
2002-06-08
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
*
More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>
William A. Rowe Jr
2002-02-12
*
No cast needed here, but some NULL checking would be nice.
William A. Rowe Jr
2001-09-20
*
Fix the apr_proc_create for win32. In order to do so, this patch
William A. Rowe Jr
2001-09-09
*
Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and
William A. Rowe Jr
2001-02-25
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
*
add new signal init/query functions
Greg Stein
2001-02-11
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
*
Add remaining APR_DECLARE()s to all headers. Conditionally added
William A. Rowe Jr
2001-01-18
*
Move all of the threadproc private header files to an arch directory under
Ryan Bloom
2000-11-09
*
Here it is, the Win32 part of the big canonical errors patch.
William A. Rowe Jr
2000-10-06
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
*
Win32: Convert ap_proc_t to tranparent type.
Bill Stoddard
2000-05-24
*
Finish the APR naming cleanup. This removes the struct's from
Ryan Bloom
2000-04-03
*
fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the
Ryan Bloom
2000-04-03
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
*
Initial revision
Ryan Bloom
1999-08-17