index
:
delta/libapr.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
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge thread-name branch (PR 60587) [1]:
ivan
2023-01-21
1
-0
/
+55
*
Remove trailing whitespaces in *.c.
ivan
2022-11-20
3
-11
/
+11
*
apr_thread: Provide apr_threadattr_max_free_set().
ylavic
2022-07-14
1
-10
/
+12
*
apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/g
ylavic
2022-06-17
1
-1
/
+1
*
apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.
ylavic
2022-02-08
1
-0
/
+1
*
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().
ylavic
2022-01-25
2
-0
/
+10
*
apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..
ylavic
2022-01-25
1
-4
/
+4
*
apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.
ylavic
2022-01-25
1
-7
/
+1
*
apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.
ylavic
2022-01-24
1
-2
/
+4
*
apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.
ylavic
2022-01-19
1
-9
/
+79
*
apr_thread: Follow up to r1897197: Safer apr_thread_join().
ylavic
2022-01-19
1
-8
/
+6
*
apr_thread: Allocate the apr_thread_t struct on the thread's pool.
ylavic
2022-01-19
1
-11
/
+13
*
apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.
ylavic
2022-01-18
1
-43
/
+27
*
apr_thread: use unmanaged pools for detached threads.
ylavic
2020-12-03
1
-1
/
+30
*
apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.
ylavic
2020-12-03
1
-7
/
+21
*
API/ABI change, drop return value of apr_thread_exit() which has
jorton
2019-07-03
1
-3
/
+2
*
Signals: Allow handling of SIGUSR2 in apr_signal_thread.
ylavic
2019-02-22
1
-6
/
+0
*
apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.
ylavic
2018-06-28
1
-2
/
+2
*
apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.
ylavic
2018-06-27
1
-2
/
+15
*
Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.
ylavic
2018-06-12
1
-1
/
+1
*
Cryptographic Pseudo Random Number Generator (CPRNG).
ylavic
2018-06-11
1
-0
/
+4
*
Followup on r1481262: use already existing
rjung
2013-05-11
1
-1
/
+1
*
Use correct pthread constant.
rjung
2013-05-11
1
-1
/
+1
*
Add apr_pool_owner_set function to allow use of pool debugging with threads
sf
2013-03-23
1
-1
/
+6
*
Clarify what happens to the proc structure used by apr_fork().
sctemme
2011-11-07
1
-7
/
+3
*
Don't close any of the new stdin/stdout/stderr FDs in the child if it
sf
2011-10-15
1
-3
/
+6
*
Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.
fuankg
2011-03-07
1
-1
/
+3
*
Fix various issues found by cppcheck
sf
2010-07-27
2
-6
/
+5
*
OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been
bjh
2010-04-02
1
-1
/
+1
*
* We need to disable inheritance in the case of success like in the
rpluem
2009-06-10
1
-1
/
+1
*
Remove simple ipc because of -1
mturk
2009-02-24
1
-190
/
+1
*
Remove ipc init from apr_initialize.
mturk
2009-02-23
1
-25
/
+75
*
Add simple parent/child data exchange for APR processes
mturk
2009-02-21
1
-0
/
+139
*
Fix typo
mturk
2009-02-07
1
-1
/
+1
*
Add object perms set macros and implement them for shm and mutex
mturk
2009-02-07
1
-1
/
+30
*
Check for bogus (negative) signal numbers
martin
2008-02-01
1
-2
/
+2
*
Simplify handling of z/OS pthread API nuances. Beyond the
trawick
2007-11-19
2
-13
/
+17
*
Here's my recommendation; upon opening the pipes, always set the parent-end
wrowe
2007-10-14
1
-15
/
+18
*
apr_file_dup() varies from dup2 by not setting the child handle as
wrowe
2007-10-14
1
-12
/
+30
*
Solve two potential problems with one shot.
wrowe
2007-10-14
1
-77
/
+66
*
* Remove unnecessary assignment of pool attribute.
rpluem
2007-10-13
1
-1
/
+0
*
Close the standard handle in the child, *when* we tagged it with fd -1
wrowe
2007-10-01
1
-3
/
+3
*
Had inverted the logic for closing the handles in the parent, thanks to glasser
wrowe
2007-10-01
1
-6
/
+6
*
Thanks for catching the unbalanced parens, jerenkrantz.
wrowe
2007-09-29
1
-3
/
+3
*
Fix compile errors introduced in r580486 due to missing ()s.
jerenkrantz
2007-09-29
1
-6
/
+6
*
Undo the 'fix' to the unix flaw. Yes, there still are flaws;
wrowe
2007-09-28
1
-36
/
+12
*
Introduce APR_NO_FILE as an option for any of the three stdio streams
wrowe
2007-09-28
1
-21
/
+68
*
Fix compile failure in pthread_attr_setdetachstate() logic on z/OS.
trawick
2007-01-29
1
-1
/
+5
*
* threadprox/unix/proc.c (apr_proc_create): Relax the tests to allow
jorton
2006-10-10
1
-1
/
+1
*
Fix the typo.
jorton
2006-08-03
5
-5
/
+5
[next]