aboutsummaryrefslogtreecommitdiff
path: root/threadproc/unix/proc.c
Commit message (Expand)AuthorAge
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-20
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gYann Ylavic2022-06-17
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-25
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.Yann Ylavic2018-06-28
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.Yann Ylavic2018-06-27
* Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.Yann Ylavic2018-06-12
* Cryptographic Pseudo Random Number Generator (CPRNG).Yann Ylavic2018-06-11
* Clarify what happens to the proc structure used by apr_fork(). Sander Temme2011-11-07
* Don't close any of the new stdin/stdout/stderr FDs in the child if itStefan Fritsch2011-10-15
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.Guenter Knauf2011-03-07
* Fix various issues found by cppcheckStefan Fritsch2010-07-27
* * We need to disable inheritance in the case of success like in theRuediger Pluem2009-06-10
* Remove simple ipc because of -1Mladen Turk2009-02-24
* Remove ipc init from apr_initialize.Mladen Turk2009-02-23
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-21
* Fix typoMladen Turk2009-02-07
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-07
* Here's my recommendation; upon opening the pipes, always set the parent-endWilliam A. Rowe Jr2007-10-14
* apr_file_dup() varies from dup2 by not setting the child handle asWilliam A. Rowe Jr2007-10-14
* Solve two potential problems with one shot.William A. Rowe Jr2007-10-14
* Close the standard handle in the child, *when* we tagged it with fd -1William A. Rowe Jr2007-10-01
* Had inverted the logic for closing the handles in the parent, thanks to glasserWilliam A. Rowe Jr2007-10-01
* Thanks for catching the unbalanced parens, jerenkrantz.William A. Rowe Jr2007-09-29
* Fix compile errors introduced in r580486 due to missing ()s.Justin Erenkrantz2007-09-29
* Undo the 'fix' to the unix flaw. Yes, there still are flaws;William A. Rowe Jr2007-09-28
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-28
* * threadprox/unix/proc.c (apr_proc_create): Relax the tests to allowJoe Orton2006-10-10
* Fix the typo.Joe Orton2006-08-03
* Update license header.Joe Orton2006-08-03
* Don't pass NULL to execve() for the environment array,Jeff Trawick2005-10-10
* * threadproc/unix/proc.c (apr_proc_create): Use _exit() not exit() toJoe Orton2005-08-24
* * threadproc/unix/proc.c (apr_procattr_child_in_set,Joe Orton2005-05-16
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04
* Remove unused variable declarations.Mladen Turk2005-01-17
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-16
* apr_proc_create() on Unix: Remove unnecessary check for readJeff Trawick2004-07-20
* Add command type APR_SHELLCMD_ENV for creating a processJeff Trawick2004-06-23
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-14
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
* Get rid of tabs.Ben Laurie2003-11-06
* Endianness and APR types for random.Ben Laurie2003-11-05
* Really fix the build again.Joe Orton2003-11-05
* Make sure randomness is different after a fork.Ben Laurie2003-11-03
* (apr_proc_wait): Handle interrupted waitpid(2) calls by callingThom May2003-05-08
* apr_proc_create() on Unix: Make the APR_SHELLCMD mode workJeff Trawick2003-04-21
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-07
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-06
* Fix a bug in apr_proc_create() that could cause a new child processJeff Trawick2003-02-04
* Namespace protection for include/arch/ header filesThom May2003-01-06
* Update copyright notices to 2003.Thom May2003-01-01