summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* Fixed NetWare prototype warnings.fuankg2011-03-102-5/+4
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.fuankg2011-03-102-4/+21
* Axed C++ comments and tabs.fuankg2011-02-181-27/+26
* Correct BeOS VPATH build for 0.9wrowe2008-05-021-1/+1
* Revert to 0.9.14 behavior; only sane recourse if thiswrowe2007-10-051-56/+42
* Backport r580484; the patchset to teach APR dup2 to hook up stdiowrowe2007-10-011-21/+43
* Fix cut and paste typo which scuttled the last release, thiswrowe2007-09-041-2/+2
* Fix compile breakage in 0.9. Hopefully, can reroll 0.9.17wrowe2007-08-311-1/+0
* Solve win32 inherited pipe leaks by leveraging OS2 port's solution.wrowe2007-08-281-10/+112
* Make Win32 consistent with unix, in that we will inherit the defaultwrowe2007-08-231-6/+6
* Eliminate for WinCE the special handling of program files ending in wrowe2007-06-011-0/+4
* Borland specific define for LOGON32_LOGON_NETWORKwrowe2007-05-311-0/+4
* Update license header.jorton2006-09-2022-132/+132
* 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