| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add missing apr_ to size_t. | Erik Abele | 2004-01-03 | 1 | -1/+1 |
* | * modules/loggers/mod_log_forensic.c (struct hlog, log_before, | Joe Orton | 2004-01-03 | 1 | -3/+3 |
* | Make forensic logging EBCDIC-safe. | Ben Laurie | 2004-01-03 | 1 | -2/+3 |
* | Use ap_assert(). | Ben Laurie | 2004-01-03 | 1 | -7/+6 |
* | prevent module from segfaulting when not configured. | André Malo | 2004-01-03 | 1 | -0/+8 |
* | Add forensic logging. | Ben Laurie | 2004-01-01 | 2 | -0/+316 |
* | update license to 2004. | André Malo | 2004-01-01 | 3 | -3/+3 |
* | * modules/loggers/mod_log_config.c (log_request_time): Log | Joe Orton | 2003-11-05 | 1 | -1/+1 |
* | fix %b format to write really "-" if bytes_sent == 0. | André Malo | 2003-08-19 | 1 | -2/+2 |
* | fix a comment to explain how to log the thread id | Jeff Trawick | 2003-05-14 | 1 | -2/+2 |
* | as Andre' pointed out, we don't need %{pid/tid}P since the user | Jeff Trawick | 2003-04-19 | 1 | -12/+5 |
* | change the way that thread id is specified in the log format since | Jeff Trawick | 2003-04-18 | 1 | -12/+19 |
* | mod_log_config: Add the ability to log the id of the thread | Jeff Trawick | 2003-04-18 | 1 | -0/+14 |
* | SECURITY: Eliminated leaks of several file descriptors to child | William A. Rowe Jr | 2003-03-20 | 1 | -1/+0 |
* | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 2 | -20/+2 |
* | Minor MMN bump: | André Malo | 2003-03-07 | 1 | -22/+31 |
* | Let mod_logio be mostly included. | André Malo | 2003-03-06 | 1 | -1/+1 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 2 | -10/+10 |
* | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 2 | -4/+4 |
* | change optional function to return the previous writer, allowing to have mutl... | Ian Holsman | 2003-02-14 | 2 | -6/+12 |
* | Tabs. Runovers. Style violations ... oh my! | William A. Rowe Jr | 2003-02-13 | 1 | -99/+100 |
* | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 2 | -12/+30 |
* | finished that boring job: | André Malo | 2003-02-03 | 3 | -3/+3 |
* | Catch up with the changes to apr/build/win32ver.awk and name all loadable | William A. Rowe Jr | 2003-01-20 | 2 | -4/+4 |
* | Accept '%%' in CustomLog format strings to produce a literal '%'. | William A. Rowe Jr | 2002-11-25 | 1 | -0/+9 |
* | Well that was a little borked, if you were having stack problems using | William A. Rowe Jr | 2002-11-01 | 1 | -1/+2 |
* | Inject logio into the win32 build | William A. Rowe Jr | 2002-11-01 | 1 | -0/+128 |
* | mod_logio modification: count bytes-sent after the writev or sendfile | Brian Pane | 2002-10-25 | 1 | -23/+32 |
* | Adding the current version string to the link of each NLM | Bradley Nicholes | 2002-10-17 | 1 | -1/+1 |
* | Updating the NLM descriptions in the NetWare make files | Bradley Nicholes | 2002-10-16 | 1 | -1/+1 |
* | Add mod_logio to the NetWare build | Bradley Nicholes | 2002-10-03 | 1 | -0/+261 |
* | New Module -- mod_logio. | Ian Holsman | 2002-09-28 | 2 | -0/+228 |
* | static-ize a function which is not supposed to be exported | Jeff Trawick | 2002-09-16 | 1 | -1/+1 |
* | Revisit the code that Ian and I discussed on list. Actually pre-flight | William A. Rowe Jr | 2002-09-15 | 1 | -26/+16 |
* | Return mismatches... this solution simply won't work, as Ian reminded me. | William A. Rowe Jr | 2002-09-14 | 1 | -7/+3 |
* | At least follow the proper failure path for failure to open the log file | William A. Rowe Jr | 2002-09-14 | 1 | -3/+7 |
* | change the log_writer declaration so that it takes a request_rec instead of | Ian Holsman | 2002-09-06 | 2 | -8/+9 |
* | its >>FNAME<< not >>name<< | Ian Holsman | 2002-08-27 | 1 | -2/+2 |
* | make the type of the variable explicit to quiet a gcc warning | Jeff Trawick | 2002-08-27 | 1 | -1/+1 |
* | introduce 2 new callback oppurtunities to allow a 3rd party module to do | Ian Holsman | 2002-08-27 | 2 | -86/+222 |
* | use APR_TIME_T_FMT when formatting apr_time_t | Jeff Trawick | 2002-07-17 | 1 | -2/+3 |
* | Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro | Brian Pane | 2002-06-30 | 1 | -3/+3 |
* | Change conn_rec->keepalive to an enumerated value of | Justin Erenkrantz | 2002-06-26 | 1 | -1/+1 |
* | My logger timestamp cache was using an apr_time_t as the cache key. | Brian Pane | 2002-06-09 | 1 | -8/+8 |
* | Well the wrappers work out well... nice to be able to put off committing | William A. Rowe Jr | 2002-06-09 | 1 | -1/+1 |
* | cvs up/diff gets pretty hard to track with vc7 builds. | William A. Rowe Jr | 2002-06-05 | 1 | -0/+5 |
* | Hmmm... gotta ask the wisdom in using aspecific types over apr_time_*_t | William A. Rowe Jr | 2002-05-13 | 1 | -1/+1 |
* | Added caching of formatted timestamps to speed up the access logger when | Brian Pane | 2002-05-12 | 1 | -21/+59 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -2/+7 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 2 | -2/+2 |