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
/
unix
/
proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
1
-4
/
+4
*
apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/g
Yann Ylavic
2022-06-17
1
-1
/
+1
*
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().
Yann Ylavic
2022-01-25
1
-0
/
+3
*
apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.
Yann Ylavic
2018-06-28
1
-2
/
+2
*
apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.
Yann Ylavic
2018-06-27
1
-2
/
+15
*
Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.
Yann Ylavic
2018-06-12
1
-1
/
+1
*
Cryptographic Pseudo Random Number Generator (CPRNG).
Yann Ylavic
2018-06-11
1
-0
/
+4
*
Clarify what happens to the proc structure used by apr_fork().
Sander Temme
2011-11-07
1
-7
/
+3
*
Don't close any of the new stdin/stdout/stderr FDs in the child if it
Stefan Fritsch
2011-10-15
1
-3
/
+6
*
Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.
Guenter Knauf
2011-03-07
1
-1
/
+3
*
Fix various issues found by cppcheck
Stefan Fritsch
2010-07-27
1
-4
/
+3
*
* We need to disable inheritance in the case of success like in the
Ruediger Pluem
2009-06-10
1
-1
/
+1
*
Remove simple ipc because of -1
Mladen Turk
2009-02-24
1
-190
/
+1
*
Remove ipc init from apr_initialize.
Mladen Turk
2009-02-23
1
-25
/
+75
*
Add simple parent/child data exchange for APR processes
Mladen Turk
2009-02-21
1
-0
/
+139
*
Fix typo
Mladen Turk
2009-02-07
1
-1
/
+1
*
Add object perms set macros and implement them for shm and mutex
Mladen Turk
2009-02-07
1
-1
/
+30
*
Here's my recommendation; upon opening the pipes, always set the parent-end
William A. Rowe Jr
2007-10-14
1
-15
/
+18
*
apr_file_dup() varies from dup2 by not setting the child handle as
William A. Rowe Jr
2007-10-14
1
-12
/
+30
*
Solve two potential problems with one shot.
William A. Rowe Jr
2007-10-14
1
-77
/
+66
*
Close the standard handle in the child, *when* we tagged it with fd -1
William A. Rowe Jr
2007-10-01
1
-3
/
+3
*
Had inverted the logic for closing the handles in the parent, thanks to glasser
William A. Rowe Jr
2007-10-01
1
-6
/
+6
*
Thanks for catching the unbalanced parens, jerenkrantz.
William A. Rowe Jr
2007-09-29
1
-3
/
+3
*
Fix compile errors introduced in r580486 due to missing ()s.
Justin Erenkrantz
2007-09-29
1
-6
/
+6
*
Undo the 'fix' to the unix flaw. Yes, there still are flaws;
William A. Rowe Jr
2007-09-28
1
-36
/
+12
*
Introduce APR_NO_FILE as an option for any of the three stdio streams
William A. Rowe Jr
2007-09-28
1
-21
/
+68
*
* threadprox/unix/proc.c (apr_proc_create): Relax the tests to allow
Joe Orton
2006-10-10
1
-1
/
+1
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Don't pass NULL to execve() for the environment array,
Jeff Trawick
2005-10-10
1
-0
/
+8
*
* threadproc/unix/proc.c (apr_proc_create): Use _exit() not exit() to
Joe Orton
2005-08-24
1
-6
/
+6
*
* threadproc/unix/proc.c (apr_procattr_child_in_set,
Joe Orton
2005-05-16
1
-19
/
+25
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Remove unused variable declarations.
Mladen Turk
2005-01-17
1
-2
/
+0
*
Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...
Mladen Turk
2005-01-16
1
-0
/
+52
*
apr_proc_create() on Unix: Remove unnecessary check for read
Jeff Trawick
2004-07-20
1
-1
/
+1
*
Add command type APR_SHELLCMD_ENV for creating a process
Jeff Trawick
2004-06-23
1
-2
/
+8
*
Added new APR API to load child process in current or new address space (NetW...
Jean-Jacques Clar
2004-06-14
1
-0
/
+7
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
Get rid of tabs.
Ben Laurie
2003-11-06
1
-1
/
+1
*
Endianness and APR types for random.
Ben Laurie
2003-11-05
1
-0
/
+2
*
Really fix the build again.
Joe Orton
2003-11-05
1
-2
/
+0
*
Make sure randomness is different after a fork.
Ben Laurie
2003-11-03
1
-0
/
+3
*
(apr_proc_wait): Handle interrupted waitpid(2) calls by calling
Thom May
2003-05-08
1
-1
/
+5
*
apr_proc_create() on Unix: Make the APR_SHELLCMD mode work
Jeff Trawick
2003-04-21
1
-8
/
+36
*
add apr_procattr_error_check_set() for telling apr_proc_create() to
Jeff Trawick
2003-02-07
1
-0
/
+33
*
Allow apr_proc_create() to call an app-provided error reporting
Jeff Trawick
2003-02-06
1
-0
/
+21
*
Fix a bug in apr_proc_create() that could cause a new child process
Jeff Trawick
2003-02-04
1
-1
/
+1
*
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
[next]