summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* Fixed type; fixed comments.fuankg2014-07-161-4/+4
* definAtelyrjung2013-10-031-1/+1
* Followup on r1481264: use already existingrjung2013-05-111-1/+1
* Use correct pthread constant.rjung2013-05-111-1/+1
* Backport r1198860, small fix to apr_proc_fork() to make behavior sctemme2011-11-071-7/+3
* Backport r979891/r1183724:sf2011-10-153-9/+9
* Backport r1183685:sf2011-10-151-3/+6
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-212-2/+3
* 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
* Merge r783722 from trunk:rpluem2009-06-113-3/+3
* Merge r783398 from trunk:rpluem2009-06-101-1/+1
* Clear up this wording a bitwrowe2008-11-231-2/+2
* mplement apr_proc_wait_all_procs for windowsmturk2008-04-171-15/+126
* Check for bogus (negative) signal numbersmartin2008-02-011-2/+2
* Simplify handling of z/OS pthread API nuances. Beyond thetrawick2007-11-192-13/+17
* Fix mismatch, using child_err when dealing with stdout.bjh2007-10-311-1/+1
* OS/2: Fix condition for restoring std handles after spawning a process.bjh2007-10-311-6/+15
* Fix build breakage due to syntax errors in threadproc/os2/proc.c.bjh2007-10-301-9/+10
* Fix up a few netware'isms and missing brackets left over from the refactoring.bnicholes2007-10-161-6/+10
* Backport the std handling improvements to Netware, OS2, BeOS.wrowe2007-10-153-285/+384
* Here's my recommendation; upon opening the pipes, always set the parent-endwrowe2007-10-141-15/+18
* apr_file_dup() varies from dup2 by not setting the child handle aswrowe2007-10-141-12/+30
* Solve two potential problems with one shot.wrowe2007-10-141-77/+66
* With the correction of setting ->timeout = 0 way up in thewrowe2007-10-141-55/+9
* * Remove unnecessary assignment of pool attribute.rpluem2007-10-135-5/+0
* apr_procattr_io_set() on Windows: Set pipe handles non-blocking astrawick2007-10-101-3/+51
* Close the standard handle in the child, *when* we tagged it with fd -1wrowe2007-10-011-3/+3
* Had inverted the logic for closing the handles in the parent, thanks to glasserwrowe2007-10-011-6/+6
* Thanks for catching the unbalanced parens, jerenkrantz.wrowe2007-09-291-3/+3
* Fix compile errors introduced in r580486 due to missing ()s.jerenkrantz2007-09-291-6/+6
* Undo the 'fix' to the unix flaw. Yes, there still are flaws;wrowe2007-09-281-36/+12
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-21/+68
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-22/+44
* Fix cut and paste typo which scuttled the last release, thiswrowe2007-09-041-2/+2
* Fix r569890 - this error did not hit 1.2 or 0.9 branches,wrowe2007-09-011-2/+2
* Correct r569882 typo; we must leave what we enter.wrowe2007-08-261-1/+1
* Proposed;wrowe2007-08-261-12/+118
* 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
* Suppress warning of unused static function.wrowe2007-05-311-0/+2
* Fix compile failure in pthread_attr_setdetachstate() logic on z/OS.trawick2007-01-291-1/+5
* Backout R434327, R437115, which...wrowe2006-11-221-15/+2
* * threadprox/unix/proc.c (apr_proc_create): Relax the tests to allowjorton2006-10-101-1/+1
* Implement apr_threadkey_private destructors on WIN32mturk2006-08-241-2/+15
* Fix the typo.jorton2006-08-0322-22/+22
* Update license header.jorton2006-08-0322-132/+132
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-124-6/+6