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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve comment.
ivan
2023-01-23
1
-2
/
+2
*
Merge thread-name branch (PR 60587) [1]:
ivan
2023-01-21
5
-0
/
+167
*
Follow-up to r1906885.
ivan
2023-01-21
1
-12
/
+14
*
Simplify code.
ivan
2023-01-21
1
-3
/
+3
*
Use sizeof(apr_wchar_t) instead of magic 2.
ivan
2023-01-21
1
-1
/
+1
*
Fix potential handle leak when apr_proc_create() is used from from multiple
ivan
2023-01-21
1
-9
/
+15
*
apr_proc_create(): Fix incorrect error handling when pipes are redirected
ivan
2023-01-21
1
-6
/
+19
*
Remove trailing whitespaces in *.c.
ivan
2022-11-20
18
-215
/
+215
*
apr_thread: Provide apr_threadattr_max_free_set().
ylavic
2022-07-14
5
-50
/
+60
*
Replace tabs to spaces.
ivan
2022-07-08
4
-120
/
+120
*
win32: Fix potential race condition in apr_thread_create.
ivan
2022-06-27
1
-1
/
+3
*
apr_thread: Fix pointer to int conversion warning.
ylavic
2022-06-23
1
-1
/
+1
*
proc: Fix different 'const' qualifiers warning.
ylavic
2022-06-23
1
-3
/
+3
*
win32: Fix spurious apr_thread_once() failures.
ivan
2022-06-21
1
-3
/
+1
*
* threadproc/win32/thread.c
ivan
2022-06-20
1
-3
/
+3
*
* threadproc/win32/thread.c
ivan
2022-06-19
1
-1
/
+1
*
apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/g
ylavic
2022-06-17
4
-4
/
+4
*
apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.
ylavic
2022-02-08
5
-2
/
+7
*
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().
ylavic
2022-01-25
9
-0
/
+47
*
apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..
ylavic
2022-01-25
5
-21
/
+21
*
apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.
ylavic
2022-01-25
5
-33
/
+5
*
apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.
ylavic
2022-01-24
5
-10
/
+20
*
apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.
ylavic
2022-01-19
5
-56
/
+398
*
apr_thread: Follow up to r1897197: Safer apr_thread_join().
ylavic
2022-01-19
3
-20
/
+15
*
apr_thread: Allocate the apr_thread_t struct on the thread's pool.
ylavic
2022-01-19
5
-64
/
+71
*
apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.
ylavic
2022-01-18
5
-225
/
+155
*
Stage 3 in dismantling _WIN32_WCE ... cleanup code
mturk
2021-12-02
1
-13
/
+0
*
apr_thread: use unmanaged pools for detached threads.
ylavic
2020-12-03
5
-11
/
+165
*
apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.
ylavic
2020-12-03
5
-28
/
+97
*
ucs2 is a legacy name, the correct encoding names
wrowe
2019-10-29
1
-26
/
+19
*
* threadproc/win32/thread.c
ivan
2019-10-22
1
-10
/
+1
*
apr_proc_create(): Properly escape arguments containing whitespace characters
ivan
2019-10-15
1
-6
/
+86
*
Refactoring. No functional changes intended.
ivan
2019-10-15
1
-15
/
+35
*
* threadproc/win32/proc.c
ivan
2019-09-09
1
-7
/
+5
*
* threadproc/win32/proc.c
ivan
2019-09-09
1
-35
/
+18
*
* threadproc/win32/proc.c: Remove Windows CE and non-unicode code.
ivan
2019-07-10
1
-217
/
+93
*
API/ABI change, drop return value of apr_thread_exit() which has
jorton
2019-07-03
5
-14
/
+6
*
Use native one-time initialization [1] to implement apr_thread_once_t on
ivan
2019-05-19
1
-4
/
+24
*
Use API constant instead of magic number.
ivan
2019-05-13
1
-1
/
+1
*
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
*
Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...
jailletc36
2015-10-24
1
-3
/
+3
*
Fixed indent - no code change.
fuankg
2014-07-16
1
-12
/
+11
*
Fixed type; fixed comments.
fuankg
2014-07-16
1
-4
/
+4
*
stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*
trawick
2014-01-18
1
-1
/
+2
*
Followup on r1481262: use already existing
rjung
2013-05-11
1
-1
/
+1
*
Use correct pthread constant.
rjung
2013-05-11
1
-1
/
+1
[next]