summaryrefslogtreecommitdiffstats
path: root/modules/loggers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-2/+2
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-291-1/+3
* *) Split all Win32 modules [excluding the core components mod_core,William A. Rowe Jr2002-01-101-0/+128
* wrowe's veto'd this.Ian Holsman2002-01-101-76/+0
* new option LogExcludeByTypeIan Holsman2002-01-101-0/+76
* Rearranged the log_request_time() code to eliminate the allocationBrian Pane2002-01-061-4/+16
* Bypass a strdup and an 8KB local variable in the common case whereBrian Pane2002-01-061-5/+4
* Replaced an instance of apr_pool_userdata_setn() with apr_pool_userdata_set()..Brian Pane2001-12-161-2/+2
* fix a couple of .exp files that broke when we sanitized the namesJeff Trawick2001-12-011-1/+1
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-241-1/+2
* Use the _setn flavor which will avoid strdup'ing these strings, andWilliam A. Rowe Jr2001-10-291-2/+2
* The call to apr_explode_localtime() in mod_log_config is one of the moreJustin Erenkrantz2001-09-191-2/+3
* Fix a case where on restart, an admin started logging, and the loggingVictor J. Orlikowski2001-08-272-2/+6
* *) Changed the late-1.3 log_config substitution %c to %X (logs theWilliam A. Rowe Jr2001-08-201-6/+8
* adjust to apr_uri_ renameDoug MacEachern2001-08-191-1/+1
* Based on the VC6 switch - and pulling the win32 make files from cvsWilliam A. Rowe Jr2001-08-171-1/+5
* Ignore goodnessWilliam A. Rowe Jr2001-08-171-0/+1
* Fix printf() warnings related to long->apr_off_t swapCliff Woolley2001-07-261-1/+1
* Change the length of the content args to apr_off_t identifiers, and fixWilliam A. Rowe Jr2001-07-261-1/+1
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfGreg Ames2001-07-251-2/+2
* Remove last public vestigages of APR_INHERITWilliam A. Rowe Jr2001-07-181-1/+2
* Obvious files that need inheritance, correct me if I'm wrong.William A. Rowe Jr2001-07-161-1/+1
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-221-1/+1
* Do not start piped log processes during the config fileBill Stoddard2001-05-161-0/+12
* clean up DSO builds on OS/390 a bit by ignoring some generated filesJeff Trawick2001-05-151-0/+1
* mod_log_config: %c connection status incorrectly loggedBill Stoddard2001-05-021-2/+3
* Put the keep-alive connection logging back.Ryan Bloom2001-04-221-0/+13
* Revert the change that moved keepalives out of conn_rec. That variableRoy T. Fielding2001-04-211-1/+0
* Fix seg fault at start-up introduced by Ryan's change to enablBill Stoddard2001-04-201-1/+7
* Forgot to add this file.Ryan Bloom2001-04-191-0/+75
* Allow modules to specify their own logging format specifier. Basically,Ryan Bloom2001-04-181-129/+60