summaryrefslogtreecommitdiffstats
path: root/modules/loggers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow-up to r1680895:Jeff Trawick2015-05-211-12/+12
* mod_log_config: instead of using the new dedicatedRainer Jung2015-05-211-12/+18
* const goodnessJeff Trawick2015-05-031-1/+1
* * mod_journald: Remove JournaldCustomLog. It is not needed now whenJan Kaluža2015-04-241-76/+1
* * mod_journald: use -lsystemd instead of -lsystemd-journald when foundJan Kaluža2015-04-231-4/+11
* mod_log_config: Fix a bug introduced by r1674261, when using a log providerBen Reser2015-04-231-2/+2
* mod_log_config: Add %M format to output request duration in milliseconds.Ben Reser2015-04-231-0/+9
* * mod_log_config: Allow using ErrorLog providers for CustomLog.Jan Kaluža2015-04-171-3/+96
* Use 'unsigned int' in bitfieldChristophe Jaillet2015-04-131-2/+2
* allow time to first byte (of response headers)Eric Covener2015-04-071-3/+72
* Fix styleChristophe Jaillet2014-11-111-4/+8
* Silent some cppcheck warnings.Christophe Jaillet2014-09-011-3/+3
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-151-0/+14
* Suggestion from Rick Houser -- for compatibility, pick an unusualEric Covener2014-07-151-4/+4
* allow two character mod_log_config formatsEric Covener2014-07-151-3/+12
* mod_journald: New module implementing error_log provider for systemd-journald.Jan Kaluža2014-07-142-0/+290
* add GlobalLog directive to allow a diagnostic log to be inheritedEric Covener2014-06-031-2/+35
* CVE-2014-0098 (reported by Rainer Canavan <rainer-apache 7val com>)William A. Rowe Jr2014-03-071-6/+17
* Revert r1574518 to get 2.2/2.4/2.x all back in sync for a single fixWilliam A. Rowe Jr2014-03-071-3/+2
* ensure cookies have name/valueJim Jagielski2014-03-051-2/+3
* more apr_file_write_full() simplification (like r1542413)Jeff Trawick2013-11-151-8/+6
* Add parse_errorlog_arg callback to ap_errorlog_provider to allow providersJan Kaluža2013-11-121-0/+13
* Error log providers need to be able to trigger a startup error from theirJeff Trawick2013-09-271-2/+4
* Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN.Jan Kaluža2013-09-241-2/+4
* allow the provider to decide whether or not APLOG_NOTICEJeff Trawick2013-09-231-1/+4
* mod_syslog: New module implementing syslog ap_error_log provider.Jan Kaluža2013-09-232-1/+168
* Use %S instead of %C which already in useChristophe Jaillet2013-08-251-10/+2
* mod_logio: new format-specifier %C (combined) which is the sum of received an...Christophe Jaillet2013-05-211-0/+9
* Fix crash in mod_log_config when loggingRainer Jung2013-04-141-0/+4
* Use ap_bin2hex instead of sprintf(..., "%02x". It gives the same output and i...Christophe Jaillet2013-01-061-1/+1
* style fixes, add commentStefan Fritsch2012-12-221-3/+11
* Fix various clone/edit and search/replace errorsGregg Lewis Smith2012-12-121-2/+2
* Don't log a spurious "-" if a request has been rejectedStefan Fritsch2012-11-181-1/+1
* s/;;/;/Christophe Jaillet2012-10-121-1/+1
* NetWare build tweaks.Guenter Knauf2012-08-093-6/+6
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-262-5/+6
* PR 53104 - %{abc}C truncates cookies whose values contain '='Greg Ames2012-04-201-2/+2
* * modules/loggers/mod_log_debug.c: Mark private globals as static.Joe Orton2012-04-171-2/+2
* Check during config test that directories for access logs existStefan Fritsch2012-02-131-0/+53
* SECURITY: CVE-2012-0021 (cve.mitre.org)Stefan Fritsch2011-12-291-12/+14
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-1/+1
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* Add some more log message tagsStefan Fritsch2011-12-041-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-033-12/+12
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-3/+3
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-2/+7
* Unify syntax of config directives taking an expression as optional contition ...Stefan Fritsch2011-11-041-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-232-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-7/+7
* Removes the CookieLog directive, which has been documented as deprecated for ...Rich Bowen2011-09-191-10/+0