| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix the test of ap_mpm_query's result: | Stefan Fritsch | 2010-06-08 | 1 | -2/+2 |
* | Add descriptive prefix to pid and tid in the error log. | Rainer Jung | 2010-06-08 | 1 | -4/+9 |
* | Add microsecond timestamps to the error log. | Rainer Jung | 2010-06-07 | 1 | -4/+9 |
* | Add process id and thread id (if APR has thread support) | Rainer Jung | 2010-06-07 | 1 | -0/+13 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -18/+23 |
* | - Introduce log levels trace1/.../trace8 | Stefan Fritsch | 2010-06-06 | 1 | -29/+44 |
* | Improve ap_log_cerror: | Stefan Fritsch | 2010-03-10 | 1 | -2/+7 |
* | Use APR_PID_T_FMT instead of %ld and a cast. | Graham Leggett | 2010-02-16 | 1 | -1/+1 |
* | Log command line on startup, so there's a record of command line | Daniel Earl Poirier | 2010-02-16 | 1 | -0/+27 |
* | Print directive name in error message. | Stefan Fritsch | 2010-02-05 | 1 | -1/+1 |
* | replace duplicate code with new function ap_parse_log_level() | Stefan Fritsch | 2010-02-02 | 1 | -0/+19 |
* | Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings. | Takashi Sato | 2009-12-29 | 1 | -2/+2 |
* | fix or complain about some invalid errno references | Jeff Trawick | 2009-11-19 | 1 | -0/+1 |
* | * server/log.c: Update comment in piped_log structure, now it is | Joe Orton | 2009-09-16 | 1 | -2/+0 |
* | Force the current directory to the server root in the invocation of the piped | William A. Rowe Jr | 2009-05-15 | 1 | -0/+4 |
* | Ease migration for the hosts of piped loggers out there, handle the | William A. Rowe Jr | 2009-05-15 | 1 | -1/+15 |
* | Revert the default resource abuse introduced in r104019, which can mask | William A. Rowe Jr | 2009-05-15 | 1 | -10/+37 |
* | Make the piped_log structure opaque: | Joe Orton | 2009-05-15 | 1 | -14/+45 |
* | Revert r774755: ap_server_root_relative() for | Rainer Jung | 2009-05-14 | 1 | -10/+2 |