| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow-up to r1512819: | Jeff Trawick | 2014-02-07 | 1 | -1/+4 |
* | Follow-up to r1539988: | Jeff Trawick | 2013-11-20 | 1 | -3/+4 |
* | Do not lose log messages with NULL server_rec when error log provider is used. | Jan Kaluža | 2013-11-08 | 1 | -6/+26 |
* | don't ignore some apr_procattr failures (clang scan-build) | Jeff Trawick | 2013-10-23 | 1 | -2/+4 |
* | Follow-up to r1525597: | Jeff Trawick | 2013-10-15 | 1 | -0/+12 |
* | avoid needless apr_pstrdup() | Jeff Trawick | 2013-10-15 | 1 | -6/+2 |
* | Fix the null device name on Windows so that stderr can be sent | Jeff Trawick | 2013-09-27 | 1 | -2/+9 |
* | When adding APR_EOL_STR in the error log record before calling | Jeff Trawick | 2013-09-27 | 1 | -0/+1 |
* | Error log providers need to be able to trigger a startup error from their | Jeff Trawick | 2013-09-27 | 1 | -0/+4 |
* | Suppress formatting of startup messages written to the console when | Jeff Trawick | 2013-09-24 | 1 | -1/+1 |
* | Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN. | Jan Kaluža | 2013-09-24 | 1 | -5/+9 |
* | allow the provider to decide whether or not APLOG_NOTICE | Jeff Trawick | 2013-09-23 | 1 | -18/+9 |
* | Add ap_errorlog_provider to make ErrorLog logging modular. Move | Jan Kaluža | 2013-09-23 | 1 | -106/+22 |
* | Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. | Jeff Trawick | 2013-08-10 | 1 | -0/+135 |
* | use ap_log_error's facility to print the apr error string instead of | Stefan Fritsch | 2013-03-31 | 1 | -16/+13 |
* | only write the first len chars to syslog, as the buffer may have additional | Jeff Trawick | 2012-10-18 | 1 | -1/+2 |
* | style tweak | Jeff Trawick | 2012-10-18 | 1 | -2/+1 |
* | Add a few AP_DEBUG_ASSERT()s for the benefit of clang | Stefan Fritsch | 2012-09-14 | 1 | -1/+3 |
* | The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid() | Jeff Trawick | 2012-08-06 | 1 | -3/+3 |
* | Fix segfault in logging if r->useragent_addr or c->client_addr is unset | Stefan Fritsch | 2012-04-22 | 1 | -4/+6 |
* | Further clarify the naming of the entity that directly connects to us by | Graham Leggett | 2011-12-14 | 1 | -4/+4 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -5/+5 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -24/+24 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -7/+7 |
* | Align the format variable for the raw IP between the error_log and the | Graham Leggett | 2011-11-22 | 1 | -12/+1 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -6/+25 |
* | Pass ap_errorlog_info to error_log hook. | Stefan Fritsch | 2011-11-21 | 1 | -7/+4 |
* | Fix logic when to call error_log hook | Stefan Fritsch | 2011-11-21 | 1 | -2/+6 |
* | add conn_rec to error log hook | Jeff Trawick | 2011-11-18 | 1 | -5/+5 |
* | Fix per-request / per-conn logging, probably broken by r1041140 | Stefan Fritsch | 2011-11-09 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -15/+15 |
* | Fix logging of the log id of subrequests | Stefan Fritsch | 2011-07-02 | 1 | -2/+2 |
* | Add support to ErrorLogFormat for logging the system unique | Stefan Fritsch | 2011-06-22 | 1 | -1/+15 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -2/+4 |
* | allow error log formatters to peek at the message format | Jeff Trawick | 2011-05-09 | 1 | -1/+1 |
* | consolidate logic to remove the pidfile in a new API, | Jeff Trawick | 2011-03-28 | 1 | -0/+19 |
* | Check for s->module_config before using it, as the faked server_rec from | Stefan Fritsch | 2011-01-18 | 1 | -21/+24 |
* | Fix warning about comparing signed/unsigned | Stefan Fritsch | 2010-12-01 | 1 | -1/+1 |
* | Add a generic pool cleanup function that sets a pointer to NULL and use | Stefan Fritsch | 2010-11-06 | 1 | -11/+1 |
* | Added header include for getpid() prototype on Win32. | Guenter Knauf | 2010-10-20 | 1 | -0/+3 |
* | info.file, info.line, and info.status should not be defined for per-request or | Stefan Fritsch | 2010-10-12 | 1 | -6/+9 |
* | add %v and %V to ErrorLogFormat | Stefan Fritsch | 2010-10-06 | 1 | -0/+21 |
* | Add generate_log_id hook to allow to use the ID generated by mod_unique_id as | Stefan Fritsch | 2010-09-28 | 1 | -22/+42 |
* | In ErrorLogFormat, make it possible to log an item only if the loglevel | Stefan Fritsch | 2010-09-26 | 1 | -0/+4 |
* | add errorlog formats for request notes and env vars | Stefan Fritsch | 2010-09-12 | 1 | -19/+37 |
* | readability fix, as suggested by Ruediger Pluem | Stefan Fritsch | 2010-09-10 | 1 | -6/+3 |
* | - Add another check during ErrorLogFormat parsing | Stefan Fritsch | 2010-09-06 | 1 | -16/+16 |
* | Add ErrorLogFormat directive for configuring the error log format, including | Stefan Fritsch | 2010-09-05 | 1 | -138/+573 |
* | Change log_error_core to prefer s over c->base_server for loglevel | Stefan Fritsch | 2010-06-15 | 1 | -2/+2 |
* | - Introduce ap_log_cserror to allow mod_ssl to associate log messages to | Stefan Fritsch | 2010-06-14 | 1 | -0/+13 |