summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* OS/2: const'ifying the args to apr_create_process() has a ripple effect....Brian Havard2000-11-261-4/+4
* The arguments to apr_create_process() should be "const" since we aren'tGreg Stein2000-11-264-12/+16
* More fixes to get BeOS building and a few missing functions to try andDavid Reid2000-11-194-1/+72
* Get this working on BeOS again after the arch changes.David Reid2000-11-184-4/+6
* Get exports.c symbols to compile even if the declaration is hidden inJeff Trawick2000-11-172-0/+102
* OS/2 changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-56/+2
* BeOS changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-53/+2
* axe some old commentsJeff Trawick2000-11-151-5/+0
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-58/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-145-36/+52
* Move all of the threadproc private header files to an arch directory underRyan Bloom2000-11-0923-507/+56
* I'm pretty sure we only need to include this once...David Reid2000-10-301-1/+0
* BONE allows fork() so we might as well make use of it!David Reid2000-10-231-1/+1
* Fix piped logs in 2.0. This basically:Ryan Bloom2000-10-181-4/+3
* Completed review for new tests:William A. Rowe Jr2000-10-061-1/+4
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-064-10/+10
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-1/+1
* Add some .cvsignore goodness...David Reid2000-09-161-0/+2
* Fix a bug in apr_create_process() for Unix. The NULL signifyingJeff Trawick2000-09-151-1/+1
* this was deleted on April 14th, but got resuscitated somehowGreg Stein2000-09-091-114/+0
* Allow dso builds with pthreads enabled to work on platforms which don't haveGreg Ames2000-08-311-0/+2
* We need to test specifically for setrlimit/getrlimit instead ofJim Jagielski2000-08-231-6/+7
* Include apr_strings.h in a bunch more places that need it.Brian Havard2000-08-061-0/+1
* Add an OS/2 apr_signal(), pretty much copied from unix/signals.cBrian Havard2000-08-061-0/+19
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-066-19/+22
* prefix libapr functions and types with apr_Doug MacEachern2000-08-0220-442/+442
* Fix some problems with which error code to use after a pthread_ failure.Jeff Trawick2000-07-311-0/+15
* ap_setprocattr_limit() was broken due to missing break statements.Jeff Trawick2000-07-291-0/+3
* Changes to get Win32 compiling again, including substitutingWilliam A. Rowe Jr2000-07-251-1/+4
* Move the ap_signal code form apr_signal.c in lib to signals.c inRyan Bloom2000-07-241-0/+27
* Update dependancies.Ryan Bloom2000-07-241-6/+0
* Update dependencies.Roy T. Fielding2000-07-231-0/+6
* Update dependenciesSascha Schumann2000-07-231-8/+3
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* OS/2: Fix a canonical error mismatch, allowing .exe files to be spawnedBrian Havard2000-07-141-1/+1
* OS/2: Add implementation of ap_wait_all_procs().Brian Havard2000-07-141-0/+28
* Fix ap_get_os_threadkey.Ryan Bloom2000-07-102-4/+2
* Fix ap_get_os_thread. This should work on Windows and Unix now.Ryan Bloom2000-07-102-6/+4
* Make depend.Ben Laurie2000-07-091-0/+6
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-084-67/+14
* const-ify the userdata interfacesGreg Stein2000-07-084-9/+12
* Update dependancies in APRRyan Bloom2000-07-071-31/+28
* Win32: First cut at implementing non-blocking pipes with timeout on Windows NT.Bill Stoddard2000-07-031-27/+40
* Tidy up a definition to stop a warning.David Reid2000-06-261-1/+1
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-222-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-223-7/+10
* ap_create_pipe was changed to return a pipe with both handlesJeff Trawick2000-06-204-36/+111
* Remove unixd_detach function, because it is provided by APR as ap_detach.Ryan Bloom2000-06-203-14/+9
* Tidy up some warnings in the threadproc directory.David Reid2000-06-174-7/+5
* This gets BeOS working again but I need to look at the wholeDavid Reid2000-06-121-0/+18