summaryrefslogtreecommitdiffstats
path: root/modules/loggers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New Module -- mod_logio.Ian Holsman2002-09-282-0/+228
* static-ize a function which is not supposed to be exportedJeff Trawick2002-09-161-1/+1
* Revisit the code that Ian and I discussed on list. Actually pre-flightWilliam A. Rowe Jr2002-09-151-26/+16
* Return mismatches... this solution simply won't work, as Ian reminded me.William A. Rowe Jr2002-09-141-7/+3
* At least follow the proper failure path for failure to open the log fileWilliam A. Rowe Jr2002-09-141-3/+7
* change the log_writer declaration so that it takes a request_rec instead ofIan Holsman2002-09-062-8/+9
* its >>FNAME<< not >>name<<Ian Holsman2002-08-271-2/+2
* make the type of the variable explicit to quiet a gcc warningJeff Trawick2002-08-271-1/+1
* introduce 2 new callback oppurtunities to allow a 3rd party module to doIan Holsman2002-08-272-86/+222
* use APR_TIME_T_FMT when formatting apr_time_tJeff Trawick2002-07-171-2/+3
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-301-3/+3
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-1/+1
* My logger timestamp cache was using an apr_time_t as the cache key.Brian Pane2002-06-091-8/+8
* Well the wrappers work out well... nice to be able to put off committingWilliam A. Rowe Jr2002-06-091-1/+1
* cvs up/diff gets pretty hard to track with vc7 builds.William A. Rowe Jr2002-06-051-0/+5
* Hmmm... gotta ask the wisdom in using aspecific types over apr_time_*_tWilliam A. Rowe Jr2002-05-131-1/+1
* Added caching of formatted timestamps to speed up the access logger whenBrian Pane2002-05-121-21/+59
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-2/+7
* Update our copyright for this year.Roy T. Fielding2002-03-132-2/+2