index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
http_log.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix prototypes in documentation to match actual const-ness
Jeff Trawick
2004-10-30
1
-2
/
+2
*
add ap_log_cerror(); use it in a couple of places in core output filter
Jeff Trawick
2004-10-29
1
-9
/
+43
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-07
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Modify ap_open_logs (an internal function) to follow the hook open_logs
William A. Rowe Jr
2002-09-16
1
-2
/
+7
*
Fix the PATH exposure security problem I thought I fixed in 2.0.36.
Bill Stoddard
2002-07-30
1
-1
/
+1
*
Fix code comments
William A. Rowe Jr
2002-07-11
1
-3
/
+3
*
Update comments for Stas Bekman
Bill Stoddard
2002-06-04
1
-2
/
+11
*
add ap_log_pid() for reading an Apache pid file
Jeff Trawick
2002-05-23
1
-0
/
+8
*
ignore APLOG_NOERRNO; note that it is deprecated
Jeff Trawick
2002-05-17
1
-0
/
+3
*
Added the APLOG_TOCLIENT flag to ap_log_rerror() to
Bill Stoddard
2002-04-22
1
-0
/
+5
*
Introduced -E startup_logfile_name option to httpd to allow admins
William A. Rowe Jr
2002-04-17
1
-0
/
+8
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Allow the user to get detailed debugging information without a full
William A. Rowe Jr
2002-01-17
1
-0
/
+2
*
httpd.exp and lots of other export files are generated based on the
Victor J. Orlikowski
2001-07-30
1
-1
/
+1
*
This patch removes spaces that shouldn't be there.
Jeff Trawick
2001-07-18
1
-2
/
+2
*
Add a new request phase, for allowing management modules to forward
Ryan Bloom
2001-06-07
1
-0
/
+5
*
another nit caught by C::Scan: change request_rec param name from 's' to 'r' ...
Doug MacEachern
2001-05-04
1
-2
/
+2
*
Small docco fixes.
Victor J. Orlikowski
2001-04-10
1
-2
/
+2
*
Tweak some declarations so they're picked up by make_export.awk
Brian Havard
2001-03-24
1
-2
/
+2
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
fix minor prototype inconsistencies noticed with C::Scan
Doug MacEachern
2001-02-04
1
-2
/
+2
*
Some missing exports
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
Set up stderr logging explictly early in initialization so that a pool is
Jeff Trawick
2001-01-04
1
-0
/
+6
*
Namespace protect the rest of the macros defined by ap_config.h
Ryan Bloom
2000-10-19
1
-1
/
+1
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-6
/
+6
*
Remove some old APIs. These were left around for legacy modules. Since
Ryan Bloom
2000-08-05
1
-10
/
+0
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-13
/
+13
*
Make http_log use ScanDoc
Ryan Bloom
2000-07-31
1
-5
/
+123
*
Add support for pool to log_error_core. Also add ap_log_perror to allow
Ryan Bloom
2000-04-20
1
-6
/
+10
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-4
/
+4
*
if HAVE_SYSLOG is defined but LOG_PRIMASK isn't, define LOG_PRIMASK to
Jeff Trawick
2000-04-05
1
-0
/
+4
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-33
/
+34
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
Finish the commits for the change in the header files. Basically, this hides
Ryan Bloom
2000-01-19
1
-13
/
+3
*
Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h
Manoj Kasichainula
1999-12-01
1
-2
/
+2
*
Some compile fixes for the piped log code. It doesn't completely
Manoj Kasichainula
1999-12-01
1
-1
/
+1
*
Add apr_thread_proc.h so it can find ap_proc_t.
Manoj Kasichainula
1999-11-30
1
-0
/
+2
*
First step in removing the fprintf(stderr problem from Apache. Basically,
Ryan Bloom
1999-11-19
1
-0
/
+3
*
Add a status value to ap_log_error and ap_log_rerror. This allows us to use
Ryan Bloom
1999-10-20
1
-6
/
+8
*
Make Apache use the new ap_create_process call. This is the first of a
Ryan Bloom
1999-10-11
1
-1
/
+1
*
Remove all of the calls to functions like "ap_popenf". These functions were
Ryan Bloom
1999-09-08
1
-3
/
+3
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-4
/
+4
*
Odd comments and leftover bits from the pthreads version.
Roy T. Fielding
1999-08-26
1
-1
/
+1
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+162