summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_ALPHA_3(no author)2000-04-284-373/+0
* back out APR_ prefix for TRUE,FALSEdougm2000-04-282-7/+7
* Back out APR_TRUE|FALSE patch for Win32 system calls.stoddard2000-04-281-4/+4
* prefix TRUE,FALSE with APR_dougm2000-04-282-11/+11
* Ooops, picked the wrong conflict branch.fielding2000-04-231-5/+0
* Update dependfielding2000-04-231-0/+5
* Bring BeOS APR back into a working state.dreid2000-04-221-6/+6
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-227-18/+24
* The last two commits to remove contexts, horribly breaks threads on Unix.rbb2000-04-221-0/+103
* Win32: Fix more compile warnings...stoddard2000-04-211-4/+4
* OS/2: Sort out error handling in ap_thread_join()bjh2000-04-201-2/+7
* OS/2: Now that we have non-blocking pipes, set them to blocking if requestedbjh2000-04-201-0/+27
* Cleaned up the error codes a bit. Removed codes that aren't used anywhere,rbb2000-04-192-6/+6
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-197-7/+7
* Add a pool to dupfile. There is no reason that when we duplicate a file, ...rbb2000-04-171-6/+6
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-1422-159/+429
* thread cancellation is essentially the same as signals -- a form ofdgaudet2000-04-147-393/+0
* more documentation movementdgaudet2000-04-145-308/+0
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-085-8/+8
* Add more code sharing arrangements and a few minor updates/tweaks.dreid2000-04-055-23/+15
* Tidy up the dependancies so that APR builds on BeOS again.dreid2000-04-031-29/+42
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-0322-175/+175
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-032-2/+2
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-0326-196/+196
* Update to Apache Software License version 1.1fielding2000-03-3127-830/+860
* Move these to the attic. They are not used anymore.stoddard2000-03-212-158/+0
* Fix warnings, update dependencies.ben2000-03-181-36/+36
* Update some dependencies.bjh2000-03-161-14/+18
* Last doc update.rbb2000-03-156-104/+128
* Bunch of changes to get CGI's working better on BeOS.dreid2000-03-142-18/+27
* Fix all the License issues. Including:rbb2000-03-1026-234/+234
* A few minor changes to tidy things up a bit. Also rewrote ap_wait_procdreid2000-03-071-12/+14
* Win32: Use the COMSPEC envar to set the shell name.stoddard2000-03-032-21/+7
* Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...).stoddard2000-01-281-3/+2
* Fix more funky indentingstoddard2000-01-281-6/+6
* Fix some return codes and leave the new process handle open. In general,stoddard2000-01-281-6/+3
* Cleanup funky indentingstoddard2000-01-281-7/+5
* OS/2: Use native API for process waits.bjh2000-01-101-18/+13
* Use always ap_signal() in APR to avoid redefining the system call signal()sascha1999-12-312-2/+2
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-9/+8
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-191-4/+3
* Adapt to change where arg[0] to ap_create_process() now contains thebjh1999-12-191-1/+2
* Fix create_process on Win32.i CGI's work now.rbb1999-12-161-2/+17
* Update the BeOS files to use a single header.dreid1999-12-157-29/+7
* Update the proc routines for BeOS. CGI is still hosed though :-(dreid1999-12-151-16/+50
* Fix process creation on Windows. We need to pretty much always provide absoluterbb1999-12-151-3/+47
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-091-1/+1
* Cleanup some mistakes I made. We are now configuring the APR_HAS_FOOrbb1999-12-061-1/+1
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-038-83/+71
* Helps to switch on the right variable.rbb1999-12-021-2/+2