summaryrefslogtreecommitdiff
path: root/modules/loggers
Commit message (Expand)AuthorAgeFilesLines
* mod_log_config: Add the R option to log the handler used within theGraham Leggett2010-02-011-0/+6
* fix off by one errorStefan Fritsch2009-11-101-1/+1
* Also remove trailing whitespace in the valueStefan Fritsch2009-11-091-2/+9
* Simplify code by using apr_strtokStefan Fritsch2009-11-091-26/+15
* mod_log_config: Make ${cookie}C correctly match whole cookie namesStefan Fritsch2009-11-071-11/+34
* mod_logio: introduce new optional function ap_logio_get_last_bytes to getStefan Fritsch2009-10-081-0/+16
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* BackportedJim Jagielski2008-11-261-1/+1
* Make %k work as it should. No regression noted in perlJim Jagielski2008-11-241-1/+2
* Add in useful feature. %k which logs the keepalivesJim Jagielski2008-09-081-0/+7
* * Hex pids are bogus anyway and on environments with APR_PID_T_FMT d thisRuediger Pluem2008-01-121-1/+1
* *) mod_logio: Provide optional function to allow modules to adjust theEric Covener2008-01-111-0/+11
* * Silence a compiler warning by using the correct format.Ruediger Pluem2008-01-031-2/+2
* * Do case insensitive compares for the type of formats of the pid / tid.Ruediger Pluem2007-09-261-2/+2
* mod_log_config: Add format options for %p so that the actual localJeff Trawick2007-09-261-3/+19
* * Remove function format_integer as it is only used by pfmt and just a needlessRuediger Pluem2007-09-241-6/+1
* removed obsolete -prefix; minor cosmetic changes.Guenter Knauf2007-03-223-58/+53
* Implement a BASEDIR build environment variable to allow the NetWare build to ...Bradley Nicholes2007-01-313-3/+3
* Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr2007-01-113-12/+48
* update license header textRoy T. Fielding2006-07-114-24/+24
* Revert Revision 397647William A. Rowe Jr2006-07-063-6/+6
* This resource /D syntax was pretty horridly imported into VS 2005,William A. Rowe Jr2006-04-273-6/+6
* Remove all /machine:I386 references, these are getting in the wayWilliam A. Rowe Jr2006-04-273-15/+15
* s|/GX |/EHsc | because they were always synonyms, and Visual StudioWilliam A. Rowe Jr2006-04-193-3/+3
* Remove a host of dependencies upon awk, using the same template forWilliam A. Rowe Jr2006-04-193-96/+9
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-194-4/+4
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-103-31/+31
* Remove the generation of flush bucket in mod_logio, now thatBrian Pane2005-10-241-17/+1
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-311-1/+1
* mod_log_config: %{hextid}P will log the thread id in hex with APRJeff Trawick2005-08-311-2/+10
* Doxygen fixup / cleanupIan Holsman2005-08-281-0/+11
* use struct assignment instead of memcpy so the compiler can decide whether to...Brian Pane2005-07-031-3/+2
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
* fix typo in commentJeff Trawick2005-05-191-1/+1
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-153-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* * mod_log_config.c: Revert r109866 which used apr_file_writev instead of an Paul Querna2004-12-071-6/+7
* mod_log_config.c: Use iovecs to write the log line to eliminate a memcpyPaul Querna2004-12-051-7/+6
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-302-6/+6
* Remove the .cvsignore files.Joe Orton2004-11-191-21/+0
* mod_log_config: Fix a bug which prevented request completion timeJeff Trawick2004-06-201-1/+1
* this should save one or two cyclesAndré Malo2004-05-251-1/+1
* * modules/loggers/mod_log_config.c, server/log.c (open_error_log,Joe Orton2004-05-061-1/+1
* fix build on systems without unistd.hAndré Malo2004-04-261-1/+3
* add dsp and exp file for mod_log_forensicAndré Malo2004-04-192-0/+129
* cleanup log_header_out function:André Malo2004-04-101-4/+75
* no longer remove the EOS bucketAndré Malo2004-04-031-4/+2
* fix an old misfeature: "BufferedLogs Off" would sort-of turnJeff Trawick2004-02-261-2/+4
* a kind fix for a compile error unfortunately broke an orderJeff Trawick2004-02-261-7/+9
* forward port to not log twiceAndré Malo2004-02-211-1/+1