summaryrefslogtreecommitdiffstats
path: root/modules/loggers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-094-4/+4
* oopsAndré Malo2004-02-081-1/+1
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-064-214/+42
* in conservative C declarations still have to be the first in a function.André Malo2004-01-181-4/+5
* mod_log_config: Fix corruption of buffered logs with threadedJeff Trawick2004-01-171-3/+49
* * modules/loggers/config.m4: Fix --enable-mods-shared=all case whereJoe Orton2004-01-091-1/+1
* 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
* * modules/loggers/config.m4: Add 'server' directory to include path ifJoe Orton2004-01-031-0/+5
* Add mod_log_forensic to the NetWare buildBradley Nicholes2004-01-033-22/+530
* 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-012-0/+316
* update license to 2004.André Malo2004-01-013-3/+3
* * modules/loggers/mod_log_config.c (log_request_time): LogJoe Orton2003-11-051-1/+1
* fix %b format to write really "-" if bytes_sent == 0.André Malo2003-08-191-2/+2
* fix a comment to explain how to log the thread idJeff Trawick2003-05-141-2/+2
* as Andre' pointed out, we don't need %{pid/tid}P since the userJeff Trawick2003-04-191-12/+5
* change the way that thread id is specified in the log format sinceJeff Trawick2003-04-181-12/+19
* mod_log_config: Add the ability to log the id of the threadJeff Trawick2003-04-181-0/+14
* SECURITY: Eliminated leaks of several file descriptors to childWilliam A. Rowe Jr2003-03-201-1/+0
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-112-20/+2
* Minor MMN bump:André Malo2003-03-071-22/+31
* Let mod_logio be mostly included.André Malo2003-03-061-1/+1
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-202-10/+10
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-182-4/+4
* change optional function to return the previous writer, allowing to have mutl...Ian Holsman2003-02-142-6/+12
* Tabs. Runovers. Style violations ... oh my!William A. Rowe Jr2003-02-131-99/+100
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-072-12/+30
* finished that boring job:André Malo2003-02-033-3/+3
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-202-4/+4
* Accept '%%' in CustomLog format strings to produce a literal '%'.William A. Rowe Jr2002-11-251-0/+9
* Well that was a little borked, if you were having stack problems usingWilliam A. Rowe Jr2002-11-011-1/+2
* Inject logio into the win32 buildWilliam A. Rowe Jr2002-11-011-0/+128
* mod_logio modification: count bytes-sent after the writev or sendfileBrian Pane2002-10-251-23/+32
* Adding the current version string to the link of each NLMBradley Nicholes2002-10-171-1/+1
* Updating the NLM descriptions in the NetWare make filesBradley Nicholes2002-10-161-1/+1
* Add mod_logio to the NetWare buildBradley Nicholes2002-10-031-0/+261