summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* tweak coding style to match what was committed to HEADstoddard2004-08-251-6/+6
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...stoddard2004-08-251-2/+38
* apr_proc_create() on Unix: Remove unnecessary check for readtrawick2004-07-201-1/+1
* Simplify cwd creation on beoswrowe2004-06-281-4/+2
* backport this from 1.0-dev:trawick2004-06-233-5/+15
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-1322-1078/+220
* Backport from HEAD:jorton2004-01-251-2/+4
* This commit was manufactured by cvs2svn to create branch(no author)2003-09-093-259/+0
* Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1.jorton2003-07-141-1/+1
* Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly withjorton2003-07-071-4/+5
* Clean up a style issue; apr_get_os_error() is much cleaner.wrowe2003-06-181-1/+1
* Win32: WAIT_ABANDONED should be treated as a success. WAIT_FAILED (the onlystoddard2003-06-181-5/+5
* For apr_proc_detach(APR_PROC_DETACH_FOREGROUND), don't treattrawick2003-06-021-1/+5
* (apr_proc_wait): Handle interrupted waitpid(2) calls by callingthommay2003-05-081-1/+5
* apr_proc_create() on Unix: Make the APR_SHELLCMD mode worktrawick2003-04-211-8/+36
* OS/2: when parsing #! line, adjust for the fact that apr_file_gets() nobjh2003-03-311-2/+7
* 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