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
*
On 'xmllite' branch: Merge changes from trunk.
ivan
2019-05-20
2
-5
/
+25
*
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
*
Add apr_pool_owner_set function to allow use of pool debugging with threads
sf
2013-03-23
5
-4
/
+25
*
spelling fix
trawick
2012-09-14
1
-2
/
+2
*
release critical section before returning on error path
trawick
2012-08-12
1
-0
/
+1
*
definAtely
trawick
2011-12-12
1
-1
/
+1
*
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
*
fix declaration of apr_signal_description_get()
trawick
2011-03-19
1
-1
/
+1
*
clean up some low hanging gcc warnings on Win
trawick
2011-03-19
2
-1
/
+2
*
Fixed NetWare prototype warnings.
fuankg
2011-03-07
2
-5
/
+4
*
Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.
fuankg
2011-03-07
2
-4
/
+20
*
Axed C++ comments.
fuankg
2011-02-09
1
-2
/
+2
*
Removed tabs.
fuankg
2010-09-01
1
-6
/
+6
*
The Tab Police removed 119 tabs.
fuankg
2010-08-03
1
-25
/
+25
*
Fix various issues found by cppcheck
sf
2010-07-27
3
-9
/
+9
*
OS/2: Clean up a thread's pool when it terminates.
bjh
2010-04-21
1
-0
/
+2
*
OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been
bjh
2010-04-02
4
-6
/
+6
*
OS/2: Prevent pthread_sigmask() being used on OS/2 by defining
bjh
2010-03-30
1
-0
/
+1
*
Finish removing apu_config.h[n]w templates, these need synchronization w/unix
wrowe
2009-12-18
2
-2
/
+2
*
* We need to disable inheritance in the case of success like in the
rpluem
2009-06-11
3
-3
/
+3
*
* 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
5
-341
/
+1
*
Remove ipc init from apr_initialize.
mturk
2009-02-23
4
-40
/
+84
*
Although compiles, it doesn't look nice ;)
mturk
2009-02-21
1
-1
/
+1
*
Add simple parent/child data exchange for APR processes
mturk
2009-02-21
5
-0
/
+296
*
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
5
-1
/
+62
*
Clear up this wording a bit
wrowe
2008-11-23
1
-2
/
+2
*
mplement apr_proc_wait_all_procs for windows
mturk
2008-04-17
1
-15
/
+126
*
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
*
Fix mismatch, using child_err when dealing with stdout.
bjh
2007-10-31
1
-1
/
+1
*
OS/2: Fix condition for restoring std handles after spawning a process.
bjh
2007-10-31
1
-6
/
+15
*
Fix build breakage due to syntax errors in threadproc/os2/proc.c.
bjh
2007-10-30
1
-9
/
+10
*
Fix up a few netware'isms and missing brackets left over from the refactoring.
bnicholes
2007-10-16
1
-6
/
+10
*
Backport the std handling improvements to Netware, OS2, BeOS.
wrowe
2007-10-15
3
-285
/
+384
*
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
[next]