summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
...
* Default spawned threads to detached so we avoid hanging on a waitpid() callbnicholes2003-03-101-1/+1
* Default the current directory in the proc_attr structure since the NetWare OSbnicholes2003-03-041-0/+2
* As near as I can tell, Win32 will now correspond to Unix in terms of thewrowe2003-02-272-4/+15
* Once we apr_proc_kill on Unix, we don't expect to be able to recover anwrowe2003-02-251-1/+2
* Our exit codes are ugly, this should help some of them and tell us whatwrowe2003-02-241-6/+28
* We don't guard against NULL args.wrowe2003-02-241-7/+0
* Enable APR_PROGRAM_ENV as a command typebnicholes2003-02-111-1/+1
* Implemented apr_proc_wait and apr_wait_all_procs for NetWarebnicholes2003-02-111-33/+59
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-075-0/+63
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-065-0/+50
* Fix a bug in apr_proc_create() that could cause a new child processtrawick2003-02-041-1/+1
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-241-40/+19
* Always load the NLM detached so that we don't have to wait for it to cleanbnicholes2003-01-141-2/+5
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-076-6/+6
* Namespace protection for include/arch/ header filesthommay2003-01-0620-27/+27
* Update copyright notices to 2003.thommay2003-01-0122-22/+22
* Make sure that the path to the current working directory and to the spawnedbnicholes2002-12-201-5/+13
* Close a bug identified by Juergen Heckel that we would crash whenwrowe2002-12-091-5/+20
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we werewrowe2002-11-251-1/+16
* Switched from processve() to procve() API.bnicholes2002-11-071-4/+4
* 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