index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
netware
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...
Yann Ylavic
2023-03-15
1
-2
/
+4
*
Merge thread-name branch (PR 60587) [1]:
Ivan Zhakov
2023-01-21
1
-0
/
+12
|
\
|
*
On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()
Ivan Zhakov
2022-06-27
1
-0
/
+12
*
|
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
1
-4
/
+4
*
|
apr_thread: Provide apr_threadattr_max_free_set().
Yann Ylavic
2022-07-14
1
-10
/
+12
|
/
*
apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.
Yann Ylavic
2022-02-08
1
-0
/
+1
*
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().
Yann Ylavic
2022-01-25
1
-0
/
+7
*
apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..
Yann Ylavic
2022-01-25
1
-4
/
+4
*
apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.
Yann Ylavic
2022-01-25
1
-7
/
+1
*
apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.
Yann Ylavic
2022-01-24
1
-2
/
+4
*
apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.
Yann Ylavic
2022-01-19
1
-24
/
+82
*
apr_thread: Allocate the apr_thread_t struct on the thread's pool.
Yann Ylavic
2022-01-19
1
-12
/
+14
*
apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.
Yann Ylavic
2022-01-18
1
-52
/
+44
*
apr_thread: use unmanaged pools for detached threads.
Yann Ylavic
2020-12-03
1
-2
/
+31
*
apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.
Yann Ylavic
2020-12-03
1
-3
/
+18
*
API/ABI change, drop return value of apr_thread_exit() which has
Joe Orton
2019-07-03
1
-3
/
+1
*
Fixed indent - no code change.
Guenter Knauf
2014-07-16
1
-12
/
+11
*
Fixed type; fixed comments.
Guenter Knauf
2014-07-16
1
-4
/
+4
*
Add apr_pool_owner_set function to allow use of pool debugging with threads
Stefan Fritsch
2013-03-23
1
-1
/
+6
*
Axed C++ comments.
Guenter Knauf
2011-02-09
1
-2
/
+2
*
The Tab Police removed 119 tabs.
Guenter Knauf
2010-08-03
1
-25
/
+25
*
* Remove unnecessary assignment of pool attribute.
Ruediger Pluem
2007-10-13
1
-1
/
+0
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Add apr_threadattr_guardsize_set function, which allows changing
Joe Orton
2004-06-10
1
-0
/
+6
*
Add apr_threadattr_stacksize_set() for overriding the default
Jeff Trawick
2004-03-01
1
-0
/
+7
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
1
-1
/
+1
*
Update copyright notices to 2003.
Thom May
2003-01-01
1
-1
/
+1
*
Implemented the thread_once API's on NetWare
Bradley Nicholes
2002-07-19
1
-2
/
+6
*
Rename all the "cntxt" members of the thread and proc structures to
Sander Striker
2002-03-19
1
-16
/
+16
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Convert apr_thread_exit(..., apr_status_t *retval) to
Aaron Bannert
2001-12-27
1
-3
/
+5
*
Clean up GNU compiler issues on NetWare
Bradley Nicholes
2001-12-11
1
-1
/
+1
*
Added stubs for missing APIs
Bradley Nicholes
2001-11-30
1
-6
/
+18
*
Fixed NetWare thread handling so that it can deal with multiple argument
Bradley Nicholes
2001-10-05
1
-2
/
+11
*
Fixed apr_thread_create() so that it doesn't require the caller to pass an
Bradley Nicholes
2001-10-04
1
-11
/
+9
*
Updated to generate a thread name if one is not specified and to default to
Bradley Nicholes
2001-09-10
1
-13
/
+28
*
Changed the create thread flags due to changes in the NetWare threading APIs
Bradley Nicholes
2001-08-10
1
-4
/
+1
*
Added a stub for apr_thread_yield()
Bradley Nicholes
2001-08-03
1
-2
/
+1
*
NetWare port of the threadproc functions
Bradley Nicholes
2001-08-02
1
-0
/
+245