summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* With the correction of setting ->timeout = 0 way up in theWilliam A. Rowe Jr2007-10-141-55/+9
* * Remove unnecessary assignment of pool attribute.Ruediger Pluem2007-10-135-5/+0
* apr_procattr_io_set() on Windows: Set pipe handles non-blocking asJeff Trawick2007-10-101-3/+51
* Close the standard handle in the child, *when* we tagged it with fd -1William A. Rowe Jr2007-10-011-3/+3
* Had inverted the logic for closing the handles in the parent, thanks to glasserWilliam A. Rowe Jr2007-10-011-6/+6
* Thanks for catching the unbalanced parens, jerenkrantz.William A. Rowe Jr2007-09-291-3/+3
* Fix compile errors introduced in r580486 due to missing ()s.Justin Erenkrantz2007-09-291-6/+6
* Undo the 'fix' to the unix flaw. Yes, there still are flaws;William A. Rowe Jr2007-09-281-36/+12
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-281-21/+68
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-281-22/+44
* Fix cut and paste typo which scuttled the last release, thisWilliam A. Rowe Jr2007-09-041-2/+2
* Fix r569890 - this error did not hit 1.2 or 0.9 branches,William A. Rowe Jr2007-09-011-2/+2
* Correct r569882 typo; we must leave what we enter.William A. Rowe Jr2007-08-261-1/+1
* Proposed;William A. Rowe Jr2007-08-261-12/+118
* Make Win32 consistent with unix, in that we will inherit the defaultWilliam A. Rowe Jr2007-08-231-6/+6
* Eliminate for WinCE the special handling of program files ending in William A. Rowe Jr2007-06-011-0/+4
* Borland specific define for LOGON32_LOGON_NETWORKWilliam A. Rowe Jr2007-05-311-0/+4
* Suppress warning of unused static function.William A. Rowe Jr2007-05-311-0/+2
* Fix compile failure in pthread_attr_setdetachstate() logic on z/OS.Jeff Trawick2007-01-291-1/+5
* Backout R434327, R437115, which...William A. Rowe Jr2006-11-221-15/+2
* * threadprox/unix/proc.c (apr_proc_create): Relax the tests to allowJoe Orton2006-10-101-1/+1
* Implement apr_threadkey_private destructors on WIN32Mladen Turk2006-08-241-2/+15
* Fix the typo.Joe Orton2006-08-0322-22/+22
* Update license header.Joe Orton2006-08-0322-132/+132
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-124-6/+6
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.Garrett Rooney2006-06-301-1/+8
* * threadproc/unix/procsup.cGarrett Rooney2006-04-221-8/+8
* * threadproc/unix/signals.c (apr_signal, avoid_zombies): Use theJoe Orton2006-04-051-2/+2
* _beginthreadex() expects no bigger than a DWORD sized stack.William A. Rowe Jr2006-01-131-1/+1
* Fix passing "" as an argument to a new program on windows.Garrett Rooney2005-12-101-1/+1
* * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() returnJoe Orton2005-11-281-1/+4
* Don't pass NULL to execve() for the environment array,Jeff Trawick2005-10-101-0/+8
* * threadproc/unix/proc.c (apr_proc_create): Use _exit() not exit() toJoe Orton2005-08-241-6/+6
* OS/2: Fix crash in apr_proc_create with non-shell type process creation whereBrian Havard2005-07-031-1/+2
* * threadproc/unix/proc.c (apr_procattr_child_in_set,Joe Orton2005-05-161-19/+25
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0422-22/+44
* NetWare implementation of apr_procattr_user_set() and apr_procattr_group_set()Bradley Nicholes2005-01-181-2/+4
* Use zero length password if supplied password is NULL.Mladen Turk2005-01-171-12/+15
* Remove unused variable declarations.Mladen Turk2005-01-171-2/+0
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-165-7/+235
* * acconfig.h: Remove file.Joe Orton2005-01-131-1/+7
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.Jean-Frederic Clere2005-01-041-3/+3
* Remove some unused files that appear to have been ressurected by theGarrett Rooney2004-12-052-174/+0
* Fixing various compiler errors when compiling against the latest version of L...Bradley Nicholes2004-11-271-1/+1
* Remove .cvsignore files.Joe Orton2004-11-183-14/+0
* Fix enabling of signal blocking and unblocking code.Joe Orton2004-11-171-2/+2
* Remove threadcancel.c which was somehow ressurected by the CVS->SVN conversion.Brian Havard2004-11-141-85/+0
* Makes the threads to behave like on posix. If the thread is created withoutGraham Leggett2004-09-191-14/+25
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...Bill Stoddard2004-08-241-2/+38
* apr_proc_create() on Unix: Remove unnecessary check for readJeff Trawick2004-07-201-1/+1