summaryrefslogtreecommitdiffstats
path: root/modules/loggers/mod_log_forensic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Length computed by count_string() are accumulated in an apr_size_t, so be mor...Christophe Jaillet2022-05-041-2/+2
* Follow up to r1856490: missing one mod_log_forensic test_char_table case.Yann Ylavic2019-03-281-1/+1
* Provide TEST_CHAR marco in test_char.hYann Ylavic2019-03-281-1/+1
* more apr_file_write_full() simplification (like r1542413)Jeff Trawick2013-11-151-8/+6
* Use ap_bin2hex instead of sprintf(..., "%02x". It gives the same output and i...Christophe Jaillet2013-01-061-1/+1
* Don't log a spurious "-" if a request has been rejectedStefan Fritsch2012-11-181-1/+1
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* * Hex pids are bogus anyway and on environments with APR_PID_T_FMT d thisRuediger Pluem2008-01-121-1/+1
* * Silence a compiler warning by using the correct format.Ruediger Pluem2008-01-031-2/+2
* 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
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
* fix build on systems without unistd.hAndré Malo2004-04-261-1/+3
* forward port to not log twiceAndré Malo2004-02-211-1/+1
* do not exit() from inside a module!André Malo2004-02-211-6/+12
* ugh! Fix log open error condition, which never matched.André Malo2004-02-211-2/+1
* allow log pipes to be relative to serverroot as wellAndré Malo2004-02-211-2/+3
* there's no such defaultAndré Malo2004-02-211-2/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* oopsAndré Malo2004-02-081-1/+1
* fix copyright dates according to the first checkinAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+11
* Undo last change in order not to break Netware builds...Martin Kraemer2004-01-051-1/+1
* Ugly hack to get this module to compile. The path to test_char.h (whichMartin Kraemer2004-01-051-1/+1
* Don't hardcode the location of the test_char.h header. The path should be ad...Bradley Nicholes2004-01-031-2/+2
* Add missing apr_ to size_t.Erik Abele2004-01-031-1/+1
* * modules/loggers/mod_log_forensic.c (struct hlog, log_before,Joe Orton2004-01-031-3/+3
* Make forensic logging EBCDIC-safe.Ben Laurie2004-01-031-2/+3
* Use ap_assert().Ben Laurie2004-01-031-7/+6
* prevent module from segfaulting when not configured.André Malo2004-01-031-0/+8
* Add forensic logging.Ben Laurie2004-01-011-0/+315