summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...ylavic2023-03-205-10/+20
* apr_thread: Provide apr_threadattr_max_free_set().ylavic2022-07-215-50/+60
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gylavic2022-06-174-4/+4
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.ylavic2022-02-085-2/+7
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().ylavic2022-01-259-0/+47
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..ylavic2022-01-255-21/+21
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.ylavic2022-01-255-33/+5
* apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.ylavic2022-01-245-10/+20
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.ylavic2022-01-195-55/+397
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.ylavic2022-01-195-84/+86
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-195-226/+158
* Merge r936323, r1460182, r1884077, r1884078 from trunk:ylavic2020-12-045-37/+278
* Merge r1854123 from trunk:ylavic2019-03-071-6/+0
* Backport r1710307jailletc362015-10-241-3/+3
* Fixed type; fixed comments.fuankg2014-07-161-4/+4
* Backport r741867 from trunk, which fixes a logic error.sf2014-05-141-1/+1
* Merge r741862, r741866 from trunk:jim2014-04-285-1/+61
* merge r1384764 from trunk:trawick2013-10-211-2/+2
* merge r1372093 from trunk:trawick2013-10-211-0/+1
* revret 1533105jim2013-10-175-62/+1
* Merge r1533104 from trunk:jim2013-10-175-1/+62
* definAtelyrjung2013-10-031-1/+1
* Followup on r1481263: use already existingrjung2013-05-111-1/+1
* Use correct pthread constant.rjung2013-05-111-1/+1
* Clarify what happens to the proc structure used by apr_fork(). rjung2011-11-081-7/+3
* backport r979891: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