summaryrefslogtreecommitdiff
path: root/modules/loggers
Commit message (Expand)AuthorAgeFilesLines
* Length computed by count_string() are accumulated in an apr_size_t, so be mor...Christophe Jaillet2022-05-041-2/+2
* APR 1.3 is a requirement for building httpd 2.4 and above.Christophe Jaillet2022-01-221-7/+1
* * mod_log_config/mod_ssl: moved the log_handlers registered by mod_sslStefan Eissing2021-05-181-0/+37
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-12/+5
* Merge 2 loops in order to save a few cycles.Christophe Jaillet2020-08-011-3/+1
* Declare pre_translate hook in lua/info/log_debug/example modules, and docs.Yann Ylavic2020-06-221-0/+8
* Include Angle-bracket form to Quoted formSteffen Land2020-05-141-1/+1
* Add Win build mod_log_json.dspSteffen Land2020-05-121-0/+111
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* core: add r->flushed flag and set it when the response is sent.Yann Ylavic2020-04-011-0/+5
* * modules/loggers/config.m4: Don't override shared/staticJoe Orton2020-01-141-4/+0
* * modules/loggers/config.m4, modules/md/config2.m4, acinclude.m4:Joe Orton2020-01-141-0/+1
* Fix to allow the logging of SSL_CIPHER variable (instead of SSL_COPHER)Christophe Jaillet2019-08-101-1/+1
* Follow up to r1856490: missing one mod_log_forensic test_char_table case.Yann Ylavic2019-03-281-1/+1
* Provide TEST_CHAR marco in test_char.hYann Ylavic2019-03-281-1/+1
* mod_log_json: fixing compilation errors in maintainer mode.Stefan Eissing2018-04-281-3/+19
* Add mod_log_jsonPaul Querna2018-04-232-0/+180
* mod_logio: Add LogIOTrackTTFU and %^FU logformatRainer Jung2018-04-091-2/+83
* * modules/loggers/mod_logio.c (logio_pre_config): Remove pointlessJoe Orton2018-02-021-1/+1
* mod_journald: work around possible use of "inline" keyword in systemd #include.Yann Ylavic2017-10-171-4/+12
* Support use of optional "tag" in syslog entries. Streamline the patch.Jim Jagielski2017-02-241-6/+26
* https://bz.apache.org/bugzilla/show_bug.cgi?id=58855Jim Jagielski2017-01-091-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-4/+4
* Support %{c}h for conn-hostname, %h for useragent_hostWilliam A. Rowe Jr2016-02-121-3/+9
* Remove new APLOGNO form mod_log_debug.Rainer Jung2016-01-191-2/+4
* Added many log numbers to log statements thatRainer Jung2016-01-191-2/+4
* Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-12-291-10/+10
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-13/+13
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-13/+13
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-13/+13
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+0
* Revert r1705157: why not "insert the filter (twice) for sub-requests" actually?Yann Ylavic2015-09-241-1/+1
* Follow up to r1705134: don't insert the filter (twice) for sub-requests.Yann Ylavic2015-09-241-1/+1
* Avoid storing request stuff in r->connection->conn_config toEric Covener2015-09-241-33/+43
* Don't count initial handshake I/O when determining the first byte.Eric Covener2015-09-241-9/+7
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-4/+5
* 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