| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | * We need to return an int as result of the pre_config hook. | Ruediger Pluem | 2010-01-27 | 1 | -1/+2 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 1 | -36/+11 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -4/+8 |
* | Quit hiding the previous request information while the subsequent request is ... | William A. Rowe Jr | 2009-05-15 | 1 | -13/+9 |
* | axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, | Jeff Trawick | 2009-03-27 | 1 | -12/+0 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -8/+4 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 1 | -3/+5 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | Modified default refresh value to 10 secs so that its possible to correct a t... | Guenter Knauf | 2008-01-01 | 1 | -1/+1 |
* | * Ensure refresh parameter is numeric to prevent a possible XSS attack caused | Ruediger Pluem | 2007-12-28 | 1 | -12/+12 |
* | Add in SeeRequestTail directive, to handle the shortcoming | Jim Jagielski | 2007-10-31 | 1 | -0/+14 |
* | MMN major bump required; this API is altogether inconsistent, transparent | William A. Rowe Jr | 2007-10-24 | 1 | -2/+2 |
* | Non-functional change. Simple cleanup. | Jim Jagielski | 2007-08-03 | 1 | -5/+3 |
* | Fix CVE-2006-5752: | Joe Orton | 2007-06-20 | 1 | -4/+6 |
* | Replace ap_get_server_version with ap_get_server_banner() and | Jeff Trawick | 2006-09-05 | 1 | -1/+1 |
* | 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 | -14/+14 |
* | worker MPM/mod_status: Support per-worker tracking of pid and | Jeff Trawick | 2005-03-05 | 1 | -8/+18 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | * modules/generators/mod_status.c: Mark private global variables | Joe Orton | 2004-06-24 | 1 | -1/+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, 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | mod_status: Report total CPU time accurately when using a threaded | Jeff Trawick | 2003-10-29 | 1 | -5/+52 |
* | fix mod_status compilation on Win32 (stolen from mod_dav). | André Malo | 2003-07-22 | 1 | -4/+4 |
* | Add optional hook to extend mod_status output. | Joe Orton | 2003-07-21 | 1 | -0/+17 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Replaced APR_USEC_PER_SEC division with apr_time_sec macro | Brian Pane | 2002-06-30 | 1 | -7/+6 |
* | Send output to the next filter even on header_only requests in mod_status | Brian Pane | 2002-06-13 | 1 | -3/+0 |
* | tweak "requests currently being processed". It is confusing to not have | Greg Ames | 2002-05-24 | 1 | -3/+5 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -1/+1 |
* | Skip a potentially heavyweight call to sysconf, plus some | Brian Pane | 2002-04-22 | 1 | -11/+23 |
* | move a loop-invariant computation out of the thread loop and | Jeff Trawick | 2002-04-09 | 1 | -1/+1 |
* | PR: | Doug MacEachern | 2002-04-09 | 1 | -55/+56 |
* | Commit 1 of 2 to: | Bill Stoddard | 2002-03-20 | 1 | -2/+2 |
* | First commit to introduce accessor function to set r->content_type.. | Bill Stoddard | 2002-03-20 | 1 | -2/+2 |
* | Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren't | William A. Rowe Jr | 2002-03-16 | 1 | -3/+3 |
* | speed up the short_report path... we were unnecessarily | Jeff Trawick | 2002-03-15 | 1 | -178/+174 |
* | Factor out a bunch of commonality between the HAVE_TIMES path and | Jeff Trawick | 2002-03-15 | 1 | -41/+27 |
* | fix a couple of formatting bugs in the !HAVE_TIMES path | Jeff Trawick | 2002-03-15 | 1 | -2/+2 |
* | make mod_status a little faster by checking for an active server sooner in | Jeff Trawick | 2002-03-15 | 1 | -162/+166 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | zap some crufty NO_GETTIMEOFDAY code | Jeff Trawick | 2002-03-13 | 1 | -13/+0 |
* | fix the calculation of request time in mod_status | Jeff Trawick | 2002-03-13 | 1 | -4/+2 |
* | The style police at work. | Justin Erenkrantz | 2002-03-04 | 1 | -259/+309 |
* | De-tabify... | Bill Stoddard | 2002-02-27 | 1 | -158/+156 |
* | This fixes a bug in mod_status on Windows where restart time was not | Bill Stoddard | 2002-02-19 | 1 | -2/+2 |