summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* * We need to return an int as result of the pre_config hook.Ruediger Pluem2010-01-271-1/+2
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-261-36/+11
* Bring back OS/2 support.Brian Havard2009-08-261-4/+8
* Quit hiding the previous request information while the subsequent request is ...William A. Rowe Jr2009-05-151-13/+9
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-271-12/+0
* remove OS/2 platform supportJeff Trawick2009-03-271-8/+4
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-3/+5
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Modified default refresh value to 10 secs so that its possible to correct a t...Guenter Knauf2008-01-011-1/+1
* * Ensure refresh parameter is numeric to prevent a possible XSS attack causedRuediger Pluem2007-12-281-12/+12
* Add in SeeRequestTail directive, to handle the shortcomingJim Jagielski2007-10-311-0/+14
* MMN major bump required; this API is altogether inconsistent, transparentWilliam A. Rowe Jr2007-10-241-2/+2
* Non-functional change. Simple cleanup.Jim Jagielski2007-08-031-5/+3
* Fix CVE-2006-5752:Joe Orton2007-06-201-4/+6
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-14/+14
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-8/+18
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/generators/mod_status.c: Mark private global variablesJoe Orton2004-06-241-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* mod_status: Report total CPU time accurately when using a threadedJeff Trawick2003-10-291-5/+52
* fix mod_status compilation on Win32 (stolen from mod_dav).André Malo2003-07-221-4/+4
* Add optional hook to extend mod_status output.Joe Orton2003-07-211-0/+17
* finished that boring job:André Malo2003-02-031-1/+1
* Replaced APR_USEC_PER_SEC division with apr_time_sec macroBrian Pane2002-06-301-7/+6
* Send output to the next filter even on header_only requests in mod_statusBrian Pane2002-06-131-3/+0
* tweak "requests currently being processed". It is confusing to not haveGreg Ames2002-05-241-3/+5
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* Skip a potentially heavyweight call to sysconf, plus someBrian Pane2002-04-221-11/+23
* move a loop-invariant computation out of the thread loop andJeff Trawick2002-04-091-1/+1
* PR:Doug MacEachern2002-04-091-55/+56
* Commit 1 of 2 to:Bill Stoddard2002-03-201-2/+2
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-2/+2
* Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren'tWilliam A. Rowe Jr2002-03-161-3/+3
* speed up the short_report path... we were unnecessarilyJeff Trawick2002-03-151-178/+174
* Factor out a bunch of commonality between the HAVE_TIMES path andJeff Trawick2002-03-151-41/+27
* fix a couple of formatting bugs in the !HAVE_TIMES pathJeff Trawick2002-03-151-2/+2
* make mod_status a little faster by checking for an active server sooner inJeff Trawick2002-03-151-162/+166
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* zap some crufty NO_GETTIMEOFDAY codeJeff Trawick2002-03-131-13/+0
* fix the calculation of request time in mod_statusJeff Trawick2002-03-131-4/+2
* The style police at work.Justin Erenkrantz2002-03-041-259/+309
* De-tabify...Bill Stoddard2002-02-271-158/+156
* This fixes a bug in mod_status on Windows where restart time was notBill Stoddard2002-02-191-2/+2