aboutsummaryrefslogtreecommitdiff
path: root/threadproc/win32/signals.c
Commit message (Expand)AuthorAge
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-20
* definAtelyJeff Trawick2011-12-12
* fix declaration of apr_signal_description_get()Jeff Trawick2011-03-19
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-19
* Fix the typo.Joe Orton2006-08-03
* Update license header.Joe Orton2006-08-03
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-12
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04
* APR_ENOTIMPL is more appropriate (rather than APR_SUCCESS) forMadhusudan Mathihalli2004-04-22
* Added two new functions apr_signal_block and apr_signal_unblock toMadhusudan Mathihalli2004-04-21
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
* axe these deprecated functions:Jeff Trawick2003-09-03
* As near as I can tell, Win32 will now correspond to Unix in terms of theWilliam A. Rowe Jr2003-02-27
* Once we apr_proc_kill on Unix, we don't expect to be able to recover anWilliam A. Rowe Jr2003-02-25
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-07
* Namespace protection for include/arch/ header filesThom May2003-01-06
* Update copyright notices to 2003.Thom May2003-01-01
* Some simple fn renames ... by the book [deprecated entry points retained]William A. Rowe Jr2002-06-08
* Update our copyright for this year.Roy T. Fielding2002-03-13
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>William A. Rowe Jr2002-02-12
* No cast needed here, but some NULL checking would be nice.William A. Rowe Jr2001-09-20
* Fix the apr_proc_create for win32. In order to do so, this patchWilliam A. Rowe Jr2001-09-09
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-25
* Update copyright to 2001Roy T. Fielding2001-02-16
* add new signal init/query functionsGreg Stein2001-02-11
* renaming various functions for consistency sakeDoug MacEachern2001-02-08
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-18
* Move all of the threadproc private header files to an arch directory underRyan Bloom2000-11-09
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-06
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-06
* prefix libapr functions and types with apr_Doug MacEachern2000-08-02
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-24
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-03
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-03
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-31
* Fix all the License issues. Including:Ryan Bloom2000-03-10
* Initial revisionRyan Bloom1999-08-17