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