| Commit message (Expand) | Author | Age | Files | Lines |
* | fix an old misfeature: "BufferedLogs Off" would sort-of turn | Jeff Trawick | 2004-02-26 | 1 | -2/+4 |
* | a kind fix for a compile error unfortunately broke an order | Jeff Trawick | 2004-02-26 | 1 | -7/+9 |
* | forward port to not log twice | André Malo | 2004-02-21 | 1 | -1/+1 |
* | do not exit() from inside a module! | André Malo | 2004-02-21 | 1 | -6/+12 |
* | ugh! Fix log open error condition, which never matched. | André Malo | 2004-02-21 | 1 | -2/+1 |
* | allow log pipes to be relative to serverroot as well | André Malo | 2004-02-21 | 1 | -2/+3 |
* | there's no such default | André Malo | 2004-02-21 | 1 | -2/+2 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 4 | -4/+4 |
* | oops | André Malo | 2004-02-08 | 1 | -1/+1 |
* | fix copyright dates according to the first checkin | André Malo | 2004-02-08 | 3 | -3/+3 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 4 | -214/+42 |
* | in conservative C declarations still have to be the first in a function. | André Malo | 2004-01-18 | 1 | -4/+5 |
* | mod_log_config: Fix corruption of buffered logs with threaded | Jeff Trawick | 2004-01-17 | 1 | -3/+49 |
* | * modules/loggers/config.m4: Fix --enable-mods-shared=all case where | Joe Orton | 2004-01-09 | 1 | -1/+1 |
* | Undo last change in order not to break Netware builds... | Martin Kraemer | 2004-01-05 | 1 | -1/+1 |
* | Ugly hack to get this module to compile. The path to test_char.h (which | Martin Kraemer | 2004-01-05 | 1 | -1/+1 |
* | * modules/loggers/config.m4: Add 'server' directory to include path if | Joe Orton | 2004-01-03 | 1 | -0/+5 |
* | Add mod_log_forensic to the NetWare build | Bradley Nicholes | 2004-01-03 | 3 | -22/+530 |
* | Don't hardcode the location of the test_char.h header. The path should be ad... | Bradley Nicholes | 2004-01-03 | 1 | -2/+2 |
* | 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 |