summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* 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
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-1/+2
* 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-235-4/+25
* spelling fixJeff Trawick2012-09-141-2/+2
* release critical section before returning on error pathJeff Trawick2012-08-121-0/+1
* definAtelyJeff Trawick2011-12-121-1/+1
* 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
* fix declaration of apr_signal_description_get()Jeff Trawick2011-03-191-1/+1
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-192-1/+2
* Fixed NetWare prototype warnings.Guenter Knauf2011-03-072-5/+4
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.Guenter Knauf2011-03-072-4/+20
* Axed C++ comments.Guenter Knauf2011-02-091-2/+2
* Removed tabs.Guenter Knauf2010-09-011-6/+6
* The Tab Police removed 119 tabs.Guenter Knauf2010-08-031-25/+25
* Fix various issues found by cppcheckStefan Fritsch2010-07-273-9/+9
* OS/2: Clean up a thread's pool when it terminates.Brian Havard2010-04-211-0/+2
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-024-6/+6
* OS/2: Prevent pthread_sigmask() being used on OS/2 by definingBrian Havard2010-03-301-0/+1