index
:
apr
trunk
apache apr mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
unix
/
signals.c
Commit message (
Expand
)
Author
Age
*
add some more commentary about a work-around for an AIX problem
Jeff Trawick
2001-11-30
*
re-implement an AIX-specific workaround for a sigwait() bug to
Jeff Trawick
2001-11-29
*
Fix apr_setup_signal_thread() to grab the right error code from
Jeff Trawick
2001-11-16
*
Fix apr_setup_signal_thread() so that threads don't block
Jeff Trawick
2001-11-12
*
On platforms that have sigsuspend (such as Darwin) but not apr_sigwait,
Justin Erenkrantz
2001-09-07
*
Wrap all APR functions in APR_DECLARE macro.
Ryan Bloom
2001-08-10
*
Convert the apr_create_signal_thread to apr_signal_thread. The main
Ryan Bloom
2001-04-12
*
This small change stops a build breakage.
David Reid
2001-04-12
*
Fix a #error so that signals.c compiles again.
Jeff Trawick
2001-04-07
*
If we don't have sigwait(), but we have sigsuspend(), use the latter.
Wilfredo Sanchez
2001-04-06
*
Speling
Wilfredo Sanchez
2001-04-04
*
Fix some warnings dealing with the fact that void * isn't compatible
Jeff Trawick
2001-02-28
*
Get the signal thread (and thus Apache threaded MPMs) working properly
Jeff Trawick
2001-02-27
*
Get APR to build on Tru64 again.
Jeff Trawick
2001-02-27
*
Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and
William A. Rowe Jr
2001-02-25
*
Don't define the signal thread logic is sigwait isn't defined. Hopefully
Ryan Bloom
2001-02-25
*
These are a bit too unix specific for OS/2 (pthread/sigwait).
Brian Havard
2001-02-23
*
Add apr_sigwait to the apr_private.h file. This allows us to remove
Ryan Bloom
2001-02-21
*
Get APR apps building on FreeBSD when --enable-threads isn't specified.
Jeff Trawick
2001-02-21
*
get APR apps to build again by fixing the unresolve reference to
Jeff Trawick
2001-02-21
*
Add some functions to APR's thread/processes support to allow a single
Ryan Bloom
2001-02-21
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
*
get prototype for apr_psprintf()
Jeff Trawick
2001-02-12
*
*) add apr_signal_get_description() to that platforms (which have signals)
Greg Stein
2001-02-11
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
*
Move apr_private.h.in from the include directory to the arch/unix
Ryan Bloom
2000-12-08
*
Move all of the threadproc private header files to an arch directory under
Ryan Bloom
2000-11-09
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
*
Move the ap_signal code form apr_signal.c in lib to signals.c in
Ryan Bloom
2000-07-24
*
more documentation movement
dgaudet
2000-04-14
*
Add more code sharing arrangements and a few minor updates/tweaks.
David Reid
2000-04-05
*
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
*
Last doc update.
Ryan Bloom
2000-03-15
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
*
Fix the logic in blocking vs non-blocking pipes to children. It only
Ryan Bloom
1999-12-03
*
Ok, today it bored me too much that APR shouts many pages with warnings under
Ralf S. Engelschall
1999-10-01
*
Initial revision
Ryan Bloom
1999-08-17