index
:
apr
trunk
apache apr mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
win32
/
thread.c
Commit message (
Expand
)
Author
Age
*
dbd, dso, threadproc: Fix prototypes warnings.
Yann Ylavic
2023-12-05
*
apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...
Yann Ylavic
2023-03-15
*
Merge thread-name branch (PR 60587) [1]:
Ivan Zhakov
2023-01-21
|
\
|
*
On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()
Ivan Zhakov
2022-06-27
*
|
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
*
|
apr_thread: Provide apr_threadattr_max_free_set().
Yann Ylavic
2022-07-14
|
/
*
win32: Fix potential race condition in apr_thread_create.
Ivan Zhakov
2022-06-27
*
apr_thread: Fix pointer to int conversion warning.
Yann Ylavic
2022-06-23
*
win32: Fix spurious apr_thread_once() failures.
Ivan Zhakov
2022-06-21
*
* threadproc/win32/thread.c
Ivan Zhakov
2022-06-20
*
* threadproc/win32/thread.c
Ivan Zhakov
2022-06-19
*
apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.
Yann Ylavic
2022-02-08
*
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().
Yann Ylavic
2022-01-25
*
apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..
Yann Ylavic
2022-01-25
*
apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.
Yann Ylavic
2022-01-25
*
apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.
Yann Ylavic
2022-01-24
*
apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.
Yann Ylavic
2022-01-19
*
apr_thread: Follow up to r1897197: Safer apr_thread_join().
Yann Ylavic
2022-01-19
*
apr_thread: Allocate the apr_thread_t struct on the thread's pool.
Yann Ylavic
2022-01-19
*
apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.
Yann Ylavic
2022-01-18
*
Stage 3 in dismantling _WIN32_WCE ... cleanup code
Mladen Turk
2021-12-02
*
apr_thread: use unmanaged pools for detached threads.
Yann Ylavic
2020-12-03
*
apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.
Yann Ylavic
2020-12-03
*
* threadproc/win32/thread.c
Ivan Zhakov
2019-10-22
*
API/ABI change, drop return value of apr_thread_exit() which has
Joe Orton
2019-07-03
*
Use native one-time initialization [1] to implement apr_thread_once_t on
Ivan Zhakov
2019-05-19
*
Add apr_pool_owner_set function to allow use of pool debugging with threads
Stefan Fritsch
2013-03-23
*
Finish removing apu_config.h[n]w templates, these need synchronization w/unix
William A. Rowe Jr
2009-12-18
*
Clear up this wording a bit
William A. Rowe Jr
2008-11-23
*
* Remove unnecessary assignment of pool attribute.
Ruediger Pluem
2007-10-13
*
Fix the typo.
Joe Orton
2006-08-03
*
Update license header.
Joe Orton
2006-08-03
*
Fix up Win32-private includes to bring it in line with all other platforms.
Justin Erenkrantz
2006-07-12
*
_beginthreadex() expects no bigger than a DWORD sized stack.
William A. Rowe Jr
2006-01-13
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
*
Makes the threads to behave like on posix. If the thread is created without
Graham Leggett
2004-09-19
*
Add apr_threadattr_guardsize_set function, which allows changing
Joe Orton
2004-06-10
*
Add apr_threadattr_stacksize_set() for overriding the default
Jeff Trawick
2004-03-01
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
*
Clean up a style issue; apr_get_os_error() is much cleaner.
William A. Rowe Jr
2003-06-18
*
Win32: WAIT_ABANDONED should be treated as a success. WAIT_FAILED (the only
Bill Stoddard
2003-06-18
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
*
Update copyright notices to 2003.
Thom May
2003-01-01
*
Close a bug identified by Juergen Heckel that we would crash when
William A. Rowe Jr
2002-12-09
*
As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we were
William A. Rowe Jr
2002-11-25
*
Excerpt from MSVC help;
Ian Holsman
2002-08-22
*
Rename all the "cntxt" members of the thread and proc structures to
Sander Striker
2002-03-19
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
*
Eliminate an unnecessary cast
William A. Rowe Jr
2002-02-13
*
Nary a complaint, since MSVC isn't distinguishing between void* and
William A. Rowe Jr
2002-02-12
[next]