]> granicus.if.org Git - apache/history - modules/generators/mod_status.c
Add lots of unique tags to error log messages
[apache] / modules / generators / mod_status.c
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-06-20 Stefan FritschRename MaxClients to MaxRequestWorkers which describes...
2011-06-19 Stefan FritschCode cleanup: replace apr_table_set with non-copying...
2011-06-19 Stefan FritschDisplay information about asynchronous connections...
2011-06-13 Stefan FritschFix handling of cumulative system time
2011-06-13 Stefan FritschMerge repeated calls of ap_rputs.
2011-04-27 Jeff TrawickFollow on to 1057048:
2011-03-31 Jim JagielskiAdd in a configuration generation... this is independent of
2011-01-10 Stefan Fritschclarify that the displayed IP address may not be the...
2011-01-09 Stefan FritschDisplay the local IP address in server-status. This...
2011-01-09 Stefan Fritschmod_status: Don't show slots which are disabled by...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test mod_st...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-01-27 Ruediger Pluem* We need to return an int as result of the pre_config...
2010-01-26 William A. Rowe JrRefactor mod_status out of the ExtendedStatus toggle...
2009-08-26 Brian HavardBring back OS/2 support.
2009-05-15 William A. Rowe JrQuit hiding the previous request information while...
2009-03-27 Jeff Trawickaxe unmaintained 1.3-era code to support AUX, SunOS...
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-01-01 Guenter KnaufModified default refresh value to 10 secs so that its...
2007-12-28 Ruediger Pluem* Ensure refresh parameter is numeric to prevent a...
2007-10-31 Jim JagielskiAdd in SeeRequestTail directive, to handle the shortcoming
2007-10-24 William A. Rowe JrMMN major bump required; this API is altogether inconsi...
2007-08-03 Jim JagielskiNon-functional change. Simple cleanup.
2007-06-20 Joe OrtonFix CVE-2006-5752:
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-03-05 Jeff Trawickworker MPM/mod_status: Support per-worker tracking...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-06-24 Joe Orton* modules/generators/mod_status.c: Mark private global...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, 2.0
2004-01-01 André Maloupdate license to 2004.
2003-10-29 Jeff Trawickmod_status: Report total CPU time accurately when using...
2003-07-22 André Malofix mod_status compilation on Win32 (stolen from mod_dav).
2003-07-21 Joe OrtonAdd optional hook to extend mod_status output.
2003-02-03 André Malofinished that boring job:
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with apr_time_sec...
2002-06-13 Brian PaneSend output to the next filter even on header_only...
2002-05-24 Greg Amestweak "requests currently being processed". It is...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-22 Brian PaneSkip a potentially heavyweight call to sysconf, plus...
2002-04-09 Jeff Trawickmove a loop-invariant computation out of the thread...
2002-04-09 Doug MacEachernPR:
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-16 William A. Rowe Jr Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_f...
2002-03-15 Jeff Trawickspeed up the short_report path... we were unnecessarily
2002-03-15 Jeff TrawickFactor out a bunch of commonality between the HAVE_TIME...
2002-03-15 Jeff Trawickfix a couple of formatting bugs in the !HAVE_TIMES...
2002-03-15 Jeff Trawickmake mod_status a little faster by checking for an...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Jeff Trawickzap some crufty NO_GETTIMEOFDAY code
2002-03-13 Jeff Trawickfix the calculation of request time in mod_status
2002-03-04 Justin ErenkrantzThe style police at work.
2002-02-27 Bill StoddardDe-tabify...
2002-02-19 Bill StoddardThis fixes a bug in mod_status on Windows where restart...
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2001-12-18 Jeff TrawickStop using HARD_SERVER_LIMIT/HARD_THREAD_LIMIT all...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-10-11 Jeff Trawickfix a *printf() format
2001-10-01 William A. Rowe Jr Clean up some warnings by summing bytecounts into...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-07-31 Greg Amesdon't count workers in processes which aren't actively...
2001-07-31 Greg Amesmod_status: don't include workers from dead or quiesci...
2001-07-28 William A. Rowe Jr More pendantic changes for HTML 3.2/4.01 Transitional...
2001-07-25 William A. Rowe Jr Some cast magic for intentional float/int transformat...
2001-07-12 Greg Amesscratch an old itch - give lingering close its own...
2001-07-10 Greg Amesfix pid numbers in mod_status output when using a threa...
2001-05-31 Jeff Trawickhandle the SERVER_IDLE_KILL state in some of the Extend...
2001-05-30 Jeff Trawicka worker being cleaned up is not processing a request...
2001-05-15 Paul J. RederMake first phase changes to the scoreboard data structu...
2001-05-07 Jeff Trawickminor scoreboard/status improvements:
2001-05-07 Jeff TrawickGet rid of some Apache 1.x OPTIMIZE_TIMEOUTS cruft...
2001-04-06 Paul J. RederChanges required to make prefork clean up idle children...
2001-02-28 Jeff TrawickFix a problem displaying status when a threaded MPM...
2001-02-28 William A. Rowe Jr Goodbye ap_send_http_header
2001-02-21 Bill StoddardPerformance: apr_now() was being called for -all- reque...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-16 Ryan BloomAdd an apr_short_interval_time. This allows us to...
2001-02-15 Ryan BloomFix the seg fault in mod_status.c. This changes the...
2001-02-15 Ryan BloomRemove some warnings from mod_status.
2001-02-14 Bill StoddardPR:
2001-02-10 Jeff Trawickmore module build cleanup, removing warnings and some
2001-02-08 Jeff Trawickget _SC_CLK_TCK defined on Tru64 (and probably some...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-04 Bill StoddardMore mod_status work... Get Current Time, Restart Time...
2001-02-02 Bill StoddardBegin restructuring scoreboard code to enable adding...
2001-02-02 Bill StoddardShould consider APRizing the entire module. For now...
2001-02-01 Ryan BloomBring mod_status for 2.0 back in line with mod_status...
2001-01-27 William A. Rowe Jr Eliminate a gp fault on mpm_winnt since we don't...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
next