summaryrefslogtreecommitdiffstats
path: root/modules/loggers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added forgfotten .dsp bits - my bad.Guenter Knauf2011-07-191-0/+111
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-1/+1
* Fixed Win32 build.Guenter Knauf2011-07-061-1/+1
* Stupid CodeWarrior compiler cant initialize structs with vars.Guenter Knauf2011-07-061-1/+3
* Added mod_log_debug to NetWare build.Guenter Knauf2011-07-062-0/+259
* Add new non-default debugging module mod_log_debugStefan Fritsch2011-07-022-0/+282
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-4/+3
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-2/+4
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-183-3/+3
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-182-2/+2
* Close PR 50861 where enabling and disabling of bufferedJim Jagielski2011-03-171-0/+9
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-082-4/+4
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-083-21/+21
* More ap_expr updates:Stefan Fritsch2010-11-211-0/+1
* detabStefan Fritsch2010-11-201-1/+1
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-201-0/+1
* Add support for conditional logging depending on an expression.Stefan Fritsch2010-11-091-7/+29
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-011-1/+1
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-3/+15
* Adding sub second timestamps and request end time to mod_log_config.Rainer Jung2010-07-251-24/+118
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-232-8/+6
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-063-3/+3
* mod_log_config: Add the R option to log the handler used within theGraham Leggett2010-02-011-0/+6