summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-283-4/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-184-52/+71
* Adjust the way we look for dead threads after Carlos Hasan's suggestiondreid2001-01-101-7/+6
* Libtool-ize APR.gstein2001-01-096-95/+39
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-311-7/+0
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>brane2000-12-211-141/+164
* Get exe CGI's working again on Windowsake2000-12-151-1/+1
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-086-10/+7
* Argh - correct my eariler attempt to get this building.dreid2000-12-021-1/+1
* OS/2: const'ifying the args to apr_create_process() has a ripple effect....bjh2000-11-261-4/+4
* The arguments to apr_create_process() should be "const" since we aren'tgstein2000-11-264-12/+16
* More fixes to get BeOS building and a few missing functions to try anddreid2000-11-194-1/+72
* Get this working on BeOS again after the arch changes.dreid2000-11-184-4/+6
* Get exports.c symbols to compile even if the declaration is hidden intrawick2000-11-172-0/+102
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-56/+2
* BeOS changes to the way dependencies are built in APR makefilestrawick2000-11-151-53/+2
* axe some old commentstrawick2000-11-151-5/+0
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-58/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-145-36/+52
* Move all of the threadproc private header files to an arch directory underrbb2000-11-0923-507/+56
* I'm pretty sure we only need to include this once...dreid2000-10-301-1/+0
* BONE allows fork() so we might as well make use of it!dreid2000-10-231-1/+1
* Fix piped logs in 2.0. This basically:rbb2000-10-181-4/+3
* Completed review for new tests:wrowe2000-10-061-1/+4
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-064-10/+10
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macroswrowe2000-10-051-1/+1
* Add some .cvsignore goodness...dreid2000-09-161-0/+2
* Fix a bug in apr_create_process() for Unix. The NULL signifyingtrawick2000-09-151-1/+1
* this was deleted on April 14th, but got resuscitated somehowgstein2000-09-091-114/+0
* Allow dso builds with pthreads enabled to work on platforms which don't havegregames2000-08-311-0/+2
* We need to test specifically for setrlimit/getrlimit instead ofjim2000-08-231-6/+7
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* Add an OS/2 apr_signal(), pretty much copied from unix/signals.cbjh2000-08-061-0/+19
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-066-19/+22
* prefix libapr functions and types with apr_dougm2000-08-0220-442/+442
* Fix some problems with which error code to use after a pthread_ failure.trawick2000-07-311-0/+15
* ap_setprocattr_limit() was broken due to missing break statements.trawick2000-07-291-0/+3
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-251-1/+4
* Move the ap_signal code form apr_signal.c in lib to signals.c inrbb2000-07-241-0/+27
* Update dependancies.rbb2000-07-241-6/+0
* Update dependencies.fielding2000-07-231-0/+6
* Update dependenciessascha2000-07-231-8/+3
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* OS/2: Fix a canonical error mismatch, allowing .exe files to be spawnedbjh2000-07-141-1/+1
* OS/2: Add implementation of ap_wait_all_procs().bjh2000-07-141-0/+28
* Fix ap_get_os_threadkey.rbb2000-07-102-4/+2
* Fix ap_get_os_thread. This should work on Windows and Unix now.rbb2000-07-102-6/+4
* Make depend.ben2000-07-091-0/+6
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-084-67/+14
* const-ify the userdata interfacesgstein2000-07-084-9/+12