index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
loggers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Follow-up to r1680895:
Jeff Trawick
2015-05-21
1
-12
/
+12
*
mod_log_config: instead of using the new dedicated
Rainer Jung
2015-05-21
1
-12
/
+18
*
const goodness
Jeff Trawick
2015-05-03
1
-1
/
+1
*
* mod_journald: Remove JournaldCustomLog. It is not needed now when
Jan Kaluža
2015-04-24
1
-76
/
+1
*
* mod_journald: use -lsystemd instead of -lsystemd-journald when found
Jan Kaluža
2015-04-23
1
-4
/
+11
*
mod_log_config: Fix a bug introduced by r1674261, when using a log provider
Ben Reser
2015-04-23
1
-2
/
+2
*
mod_log_config: Add %M format to output request duration in milliseconds.
Ben Reser
2015-04-23
1
-0
/
+9
*
* mod_log_config: Allow using ErrorLog providers for CustomLog.
Jan Kaluža
2015-04-17
1
-3
/
+96
*
Use 'unsigned int' in bitfield
Christophe Jaillet
2015-04-13
1
-2
/
+2
*
allow time to first byte (of response headers)
Eric Covener
2015-04-07
1
-3
/
+72
*
Fix style
Christophe Jaillet
2014-11-11
1
-4
/
+8
*
Silent some cppcheck warnings.
Christophe Jaillet
2014-09-01
1
-3
/
+3
*
*) SECURITY: CVE-2013-5704 (cve.mitre.org)
Eric Covener
2014-07-15
1
-0
/
+14
*
Suggestion from Rick Houser -- for compatibility, pick an unusual
Eric Covener
2014-07-15
1
-4
/
+4
*
allow two character mod_log_config formats
Eric Covener
2014-07-15
1
-3
/
+12
*
mod_journald: New module implementing error_log provider for systemd-journald.
Jan Kaluža
2014-07-14
2
-0
/
+290
*
add GlobalLog directive to allow a diagnostic log to be inherited
Eric Covener
2014-06-03
1
-2
/
+35
*
CVE-2014-0098 (reported by Rainer Canavan <rainer-apache 7val com>)
William A. Rowe Jr
2014-03-07
1
-6
/
+17
*
Revert r1574518 to get 2.2/2.4/2.x all back in sync for a single fix
William A. Rowe Jr
2014-03-07
1
-3
/
+2
*
ensure cookies have name/value
Jim Jagielski
2014-03-05
1
-2
/
+3
*
more apr_file_write_full() simplification (like r1542413)
Jeff Trawick
2013-11-15
1
-8
/
+6
*
Add parse_errorlog_arg callback to ap_errorlog_provider to allow providers
Jan Kaluža
2013-11-12
1
-0
/
+13
*
Error log providers need to be able to trigger a startup error from their
Jeff Trawick
2013-09-27
1
-2
/
+4
*
Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN.
Jan Kaluža
2013-09-24
1
-2
/
+4
*
allow the provider to decide whether or not APLOG_NOTICE
Jeff Trawick
2013-09-23
1
-1
/
+4
*
mod_syslog: New module implementing syslog ap_error_log provider.
Jan Kaluža
2013-09-23
2
-1
/
+168
*
Use %S instead of %C which already in use
Christophe Jaillet
2013-08-25
1
-10
/
+2
*
mod_logio: new format-specifier %C (combined) which is the sum of received an...
Christophe Jaillet
2013-05-21
1
-0
/
+9
*
Fix crash in mod_log_config when logging
Rainer Jung
2013-04-14
1
-0
/
+4
*
Use ap_bin2hex instead of sprintf(..., "%02x". It gives the same output and i...
Christophe Jaillet
2013-01-06
1
-1
/
+1
*
style fixes, add comment
Stefan Fritsch
2012-12-22
1
-3
/
+11
*
Fix various clone/edit and search/replace errors
Gregg Lewis Smith
2012-12-12
1
-2
/
+2
*
Don't log a spurious "-" if a request has been rejected
Stefan Fritsch
2012-11-18
1
-1
/
+1
*
s/;;/;/
Christophe Jaillet
2012-10-12
1
-1
/
+1
*
NetWare build tweaks.
Guenter Knauf
2012-08-09
3
-6
/
+6
*
Replace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch
2012-04-26
2
-5
/
+6
*
PR 53104 - %{abc}C truncates cookies whose values contain '='
Greg Ames
2012-04-20
1
-2
/
+2
*
* modules/loggers/mod_log_debug.c: Mark private globals as static.
Joe Orton
2012-04-17
1
-2
/
+2
*
Check during config test that directories for access logs exist
Stefan Fritsch
2012-02-13
1
-0
/
+53
*
SECURITY: CVE-2012-0021 (cve.mitre.org)
Stefan Fritsch
2011-12-29
1
-12
/
+14
*
Further clarify the naming of the entity that directly connects to us by
Graham Leggett
2011-12-14
1
-1
/
+1
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-2
/
+2
*
Add some more log message tags
Stefan Fritsch
2011-12-04
1
-2
/
+2
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
3
-12
/
+12
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-3
/
+3
*
Introduce a per request version of the remote IP address, which can be
Graham Leggett
2011-11-22
1
-2
/
+7
*
Unify syntax of config directives taking an expression as optional contition ...
Stefan Fritsch
2011-11-04
1
-2
/
+2
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
2
-2
/
+2
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-7
/
+7
*
Removes the CookieLog directive, which has been documented as deprecated for ...
Rich Bowen
2011-09-19
1
-10
/
+0
[next]