| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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-28 | 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 |
| * | Allow modules that add sockets to the ap_listeners list to | Ryan Bloom | 2001-11-13 | 2 | -0/+125 |
| * | Remove commas from the end of the macros that define | Ryan Bloom | 2001-11-13 | 1 | -1/+1 |
| * | Use the APR's new OS-specific proc mutex accessors -- they are used | Aaron Bannert | 2001-10-19 | 2 | -1/+35 |
| * | Added AP_DECLARE_DATA to unixd_config, so that it makes it into the exp file. | Victor J. Orlikowski | 2001-09-13 | 1 | -1/+1 |
| * | Use the correct macros in unix.h | Ryan Bloom | 2001-08-30 | 2 | -2/+2 |
| * | No <sys/ipc.h> under cygwin. | William A. Rowe Jr | 2001-08-30 | 1 | -0/+4 |
| * | os-inline.c is no more (fix from bloom) | Doug MacEachern | 2001-08-23 | 1 | -1/+1 |
| * | Eliminated ap_os_[systemcase|[case_]canonical]_filename() and | William A. Rowe Jr | 2001-08-23 | 2 | -154/+0 |
| * | This probably falls under the category: if you can't figure it out yourself, | Joshua Slive | 2001-08-23 | 1 | -3/+3 |
| * | We need to check for sys/sem.h | Ryan Bloom | 2001-08-21 | 1 | -1/+1 |
| * | Fix a new error on Linux. | Ryan Bloom | 2001-08-16 | 1 | -0/+1 |
| * | The Unix MPMs other than perchild now allow child server | Jeff Trawick | 2001-08-16 | 2 | -1/+38 |
| * | Begin to sanitize the MPM configuration directives. Now, all | Ryan Bloom | 2001-08-13 | 1 | -0/+1 |
| * | httpd.exp and lots of other export files are generated based on the | Victor J. Orlikowski | 2001-07-30 | 2 | -8/+12 |