summaryrefslogtreecommitdiff
path: root/threadproc/win32
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...Yann Ylavic2023-03-151-2/+4
* Improve comment.Ivan Zhakov2023-01-231-2/+2
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-211-0/+72
|\
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+72
* | 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-204-76/+76
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-141-10/+12
* | Replace tabs to spaces.Ivan Zhakov2022-07-081-10/+10
|/
* 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: apr_thread_current_create() compilation.Yann Ylavic2022-02-081-1/+2
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-251-0/+7
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-251-5/+5
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.Yann Ylavic2022-01-251-4/+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/+82
* apr_thread: Follow up to r1897197: Safer apr_thread_join().Yann Ylavic2022-01-191-1/+0
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-191-9/+11
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-181-36/+25
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-13/+0
* 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-11/+24
* 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-031-3/+1
* 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
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...Christophe Jaillet2015-10-241-3/+3
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-231-1/+6
* 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
* 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
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixWilliam A. Rowe Jr2009-12-182-2/+2
* Remove simple ipc because of -1Mladen Turk2009-02-241-91/+0
* Remove ipc init from apr_initialize.Mladen Turk2009-02-231-5/+9