summaryrefslogtreecommitdiff
path: root/threadproc/unix
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...ylavic2023-03-151-2/+4
* Merge thread-name branch (PR 60587) [1]:ivan2023-01-211-0/+55
* Remove trailing whitespaces in *.c.ivan2022-11-203-11/+11
* apr_thread: Provide apr_threadattr_max_free_set().ylavic2022-07-141-10/+12
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gylavic2022-06-171-1/+1
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.ylavic2022-02-081-0/+1
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().ylavic2022-01-252-0/+10
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..ylavic2022-01-251-4/+4
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.ylavic2022-01-251-7/+1
* apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.ylavic2022-01-241-2/+4
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.ylavic2022-01-191-9/+79
* apr_thread: Follow up to r1897197: Safer apr_thread_join().ylavic2022-01-191-8/+6
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.ylavic2022-01-191-11/+13
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-181-43/+27
* apr_thread: use unmanaged pools for detached threads.ylavic2020-12-031-1/+30
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.ylavic2020-12-031-7/+21
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-031-3/+2
* Signals: Allow handling of SIGUSR2 in apr_signal_thread.ylavic2019-02-221-6/+0
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.ylavic2018-06-281-2/+2
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.ylavic2018-06-271-2/+15
* Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.ylavic2018-06-121-1/+1
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-111-0/+4
* Followup on r1481262: use already existingrjung2013-05-111-1/+1
* Use correct pthread constant.rjung2013-05-111-1/+1
* Add apr_pool_owner_set function to allow use of pool debugging with threadssf2013-03-231-1/+6
* Clarify what happens to the proc structure used by apr_fork(). sctemme2011-11-071-7/+3
* Don't close any of the new stdin/stdout/stderr FDs in the child if itsf2011-10-151-3/+6
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.fuankg2011-03-071-1/+3
* Fix various issues found by cppchecksf2010-07-272-6/+5
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenbjh2010-04-021-1/+1
* * We need to disable inheritance in the case of success like in therpluem2009-06-101-1/+1
* Remove simple ipc because of -1mturk2009-02-241-190/+1
* Remove ipc init from apr_initialize.mturk2009-02-231-25/+75
* Add simple parent/child data exchange for APR processesmturk2009-02-211-0/+139
* Fix typomturk2009-02-071-1/+1
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-1/+30
* Check for bogus (negative) signal numbersmartin2008-02-011-2/+2
* Simplify handling of z/OS pthread API nuances. Beyond thetrawick2007-11-192-13/+17
* 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
* * Remove unnecessary assignment of pool attribute.rpluem2007-10-131-1/+0
* 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
* Fix compile failure in pthread_attr_setdetachstate() logic on z/OS.trawick2007-01-291-1/+5
* * threadprox/unix/proc.c (apr_proc_create): Relax the tests to allowjorton2006-10-101-1/+1