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