| Commit message (Expand) | Author | Age | Files | Lines |
* | mpm_{event,worker,prefork}: late stop of children processes on restart. | Yann Ylavic | 2021-08-25 | 1 | -2/+2 |
* | Add optional options= argument to Listen to add listener-specific | Joe Orton | 2020-04-23 | 1 | -1/+1 |
* | Follow up to r1822537: replace static variable with pool userdata. | Yann Ylavic | 2018-05-02 | 1 | -6/+9 |
* | mpm_unix(es): cleanup properly on exit in one_process mode. | Yann Ylavic | 2018-01-29 | 1 | -0/+15 |
* | Add "AcceptErrorsNonFatal" directive | Eric Covener | 2018-01-04 | 1 | -0/+6 |
* | Fix compilation failure : | Christophe Jaillet | 2017-10-24 | 1 | -1/+2 |
* | MPMs unix: follow up to r1809881 and r1809973. | Yann Ylavic | 2017-09-28 | 1 | -0/+4 |
* | core, MPMs unix: follow up to r1809881. | Yann Ylavic | 2017-09-28 | 1 | -0/+20 |
* | MPMs unix: Place signals handlers and helpers out of DSOs to avoid | Yann Ylavic | 2017-02-21 | 1 | -0/+149 |
* | Save a few bytes in conf pool when parsing some directives. Use temp_pool whe... | Christophe Jaillet | 2015-02-05 | 1 | -2/+2 |
* | Add missing APLOGNO. | Christophe Jaillet | 2014-07-20 | 1 | -2/+2 |
* | 'ap_getword_conf' does not return NULL but an empty string if nothing could b... | Christophe Jaillet | 2013-12-15 | 1 | -2/+2 |
* | Fix valgrind warning about uninitialized memory in argument to semctl | Stefan Fritsch | 2013-02-04 | 1 | -1/+1 |
* | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -5/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -10/+10 |
* | We already have ap_str_tolower(), so also add ap_str_toupper() function and use | Stefan Fritsch | 2011-06-22 | 1 | -9/+0 |
* | fix some logging calls to include the server_rec | Jeff Trawick | 2011-02-26 | 1 | -2/+2 |
* | Per the existing comment and setrlimit() behavior -- only prevent attempts to | Eric Covener | 2010-12-04 | 1 | -1/+4 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+1 |
* | generalize the existing (r589761) platform- and errno-specific | Jeff Trawick | 2010-04-13 | 1 | -3/+4 |
* | revert 759711 and 759713... don't require apr2 | Jim Jagielski | 2009-03-30 | 1 | -9/+60 |
* | 0600 is UWRITE+UREAD | Mladen Turk | 2009-03-29 | 1 | -1/+1 |
* | Use apr-2 object perms setter | Mladen Turk | 2009-03-29 | 1 | -60/+9 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 1 | -12/+0 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -13/+14 |
* | Further unixd hacks to remove duplication between old-unixd and mod_unixd, | Nick Kew | 2008-11-04 | 1 | -206/+0 |
* | 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 | 1 | -0/+40 |
* | After a stop or restart signal, the old listening sockets | Martin Kraemer | 2007-10-29 | 1 | -0/+8 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | 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 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Move the few BS2000 specific in unixd.c | Jean-Frederic Clere | 2004-10-01 | 1 | -0/+130 |
* | 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 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -22/+57 |
* | 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 | 1 | -1/+1 |