summaryrefslogtreecommitdiff
path: root/src/mod_status.c
Commit message (Expand)AuthorAgeFilesLines
* [core] isolate backend fdevent handler defsGlenn Strauss2017-11-031-35/+1
* [core] reduce exposure of unistd.h, other includesGlenn Strauss2017-07-151-1/+0
* [core] include "fdevent.h" where neededGlenn Strauss2017-03-281-1/+2
* [core] use con->dst_addr_buf instead of ip recalcGlenn Strauss2017-03-281-3/+1
* [core] fix crash if invalid config file (fixes #2798)Glenn Strauss2017-03-131-0/+1
* [mod_status] show keep-alive status w/ text output (fixes #2740)Glenn Strauss2016-07-211-1/+4
* use con->conf.server_tag in modulesGlenn Strauss2016-06-251-4/+7
* [mod_status] add JSON output option (fixed #2432)Glenn Strauss2016-05-021-0/+89
* [mod_status] table w/ count of con states (fixes #2427)Glenn Strauss2016-04-131-7/+23
* [mod_status] page refresh option (fixes #2170)Glenn Strauss2016-04-131-0/+15
* [mod_status] use snprintf() instead of sprintf()Glenn Strauss2016-04-011-3/+3
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix memory leak in mod_status when no counters are set (found by coverity)Stefan Bühler2015-07-051-1/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-2/+2
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-19/+23
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-25/+25
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fix...Stefan Bühler2011-10-051-1/+1
* fdevent: add solaris eventports (fixes #2171)lighttpd-1.4.29Stefan Bühler2011-06-131-0/+3
* report libev handler in feature list/mod_statusStefan Bühler2010-08-071-7/+6
* mod_status: Add version to status page (fixes #2219)Stefan Bühler2010-07-111-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-10/+10
* Fix issues found with clang analyzerStefan Bühler2009-07-211-2/+2
* Keep url/host values from connection to display information while keep-alive ...Stefan Bühler2009-06-211-3/+13
* Add revision number to package version for svn/git checkoutsStefan Bühler2009-04-101-1/+2
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+2
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-117/+113
* - add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)Elan Ruusamäe2008-01-171-0/+18
* fixed counter overrun in ?auto in mod_status (#909)Jan Kneschke2007-08-171-2/+5
* - add the orig_uri to the uri column in mod_status.Marcus Rückert2007-05-251-0/+5
* - added query string to the uri columnMarcus Rückert2007-05-081-0/+6
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-173/+173
* added summary-tag to all tables in dirlisting and statusJan Kneschke2006-10-041-4/+4
* - remove unused variableMarcus Rückert2006-10-031-1/+1
* fixed wordingJan Kneschke2006-01-111-2/+2
* fix hang if mod_status is used without mod_fastcgi (fixes #439)Jan Kneschke2006-01-041-0/+8
* added statistics to the fastcgi module and a simple text/plain reporter to mo...Jan Kneschke2006-01-041-1/+39
* don't try to encode a empty uri.pathJan Kneschke2005-11-171-1/+3
* simplified buffer-encoding functions into one functionJan Kneschke2005-11-071-2/+1
* added startup-time selectable network-backendJan Kneschke2005-10-311-5/+0
* added BusyServer compat for ?autoJan Kneschke2005-10-311-0/+14
* removed con->request.content (mem-buffer) by a chunk-queue Jan Kneschke2005-09-261-1/+1
* make default of sort to workmOo2005-09-051-0/+1
* fix table css for easy of embedingmOo2005-08-281-1/+1
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* use the 'len' parameter for html-encodingJan Kneschke2005-08-151-2/+1
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-26/+13
* added sorting to output (by erik^) Jan Kneschke2005-07-311-50/+157