index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
loggers
/
mod_log_forensic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Length computed by count_string() are accumulated in an apr_size_t, so be mor...
Christophe Jaillet
2022-05-04
1
-2
/
+2
*
Follow up to r1856490: missing one mod_log_forensic test_char_table case.
Yann Ylavic
2019-03-28
1
-1
/
+1
*
Provide TEST_CHAR marco in test_char.h
Yann Ylavic
2019-03-28
1
-1
/
+1
*
more apr_file_write_full() simplification (like r1542413)
Jeff Trawick
2013-11-15
1
-8
/
+6
*
Use ap_bin2hex instead of sprintf(..., "%02x". It gives the same output and i...
Christophe Jaillet
2013-01-06
1
-1
/
+1
*
Don't log a spurious "-" if a request has been rejected
Stefan Fritsch
2012-11-18
1
-1
/
+1
*
Replace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch
2012-04-26
1
-2
/
+2
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-02
1
-2
/
+2
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
* Hex pids are bogus anyway and on environments with APR_PID_T_FMT d this
Ruediger Pluem
2008-01-12
1
-1
/
+1
*
* Silence a compiler warning by using the correct format.
Ruediger Pluem
2008-01-03
1
-2
/
+2
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-1
/
+1
*
Update remaining 2004 copyright notices.
Joe Orton
2005-06-14
1
-1
/
+2
*
fix build on systems without unistd.h
André Malo
2004-04-26
1
-1
/
+3
*
forward port to not log twice
André Malo
2004-02-21
1
-1
/
+1
*
do not exit() from inside a module!
André Malo
2004-02-21
1
-6
/
+12
*
ugh! Fix log open error condition, which never matched.
André Malo
2004-02-21
1
-2
/
+1
*
allow log pipes to be relative to serverroot as well
André Malo
2004-02-21
1
-2
/
+3
*
there's no such default
André Malo
2004-02-21
1
-2
/
+2
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
oops
André Malo
2004-02-08
1
-1
/
+1
*
fix copyright dates according to the first checkin
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-54
/
+11
*
Undo last change in order not to break Netware builds...
Martin Kraemer
2004-01-05
1
-1
/
+1
*
Ugly hack to get this module to compile. The path to test_char.h (which
Martin Kraemer
2004-01-05
1
-1
/
+1
*
Don't hardcode the location of the test_char.h header. The path should be ad...
Bradley Nicholes
2004-01-03
1
-2
/
+2
*
Add missing apr_ to size_t.
Erik Abele
2004-01-03
1
-1
/
+1
*
* modules/loggers/mod_log_forensic.c (struct hlog, log_before,
Joe Orton
2004-01-03
1
-3
/
+3
*
Make forensic logging EBCDIC-safe.
Ben Laurie
2004-01-03
1
-2
/
+3
*
Use ap_assert().
Ben Laurie
2004-01-03
1
-7
/
+6
*
prevent module from segfaulting when not configured.
André Malo
2004-01-02
1
-0
/
+8
*
Add forensic logging.
Ben Laurie
2004-01-01
1
-0
/
+315