summaryrefslogtreecommitdiffstats
path: root/modules/loggers/mod_logio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_logio: Add LogIOTrackTTFU and %^FU logformatRainer Jung2018-04-091-2/+83
* * modules/loggers/mod_logio.c (logio_pre_config): Remove pointlessJoe Orton2018-02-021-1/+1
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+0
* Revert r1705157: why not "insert the filter (twice) for sub-requests" actually?Yann Ylavic2015-09-241-1/+1
* Follow up to r1705134: don't insert the filter (twice) for sub-requests.Yann Ylavic2015-09-241-1/+1
* Avoid storing request stuff in r->connection->conn_config toEric Covener2015-09-241-33/+43
* Don't count initial handshake I/O when determining the first byte.Eric Covener2015-09-241-9/+7
* Use 'unsigned int' in bitfieldChristophe Jaillet2015-04-131-2/+2
* allow time to first byte (of response headers)Eric Covener2015-04-071-3/+72
* Fix styleChristophe Jaillet2014-11-111-4/+8
* Use %S instead of %C which already in useChristophe Jaillet2013-08-251-10/+2
* mod_logio: new format-specifier %C (combined) which is the sum of received an...Christophe Jaillet2013-05-211-0/+9
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* mod_logio: introduce new optional function ap_logio_get_last_bytes to getStefan Fritsch2009-10-081-0/+16
* *) mod_logio: Provide optional function to allow modules to adjust theEric Covener2008-01-111-0/+11
* 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-1/+1
* Remove the generation of flush bucket in mod_logio, now thatBrian Pane2005-10-241-17/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* no longer remove the EOS bucketAndré Malo2004-04-031-4/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+11
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Well that was a little borked, if you were having stack problems usingWilliam A. Rowe Jr2002-11-011-1/+2
* mod_logio modification: count bytes-sent after the writev or sendfileBrian Pane2002-10-251-23/+32
* New Module -- mod_logio.Ian Holsman2002-09-281-0/+226