| Commit message (Expand) | Author | Age | Files | Lines |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 1 | -12/+0 |
* | use a local module header file to store the function prototype | Roy T. Fielding | 2009-01-31 | 1 | -2/+0 |
* | revert r711228: the ap_unixd_setup_child prototype needs to go somewhere. | Roy T. Fielding | 2009-01-30 | 1 | -0/+2 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 2 | -21/+23 |
* | * unixd_setup_child is no longer implemented by unixd.c. | Ruediger Pluem | 2008-11-04 | 1 | -2/+0 |
* | Further unixd hacks to remove duplication between old-unixd and mod_unixd, | Nick Kew | 2008-11-04 | 2 | -215/+2 |
* | Also adjust unixd.c with changes from r709406 | Jim Jagielski | 2008-10-31 | 1 | -3/+3 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | Support chroot on unix-family platforms | Nick Kew | 2008-01-12 | 2 | -1/+47 |
* | After a stop or restart signal, the old listening sockets | Martin Kraemer | 2007-10-29 | 1 | -0/+8 |
* | APR_HAVE/AP_HAVE are ALWAYS defined, not always 1. | William A. Rowe Jr | 2006-12-13 | 1 | -1/+1 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 3 | -18/+18 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 3 | -3/+3 |
* | * os/unix/unixd.h: Use extern "C" linkage. | Joe Orton | 2005-12-06 | 1 | -0/+8 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -7/+7 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -83/+83 |
* | I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined | William A. Rowe Jr | 2005-09-16 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 2 | -1/+21 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 3 | -3/+6 |
* | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 1 | -5/+0 |
* | * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS. | Joe Orton | 2004-10-12 | 1 | -0/+5 |
* | Move the few BS2000 specific in unixd.c | Jean-Frederic Clere | 2004-10-01 | 2 | -0/+134 |
* | readd suexec setuid and user check | André Malo | 2004-04-24 | 1 | -3/+2 |
* | *) SECURITY: CAN-2004-0174 (cve.mitre.org) | Jeff Trawick | 2004-03-19 | 1 | -0/+13 |
* | * os/unix/unixd.c (unixd_accept): Eliminate now-redundant call to | Joe Orton | 2004-03-10 | 1 | -8/+1 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 3 | -3/+3 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 3 | -3/+3 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 3 | -159/+30 |
* | Unix MPMs: Stop dropping connections when the file descriptor | Jeff Trawick | 2004-01-27 | 1 | -9/+0 |
* | update license to 2004. | André Malo | 2004-01-01 | 3 | -3/+3 |
* | fix a compile failure with recent z/OS and picky settings for compiler/ | Jeff Trawick | 2003-11-03 | 1 | -1/+1 |
* | one_process is not a global variable | Martin Kraemer | 2003-09-08 | 1 | -1/+1 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -3/+3 |
* | Unix: Handle permissions settings for flock-based mutexes in | Jeff Trawick | 2003-06-07 | 2 | -22/+67 |
* | Linux 2.4+: enable coredumps when Apache is started as root if | Greg Ames | 2003-03-06 | 1 | -0/+15 |
* | finished that boring job: | André Malo | 2003-02-03 | 3 | -3/+3 |
* | fix compile breakage with IBM's xlc compiler caused by the | Jeff Trawick | 2002-06-27 | 1 | -1/+1 |
* | Fix a long-standing bug in 2.0, CGI scripts were being called | Ryan Bloom | 2002-06-27 | 1 | -1/+12 |
* | Fix for suexec execution of CGI scripts from mod_include | Brian Pane | 2002-05-26 | 1 | -3/+12 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -5/+5 |
* | APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_t | Jeff Trawick | 2002-05-08 | 1 | -4/+4 |
* | Add unixd_set_global_mutex_perms so we can set permissions on things like | Aaron Bannert | 2002-05-06 | 2 | -0/+14 |
* | Fix suexec invocations from userdir - the ~ was not being prepended to the | Justin Erenkrantz | 2002-04-25 | 2 | -1/+7 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 3 | -3/+3 |
* | Removed unixd_set_lock_perms(apr_lock_t *), which is no longer | Brian Pane | 2002-02-24 | 2 | -35/+0 |
* | Spelling and grammar janitor coming through. | Justin Erenkrantz | 2002-01-17 | 1 | -5/+5 |
* | On HPUX 11.x, the 'ENOBUFS, No buffer space available' | Bill Stoddard | 2002-01-17 | 1 | -0/+12 |
* | Clear the output socket descriptor in unixd_accept() to make sure | Brian Pane | 2002-01-13 | 1 | -0/+1 |
* | change ap_unix_create_privileged_process() to allocate enough space in | Greg Ames | 2001-12-27 | 1 | -1/+2 |
* | Add ap_os_killpg as well as unixd_killpg and beosd_killpg. | David Reid | 2001-12-25 | 1 | -0/+2 |