index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
loggers
/
mod_log_forensic.c
(
follow
)
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-03
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-03
1
-0
/
+8
*
Add forensic logging.
Ben Laurie
2004-01-01
1
-0
/
+315