summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_41(no author)2002-09-153-259/+0
* Excerpt from MSVC help;ianh2002-08-221-1/+6
* In apr_signal_thread() remove synchronous signals from the masktrawick2002-08-081-0/+3
* * httpd-2.0/srclib/apr/threadproc/unix/signals.ckfogel2002-07-231-1/+1
* The old macro was blowing up on some platforms that weren't using gcc.rbb2002-07-231-2/+8
* Implemented the thread_once API's on NetWarebnicholes2002-07-191-2/+6
* Correct Rob's recent patch to handle both NT and 9x, and skip wastingwrowe2002-07-181-15/+27
* The HANDLE members in the STARTUPINFO struct used in the call toianh2002-07-181-0/+4
* added support for changing the limit on file descriptors per processbrianp2002-07-091-0/+15
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-30/+6
* NEVER roll back more than one patch at a time. Reverting commit 1.78wrowe2002-07-031-81/+56
* Reverting the 1.76 and 1.77 changes, because they didn't work.brane2002-07-021-56/+81
* Fat Fingers. And inherit_set has no return value. Code compiles on win32wrowe2002-07-011-15/+15
* Unix, NW and OS2 folks, please look at this change and consider similarwrowe2002-07-011-81/+56
* Use apr_ischar() ... especially within apr itself!wrowe2002-06-231-1/+2
* Check the detached flag and spawn the NLM appropriately.bnicholes2002-06-101-3/+4
* Some simple fn renames ... by the book [deprecated entry points retained]wrowe2002-06-083-4/+21
* More CE porting, now we enter the strange stuff. I disagree with thewrowe2002-06-041-3/+42
* Reimplemented apr_proc_create() on NetWare to use the new processve()bnicholes2002-05-291-130/+23
* Implement apr_thread_yield() on OS/2.bjh2002-05-221-0/+1
* Darwin/Mac OS X: There is apparently no convenient way to keep deceasedtrawick2002-05-221-0/+20
* Address PR 8963wrowe2002-05-101-1/+1
* Remove APR_WANT_SIGNAL from apr_want.h because code must includefielding2002-04-302-6/+0
* It's just a jump to the left... and a step to the right...wrowe2002-04-291-1/+1
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-223-0/+3
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-223-0/+6
* Tru64: Stop leaving zombies in APR apps like mod_cgid whichtrawick2002-04-191-0/+10
* Significant overhaul to respect all four flavors of APR_PROCESS, _ENV,wrowe2002-04-131-22/+54
* Still working on the spawning process and wiring up the pipes. Changedbnicholes2002-04-111-16/+27
* AIX: Fix breakage with 64-bit builds on versions of AIX priortrawick2002-04-111-4/+5
* apr_proc_detach():trawick2002-04-081-10/+5
* Force the spawned NLM into the same address spacebnicholes2002-04-041-1/+1
* Stub in the warning and observations.wrowe2002-03-221-0/+5
* This appears correct, but I need at least three more pairs of eyes thatwrowe2002-03-221-34/+116
* Now fix my typos ... teach me to trust my typing at midnight withoutwrowe2002-03-211-6/+10
* Fix several bugs in proc.c, especially around command.com whichwrowe2002-03-211-8/+31
* add a comment distinguishing between SIGUSR2 and the synchronoustrawick2002-03-201-0/+8
* don't mask SIGUSR2.ianh2002-03-201-0/+3
* Style Police writes some more tickets...striker2002-03-193-80/+158
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-1915-231/+231
* The apr_get_os_proc accessor is no longer supported [better or worse].wrowe2002-03-161-11/+0
* Changed the way environment variables are handle on NetWare whilebnicholes2002-03-141-3/+11
* Update our copyright for this year.fielding2002-03-1322-22/+22
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inbnicholes2002-03-051-18/+57
* Oh ... yea, there is a reason I never committed this months-old codewrowe2002-03-011-7/+2
* Another test to 'flunk'. If the path is backslashed-terminated, wewrowe2002-03-011-2/+7
* Change apr_proc_detach to take a parameter that can enable/disable automaticaaron2002-02-214-16/+20
* Eliminate an unnecessary castwrowe2002-02-131-1/+1
* Nary a complaint, since MSVC isn't distinguishing between void* andwrowe2002-02-121-2/+2
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>wrowe2002-02-121-0/+2