summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* apr_proc_create(): Fix incorrect error handling when pipes are redirectedivan2023-01-211-6/+19
* Remove trailing whitespaces in *.c.ivan2022-11-2018-215/+215
* apr_thread: Provide apr_threadattr_max_free_set().ylavic2022-07-145-50/+60
* Replace tabs to spaces.ivan2022-07-084-120/+120
* win32: Fix potential race condition in apr_thread_create.ivan2022-06-271-1/+3
* apr_thread: Fix pointer to int conversion warning.ylavic2022-06-231-1/+1
* proc: Fix different 'const' qualifiers warning.ylavic2022-06-231-3/+3
* win32: Fix spurious apr_thread_once() failures.ivan2022-06-211-3/+1
* * threadproc/win32/thread.civan2022-06-201-3/+3
* * threadproc/win32/thread.civan2022-06-191-1/+1
* 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-56/+398
* apr_thread: Follow up to r1897197: Safer apr_thread_join().ylavic2022-01-193-20/+15
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.ylavic2022-01-195-64/+71
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-185-225/+155
* Stage 3 in dismantling _WIN32_WCE ... cleanup codemturk2021-12-021-13/+0
* apr_thread: use unmanaged pools for detached threads.ylavic2020-12-035-11/+165
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.ylavic2020-12-035-28/+97
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-291-26/+19
* * threadproc/win32/thread.civan2019-10-221-10/+1
* apr_proc_create(): Properly escape arguments containing whitespace charactersivan2019-10-151-6/+86
* Refactoring. No functional changes intended.ivan2019-10-151-15/+35
* * threadproc/win32/proc.civan2019-09-091-7/+5
* * threadproc/win32/proc.civan2019-09-091-35/+18
* * threadproc/win32/proc.c: Remove Windows CE and non-unicode code.ivan2019-07-101-217/+93
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-035-14/+6
* Use native one-time initialization [1] to implement apr_thread_once_t onivan2019-05-191-4/+24
* Use API constant instead of magic number.ivan2019-05-131-1/+1
* 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
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...jailletc362015-10-241-3/+3
* Fixed indent - no code change.fuankg2014-07-161-12/+11
* Fixed type; fixed comments.fuankg2014-07-161-4/+4
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-1/+2
* 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-235-4/+25
* spelling fixtrawick2012-09-141-2/+2
* release critical section before returning on error pathtrawick2012-08-121-0/+1
* definAtelytrawick2011-12-121-1/+1
* 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