summaryrefslogtreecommitdiff
path: root/modules/loggers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-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