summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.Yann Ylavic2022-02-085-2/+7
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-259-0/+47
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-255-21/+21
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.Yann Ylavic2022-01-255-33/+5
* apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.Yann Ylavic2022-01-245-10/+20
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.Yann Ylavic2022-01-195-55/+397
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-195-84/+86
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-195-226/+158
* Merge r936323, r1460182, r1884077, r1884078 from trunk:Yann Ylavic2020-12-045-37/+278
* Merge r1854123 from trunk:Yann Ylavic2019-03-071-6/+0
* Backport r1710307Christophe Jaillet2015-10-241-3/+3
* Fixed type; fixed comments.Guenter Knauf2014-07-161-4/+4
* Backport r741867 from trunk, which fixes a logic error.Stefan Fritsch2014-05-141-1/+1
* Merge r741862, r741866 from trunk:Jim Jagielski2014-04-285-1/+61
* merge r1384764 from trunk:Jeff Trawick2013-10-211-2/+2
* merge r1372093 from trunk:Jeff Trawick2013-10-211-0/+1
* revret 1533105Jim Jagielski2013-10-175-62/+1
* Merge r1533104 from trunk:Jim Jagielski2013-10-175-1/+62
* definAtelyRainer Jung2013-10-031-1/+1
* Followup on r1481263: use already existingRainer Jung2013-05-111-1/+1
* Use correct pthread constant.Rainer Jung2013-05-111-1/+1
* Clarify what happens to the proc structure used by apr_fork(). Rainer Jung2011-11-081-7/+3
* backport r979891:Stefan Fritsch2011-10-153-9/+9
* Backport r1183685:Stefan Fritsch2011-10-151-3/+6
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227Jeff Trawick2011-03-212-2/+3
* Fixed NetWare prototype warnings.Guenter Knauf2011-03-102-5/+4
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.Guenter Knauf2011-03-102-4/+21
* Axed C++ comments and tabs.Guenter Knauf2011-02-181-27/+26
* Merge r783722 from trunk:Ruediger Pluem2009-06-113-3/+3
* Merge r783398 from trunk:Ruediger Pluem2009-06-101-1/+1
* Clear up this wording a bitWilliam A. Rowe Jr2008-11-231-2/+2
* mplement apr_proc_wait_all_procs for windowsMladen Turk2008-04-171-15/+126
* Check for bogus (negative) signal numbersMartin Kraemer2008-02-011-2/+2
* Simplify handling of z/OS pthread API nuances. Beyond theJeff Trawick2007-11-192-13/+17
* Fix mismatch, using child_err when dealing with stdout.Brian Havard2007-10-311-1/+1
* OS/2: Fix condition for restoring std handles after spawning a process.Brian Havard2007-10-311-6/+15
* Fix build breakage due to syntax errors in threadproc/os2/proc.c.Brian Havard2007-10-301-9/+10
* Fix up a few netware'isms and missing brackets left over from the refactoring.Bradley Nicholes2007-10-161-6/+10
* Backport the std handling improvements to Netware, OS2, BeOS.William A. Rowe Jr2007-10-153-285/+384
* Here's my recommendation; upon opening the pipes, always set the parent-endWilliam A. Rowe Jr2007-10-141-15/+18
* apr_file_dup() varies from dup2 by not setting the child handle asWilliam A. Rowe Jr2007-10-141-12/+30
* Solve two potential problems with one shot.William A. Rowe Jr2007-10-141-77/+66
* 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