aboutsummaryrefslogtreecommitdiff
path: root/threadproc/unix/signals.c
Commit message (Expand)AuthorAge
* add some more commentary about a work-around for an AIX problemJeff Trawick2001-11-30
* re-implement an AIX-specific workaround for a sigwait() bug toJeff Trawick2001-11-29
* Fix apr_setup_signal_thread() to grab the right error code fromJeff Trawick2001-11-16
* Fix apr_setup_signal_thread() so that threads don't blockJeff Trawick2001-11-12
* On platforms that have sigsuspend (such as Darwin) but not apr_sigwait,Justin Erenkrantz2001-09-07
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-10
* Convert the apr_create_signal_thread to apr_signal_thread. The mainRyan Bloom2001-04-12
* This small change stops a build breakage.David Reid2001-04-12
* Fix a #error so that signals.c compiles again.Jeff Trawick2001-04-07
* If we don't have sigwait(), but we have sigsuspend(), use the latter.Wilfredo Sanchez2001-04-06
* SpelingWilfredo Sanchez2001-04-04
* Fix some warnings dealing with the fact that void * isn't compatibleJeff Trawick2001-02-28
* Get the signal thread (and thus Apache threaded MPMs) working properlyJeff Trawick2001-02-27
* Get APR to build on Tru64 again.Jeff Trawick2001-02-27
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-25
* Don't define the signal thread logic is sigwait isn't defined. HopefullyRyan Bloom2001-02-25
* These are a bit too unix specific for OS/2 (pthread/sigwait).Brian Havard2001-02-23
* Add apr_sigwait to the apr_private.h file. This allows us to removeRyan Bloom2001-02-21
* Get APR apps building on FreeBSD when --enable-threads isn't specified.Jeff Trawick2001-02-21
* get APR apps to build again by fixing the unresolve reference toJeff Trawick2001-02-21
* Add some functions to APR's thread/processes support to allow a singleRyan Bloom2001-02-21
* Update copyright to 2001Roy T. Fielding2001-02-16
* get prototype for apr_psprintf()Jeff Trawick2001-02-12
* *) add apr_signal_get_description() to that platforms (which have signals)Greg Stein2001-02-11
* renaming various functions for consistency sakeDoug MacEachern2001-02-08
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-08
* Move all of the threadproc private header files to an arch directory underRyan Bloom2000-11-09
* prefix libapr functions and types with apr_Doug MacEachern2000-08-02
* Move the ap_signal code form apr_signal.c in lib to signals.c inRyan Bloom2000-07-24
* more documentation movementdgaudet2000-04-14
* Add more code sharing arrangements and a few minor updates/tweaks.David Reid2000-04-05
* 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
* Last doc update.Ryan Bloom2000-03-15
* Fix all the License issues. Including:Ryan Bloom2000-03-10
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-03
* Ok, today it bored me too much that APR shouts many pages with warnings underRalf S. Engelschall1999-10-01
* Initial revisionRyan Bloom1999-08-17