index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_status.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] isolate backend fdevent handler defs
Glenn Strauss
2017-11-03
1
-35
/
+1
*
[core] reduce exposure of unistd.h, other includes
Glenn Strauss
2017-07-15
1
-1
/
+0
*
[core] include "fdevent.h" where needed
Glenn Strauss
2017-03-28
1
-1
/
+2
*
[core] use con->dst_addr_buf instead of ip recalc
Glenn Strauss
2017-03-28
1
-3
/
+1
*
[core] fix crash if invalid config file (fixes #2798)
Glenn Strauss
2017-03-13
1
-0
/
+1
*
[mod_status] show keep-alive status w/ text output (fixes #2740)
Glenn Strauss
2016-07-21
1
-1
/
+4
*
use con->conf.server_tag in modules
Glenn Strauss
2016-06-25
1
-4
/
+7
*
[mod_status] add JSON output option (fixed #2432)
Glenn Strauss
2016-05-02
1
-0
/
+89
*
[mod_status] table w/ count of con states (fixes #2427)
Glenn Strauss
2016-04-13
1
-7
/
+23
*
[mod_status] page refresh option (fixes #2170)
Glenn Strauss
2016-04-13
1
-0
/
+15
*
[mod_status] use snprintf() instead of sprintf()
Glenn Strauss
2016-04-01
1
-3
/
+3
*
consistent inclusion of config.h at top of files (fixes #2073)
Glenn Strauss
2016-03-19
1
-0
/
+2
*
[config] check config option scope; warn if server option is given in conditi...
Stefan Bühler
2015-11-07
1
-1
/
+2
*
fix memory leak in mod_status when no counters are set (found by coverity)
Stefan Bühler
2015-07-05
1
-1
/
+2
*
Use buffer API to read and modify "used" member
Stefan Bühler
2015-02-08
1
-2
/
+2
*
Remove chunkqueue_get_{append,prepend}* API
Stefan Bühler
2015-02-08
1
-19
/
+23
*
fix buffer, chunk and http_chunk API
Stefan Bühler
2015-02-08
1
-25
/
+25
*
fix/silence bugs reported by ccc-analyzer (clang)
Stefan Bühler
2013-11-13
1
-1
/
+1
*
Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fix...
Stefan Bühler
2011-10-05
1
-1
/
+1
*
fdevent: add solaris eventports (fixes #2171)
lighttpd-1.4.29
Stefan Bühler
2011-06-13
1
-0
/
+3
*
report libev handler in feature list/mod_status
Stefan Bühler
2010-08-07
1
-7
/
+6
*
mod_status: Add version to status page (fixes #2219)
Stefan Bühler
2010-07-11
1
-1
/
+1
*
Fix header inclusion order, always include "config.h" before any system header
Stefan Bühler
2009-10-11
1
-10
/
+10
*
Fix issues found with clang analyzer
Stefan Bühler
2009-07-21
1
-2
/
+2
*
Keep url/host values from connection to display information while keep-alive ...
Stefan Bühler
2009-06-21
1
-3
/
+13
*
Add revision number to package version for svn/git checkouts
Stefan Bühler
2009-04-10
1
-1
/
+2
*
Added some extra warning options in cmake and fix the resulting warnings (unu...
Stefan Bühler
2009-03-07
1
-0
/
+1
*
Insert many con->mode checks; they should prevent two modules to handle the s...
Stefan Bühler
2008-08-01
1
-0
/
+2
*
Replace buffer_{append,copy}_string with the _len variant where possible (#17...
Stefan Bühler
2008-07-30
1
-117
/
+113
*
- add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)
Elan Ruusamäe
2008-01-17
1
-0
/
+18
*
fixed counter overrun in ?auto in mod_status (#909)
Jan Kneschke
2007-08-17
1
-2
/
+5
*
- add the orig_uri to the uri column in mod_status.
Marcus Rückert
2007-05-25
1
-0
/
+5
*
- added query string to the uri column
Marcus Rückert
2007-05-08
1
-0
/
+6
*
- white space cleanup part 2 this time 1.4 ;)
Marcus Rückert
2006-10-04
1
-173
/
+173
*
added summary-tag to all tables in dirlisting and status
Jan Kneschke
2006-10-04
1
-4
/
+4
*
- remove unused variable
Marcus Rückert
2006-10-03
1
-1
/
+1
*
fixed wording
Jan Kneschke
2006-01-11
1
-2
/
+2
*
fix hang if mod_status is used without mod_fastcgi (fixes #439)
Jan Kneschke
2006-01-04
1
-0
/
+8
*
added statistics to the fastcgi module and a simple text/plain reporter to mo...
Jan Kneschke
2006-01-04
1
-1
/
+39
*
don't try to encode a empty uri.path
Jan Kneschke
2005-11-17
1
-1
/
+3
*
simplified buffer-encoding functions into one function
Jan Kneschke
2005-11-07
1
-2
/
+1
*
added startup-time selectable network-backend
Jan Kneschke
2005-10-31
1
-5
/
+0
*
added BusyServer compat for ?auto
Jan Kneschke
2005-10-31
1
-0
/
+14
*
removed con->request.content (mem-buffer) by a chunk-queue
Jan Kneschke
2005-09-26
1
-1
/
+1
*
make default of sort to work
mOo
2005-09-05
1
-0
/
+1
*
fix table css for easy of embeding
mOo
2005-08-28
1
-1
/
+1
*
fixed possible uninit variables of the config-parser fails (merged [183])
Jan Kneschke
2005-08-16
1
-2
/
+2
*
use the 'len' parameter for html-encoding
Jan Kneschke
2005-08-15
1
-2
/
+1
*
removed setup_connection (merged [295])
Jan Kneschke
2005-08-08
1
-26
/
+13
*
added sorting to output (by erik^)
Jan Kneschke
2005-07-31
1
-50
/
+157
[next]