summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...Yann Ylavic2023-03-155-10/+20
* Improve comment.Ivan Zhakov2023-01-231-2/+2
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-215-0/+167
|\
| * 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-275-0/+159
* | Follow-up to r1906885.Ivan Zhakov2023-01-211-12/+14
* | Simplify code.Ivan Zhakov2023-01-211-3/+3
* | Use sizeof(apr_wchar_t) instead of magic 2.Ivan Zhakov2023-01-211-1/+1
* | Fix potential handle leak when apr_proc_create() is used from from multipleIvan Zhakov2023-01-211-9/+15
* | apr_proc_create(): Fix incorrect error handling when pipes are redirectedIvan Zhakov2023-01-211-6/+19
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-2018-215/+215
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-145-50/+60
* | Replace tabs to spaces.Ivan Zhakov2022-07-084-120/+120
|/
* win32: Fix potential race condition in apr_thread_create.Ivan Zhakov2022-06-271-1/+3
* apr_thread: Fix pointer to int conversion warning.Yann Ylavic2022-06-231-1/+1
* proc: Fix different 'const' qualifiers warning.Yann Ylavic2022-06-231-3/+3
* win32: Fix spurious apr_thread_once() failures.Ivan Zhakov2022-06-211-3/+1
* * threadproc/win32/thread.cIvan Zhakov2022-06-201-3/+3
* * threadproc/win32/thread.cIvan Zhakov2022-06-191-1/+1
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gYann Ylavic2022-06-174-4/+4
* 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-56/+398
* apr_thread: Follow up to r1897197: Safer apr_thread_join().Yann Ylavic2022-01-193-20/+15
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-195-64/+71
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-185-225/+155
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-13/+0
* apr_thread: use unmanaged pools for detached threads.Yann Ylavic2020-12-035-11/+165
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-035-28/+97
* ucs2 is a legacy name, the correct encoding namesWilliam A. Rowe Jr2019-10-291-26/+19
* * threadproc/win32/thread.cIvan Zhakov2019-10-221-10/+1
* apr_proc_create(): Properly escape arguments containing whitespace charactersIvan Zhakov2019-10-151-6/+86
* Refactoring. No functional changes intended.Ivan Zhakov2019-10-151-15/+35
* * threadproc/win32/proc.cIvan Zhakov2019-09-091-7/+5
* * threadproc/win32/proc.cIvan Zhakov2019-09-091-35/+18
* * threadproc/win32/proc.c: Remove Windows CE and non-unicode code.Ivan Zhakov2019-07-101-217/+93
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-035-14/+6
* Use native one-time initialization [1] to implement apr_thread_once_t onIvan Zhakov2019-05-191-4/+24
* Use API constant instead of magic number.Ivan Zhakov2019-05-131-1/+1
* 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
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...Christophe Jaillet2015-10-241-3/+3
* Fixed indent - no code change.Guenter Knauf2014-07-161-12/+11
* Fixed type; fixed comments.Guenter Knauf2014-07-161-4/+4