summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* Merge r355792 to 0.9.x.rooneg2006-01-261-1/+1
* Don't pass NULL to execve() for the environment array,trawick2005-10-101-0/+8
* Backport the apr_procattr_addrspace_set() API to allow a platform to specify ...bnicholes2005-09-215-4/+37
* OS/2: Fix crash in apr_proc_create with non-shell type process creation wherebjh2005-07-031-1/+2
* Merge r170395 from trunk:jorton2005-05-161-19/+25
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0422-22/+44
* grab this feature from APR >= 1.0:trawick2005-01-195-4/+55
* Fixing various compiler errors when compiling against the latest version of L...bnicholes2004-11-291-1/+1
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-203-13/+0
* Remove DOS line endings. Can not believe I've committed that.mturk2004-09-231-22/+22
* Backport from HEAD.mturk2004-09-231-18/+32
* 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