summaryrefslogtreecommitdiff
path: root/threadproc/unix
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...Yann Ylavic2023-03-151-2/+4
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-211-0/+55
|\
| * On 'thread-name' branch: Check pthread_setname_np()/pthread_getname_np()Ivan Zhakov2022-06-291-0/+8
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+47
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-203-11/+11
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-141-10/+12
|/
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gYann Ylavic2022-06-171-1/+1
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.Yann Ylavic2022-02-081-0/+1
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-252-0/+10
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-251-4/+4
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.Yann Ylavic2022-01-251-7/+1
* apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.Yann Ylavic2022-01-241-2/+4
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.Yann Ylavic2022-01-191-9/+79
* apr_thread: Follow up to r1897197: Safer apr_thread_join().Yann Ylavic2022-01-191-8/+6
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-191-11/+13
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-181-43/+27
* apr_thread: use unmanaged pools for detached threads.Yann Ylavic2020-12-031-1/+30
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-031-7/+21
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-031-3/+2
* Signals: Allow handling of SIGUSR2 in apr_signal_thread.Yann Ylavic2019-02-221-6/+0
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.Yann Ylavic2018-06-281-2/+2
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.Yann Ylavic2018-06-271-2/+15
* Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.Yann Ylavic2018-06-121-1/+1
* Cryptographic Pseudo Random Number Generator (CPRNG).Yann Ylavic2018-06-111-0/+4
* Followup on r1481262: use already existingRainer Jung2013-05-111-1/+1
* Use correct pthread constant.Rainer Jung2013-05-111-1/+1
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-231-1/+6
* Clarify what happens to the proc structure used by apr_fork(). Sander Temme2011-11-071-7/+3
* Don't close any of the new stdin/stdout/stderr FDs in the child if itStefan Fritsch2011-10-151-3/+6
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.Guenter Knauf2011-03-071-1/+3
* Fix various issues found by cppcheckStefan Fritsch2010-07-272-6/+5
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-021-1/+1
* * We need to disable inheritance in the case of success like in theRuediger Pluem2009-06-101-1/+1
* Remove simple ipc because of -1Mladen Turk2009-02-241-190/+1
* Remove ipc init from apr_initialize.Mladen Turk2009-02-231-25/+75
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-211-0/+139
* Fix typoMladen Turk2009-02-071-1/+1
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-1/+30
* 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
* 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
* * Remove unnecessary assignment of pool attribute.Ruediger Pluem2007-10-131-1/+0
* 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