summaryrefslogtreecommitdiffstats
path: root/modules/loggers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable logging a cookie with mod_log_configRyan Bloom2000-11-301-0/+25
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changeRyan Bloom2000-11-101-3/+3
* Always compute the content-length regardless of whether it is sent to theRyan Bloom2000-11-071-6/+2
* Merge the 1.3 patch to add support for logging query string inBill Stoddard2000-11-031-1/+10
* Merge forward mod_log_config enhancement.Bill Stoddard2000-11-031-3/+37
* Add a new LogFormat directive, %c, that will log connectionBill Stoddard2000-11-031-0/+18
* apr_psprintf doesn't understand %lld, so we should be using %ldRyan Bloom2000-10-181-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* We need to flush all logs when the child exits. To do this, we justRyan Bloom2000-10-101-0/+5
* Make mod_log_config compile cleanly when using BUFFERED_LOGSRyan Bloom2000-10-081-23/+28
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-4/+5
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-71/+71
* Undo the damage to mod_isapi (leave placeholders for new functions though)William A. Rowe Jr2000-07-251-1/+5
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Remove some warnings from the latest compile. I don't know why theseRyan Bloom2000-07-051-1/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* More command handler updates.Ben Laurie2000-06-171-17/+18
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-0/+2
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+1
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-2/+2
* ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 onJeff Trawick2000-04-231-7/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-10/+10
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Backport the CSS security fixes to Apache 2.0a. Or is that forwardJim Jagielski2000-03-131-1/+1
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Small changes to remove some compiler complaints.David Reid2000-02-101-1/+1
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-0/+3
* time overhaul:dgaudet2000-01-091-28/+34
* Some changes to the ap_strftime function. We now inform the user of theRyan Bloom1999-12-301-1/+2
* Remove a bunch of functions that are being replaced by functions in APR.Ryan Bloom1999-12-211-5/+13
* First step in getting Apache to use APR's time libraries. This gets a goodRyan Bloom1999-12-201-1/+7
* Size rigour.Ben Laurie1999-10-241-1/+1
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-2/+5
* I missed one function when swapping paramters. This fixes it. I think IRyan Bloom1999-10-141-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-11/+11
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-22/+22
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-20/+16
* user and ap_auth_type fields were moved from connection_rec to request_recRoy T. Fielding1999-08-261-1/+1
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+1137
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+54
* Initial revisiondgaudet1999-06-181-0/+1