summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_ALPHA_7(no author)2000-10-083-259/+0
* 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
* Update dependancies in APRrbb2000-07-071-31/+28
* Win32: First cut at implementing non-blocking pipes with timeout on Windows NT.stoddard2000-07-031-27/+40
* Tidy up a definition to stop a warning.dreid2000-06-261-1/+1
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-222-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-223-7/+10
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-204-36/+111
* Remove unixd_detach function, because it is provided by APR as ap_detach.rbb2000-06-203-14/+9
* Tidy up some warnings in the threadproc directory.dreid2000-06-174-7/+5
* This gets BeOS working again but I need to look at the wholedreid2000-06-121-0/+18
* Update dependencies.ben2000-06-111-9/+11
* Decry the horrible state the completion of ap_proc_t has left somewrowe2000-06-101-1/+5
* Remove waitpid from the config checks and all calls to waitpid from therbb2000-06-091-0/+21
* Add the resource limiting code back to Apache 2.0. This only works onrbb2000-06-062-0/+87
* Fix problems introduced as part of the "Convert ap_proc_t to a completetrawick2000-06-061-4/+4
* 2 weeks and so many changes to catch up on...dreid2000-06-012-68/+15
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-1/+1
* OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child*bjh2000-05-252-54/+65
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-243-90/+18
* Rename stdin, stdout, stderr from new ap_proc_t to in, out, and err becauserbb2000-05-241-9/+9
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-233-111/+22
* Fixes to allow Apache to run as a Win95 service... highlightswrowe2000-05-191-1/+3
* First function removed from Unix MPM's and moved to a common file. Thisrbb2000-05-181-0/+6