summaryrefslogtreecommitdiffstats
path: root/modules/loggers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the keepalives field out of the conn_rec and into an HTTP specificRyan Bloom2001-04-181-1/+8
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-1/+1
* Add a couple of GCC attribute tags to printf style functions. This alsoRyan Bloom2001-02-221-2/+2
* Rename the module structures so that the exported symbol matchesMartin Kraemer2001-02-162-8/+8
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up some of the includes:Greg Stein2001-02-101-6/+9
* Add new LogFormat directive, %D, to log time it takes to serve a requestBill Stoddard2001-02-101-0/+9
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-16/+16
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-3/+3
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Make handlers use hooks.Ben Laurie2001-01-071-1/+0
* Last of the Win32 goodness I've noticedWilliam A. Rowe Jr2000-12-211-2/+2
* *) remove STANDARD_LIBS line; it is unused/unneededGreg Stein2000-12-071-4/+3
* Ignore all the files that are generated during a buildRyan Bloom2000-12-051-0/+10
* Get Apache to configure completely again. This still doesn't build, butRyan Bloom2000-12-041-1/+1
* Get the modules configuration stuff working correctly. This just dealsRyan Bloom2000-12-042-0/+13
* Enable logging a cookie with mod_log_configRyan Bloom2000-11-301-0/+25