summaryrefslogtreecommitdiffstats
path: root/include/http_log.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix prototypes in documentation to match actual const-nessJeff Trawick2004-10-301-2/+2
* add ap_log_cerror(); use it in a couple of places in core output filterJeff Trawick2004-10-291-9/+43
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Modify ap_open_logs (an internal function) to follow the hook open_logsWilliam A. Rowe Jr2002-09-161-2/+7
* Fix the PATH exposure security problem I thought I fixed in 2.0.36.Bill Stoddard2002-07-301-1/+1
* Fix code commentsWilliam A. Rowe Jr2002-07-111-3/+3
* Update comments for Stas BekmanBill Stoddard2002-06-041-2/+11
* add ap_log_pid() for reading an Apache pid fileJeff Trawick2002-05-231-0/+8
* ignore APLOG_NOERRNO; note that it is deprecatedJeff Trawick2002-05-171-0/+3
* Added the APLOG_TOCLIENT flag to ap_log_rerror() toBill Stoddard2002-04-221-0/+5
* Introduced -E startup_logfile_name option to httpd to allow adminsWilliam A. Rowe Jr2002-04-171-0/+8
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Allow the user to get detailed debugging information without a fullWilliam A. Rowe Jr2002-01-171-0/+2
* httpd.exp and lots of other export files are generated based on theVictor J. Orlikowski2001-07-301-1/+1
* This patch removes spaces that shouldn't be there.Jeff Trawick2001-07-181-2/+2
* Add a new request phase, for allowing management modules to forwardRyan Bloom2001-06-071-0/+5
* another nit caught by C::Scan: change request_rec param name from 's' to 'r' ...Doug MacEachern2001-05-041-2/+2
* Small docco fixes.Victor J. Orlikowski2001-04-101-2/+2
* Tweak some declarations so they're picked up by make_export.awkBrian Havard2001-03-241-2/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern2001-02-041-2/+2
* Some missing exportsWilliam A. Rowe Jr2001-01-191-1/+1
* Set up stderr logging explictly early in initialization so that a pool isJeff Trawick2001-01-041-0/+6
* Namespace protect the rest of the macros defined by ap_config.hRyan Bloom2000-10-191-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-6/+6
* Remove some old APIs. These were left around for legacy modules. SinceRyan Bloom2000-08-051-10/+0
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-13/+13
* Make http_log use ScanDocRyan Bloom2000-07-311-5/+123
* Add support for pool to log_error_core. Also add ap_log_perror to allowRyan Bloom2000-04-201-6/+10
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-4/+4
* if HAVE_SYSLOG is defined but LOG_PRIMASK isn't, define LOG_PRIMASK toJeff Trawick2000-04-051-0/+4
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-13/+3
* Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.hManoj Kasichainula1999-12-011-2/+2
* Some compile fixes for the piped log code. It doesn't completelyManoj Kasichainula1999-12-011-1/+1
* Add apr_thread_proc.h so it can find ap_proc_t.Manoj Kasichainula1999-11-301-0/+2
* First step in removing the fprintf(stderr problem from Apache. Basically,Ryan Bloom1999-11-191-0/+3
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-6/+8
* Make Apache use the new ap_create_process call. This is the first of aRyan Bloom1999-10-111-1/+1
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-3/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-4/+4
* Odd comments and leftover bits from the pthreads version.Roy T. Fielding1999-08-261-1/+1
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+162