summaryrefslogtreecommitdiff
path: root/threadproc/win32/signals.c
Commit message (Expand)AuthorAgeFilesLines
* definAtelytrawick2011-12-121-1/+1
* fix declaration of apr_signal_description_get()trawick2011-03-191-1/+1
* clean up some low hanging gcc warnings on Wintrawick2011-03-191-0/+1
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* APR_ENOTIMPL is more appropriate (rather than APR_SUCCESS) formadhum2004-04-221-2/+2
* Added two new functions apr_signal_block and apr_signal_unblock tomadhum2004-04-211-0/+10
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* axe these deprecated functions:trawick2003-09-031-6/+0
* As near as I can tell, Win32 will now correspond to Unix in terms of thewrowe2003-02-271-3/+9
* Once we apr_proc_kill on Unix, we don't expect to be able to recover anwrowe2003-02-251-1/+2
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Some simple fn renames ... by the book [deprecated entry points retained]wrowe2002-06-081-1/+7
* Update our copyright for this year.fielding2002-03-131-1/+1
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>wrowe2002-02-121-0/+2
* No cast needed here, but some NULL checking would be nice.wrowe2001-09-201-2/+6
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* add new signal init/query functionsgstein2001-02-111-0/+7
* renaming various functions for consistency sakedougm2001-02-081-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-1/+1
* Move all of the threadproc private header files to an arch directory underrbb2000-11-091-2/+2
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-061-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-1/+1
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-241-2/+2
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-1/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-1/+1
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Initial revisionrbb1999-08-171-0/+75