summaryrefslogtreecommitdiffstats
path: root/server/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We really need some place where we can place a wholeJim Jagielski2014-06-031-0/+10
* Follow-up to r1512819:Jeff Trawick2014-02-071-1/+4
* Follow-up to r1539988:Jeff Trawick2013-11-201-3/+4
* Do not lose log messages with NULL server_rec when error log provider is used.Jan Kaluža2013-11-081-6/+26
* don't ignore some apr_procattr failures (clang scan-build)Jeff Trawick2013-10-231-2/+4
* Follow-up to r1525597:Jeff Trawick2013-10-151-0/+12
* avoid needless apr_pstrdup()Jeff Trawick2013-10-151-6/+2
* Fix the null device name on Windows so that stderr can be sentJeff Trawick2013-09-271-2/+9
* When adding APR_EOL_STR in the error log record before callingJeff Trawick2013-09-271-0/+1
* Error log providers need to be able to trigger a startup error from theirJeff Trawick2013-09-271-0/+4
* Suppress formatting of startup messages written to the console whenJeff Trawick2013-09-241-1/+1
* Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN.Jan Kaluža2013-09-241-5/+9
* allow the provider to decide whether or not APLOG_NOTICEJeff Trawick2013-09-231-18/+9
* Add ap_errorlog_provider to make ErrorLog logging modular. MoveJan Kaluža2013-09-231-106/+22
* Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.Jeff Trawick2013-08-101-0/+135
* use ap_log_error's facility to print the apr error string instead ofStefan Fritsch2013-03-311-16/+13
* only write the first len chars to syslog, as the buffer may have additionalJeff Trawick2012-10-181-1/+2
* style tweakJeff Trawick2012-10-181-2/+1
* Add a few AP_DEBUG_ASSERT()s for the benefit of clangStefan Fritsch2012-09-141-1/+3
* The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()Jeff Trawick2012-08-061-3/+3
* Fix segfault in logging if r->useragent_addr or c->client_addr is unsetStefan Fritsch2012-04-221-4/+6
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-4/+4
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-5/+5
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-24/+24
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-7/+7
* Align the format variable for the raw IP between the error_log and theGraham Leggett2011-11-221-12/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-6/+25
* Pass ap_errorlog_info to error_log hook.Stefan Fritsch2011-11-211-7/+4
* Fix logic when to call error_log hookStefan Fritsch2011-11-211-2/+6
* add conn_rec to error log hookJeff Trawick2011-11-181-5/+5
* Fix per-request / per-conn logging, probably broken by r1041140Stefan Fritsch2011-11-091-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-15/+15
* Fix logging of the log id of subrequestsStefan Fritsch2011-07-021-2/+2
* Add support to ErrorLogFormat for logging the system uniqueStefan Fritsch2011-06-221-1/+15
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+4
* allow error log formatters to peek at the message formatJeff Trawick2011-05-091-1/+1
* consolidate logic to remove the pidfile in a new API,Jeff Trawick2011-03-281-0/+19
* Check for s->module_config before using it, as the faked server_rec fromStefan Fritsch2011-01-181-21/+24
* Fix warning about comparing signed/unsignedStefan Fritsch2010-12-011-1/+1
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-11/+1
* Added header include for getpid() prototype on Win32.Guenter Knauf2010-10-201-0/+3
* info.file, info.line, and info.status should not be defined for per-request orStefan Fritsch2010-10-121-6/+9
* add %v and %V to ErrorLogFormatStefan Fritsch2010-10-061-0/+21
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-281-22/+42
* In ErrorLogFormat, make it possible to log an item only if the loglevelStefan Fritsch2010-09-261-0/+4
* add errorlog formats for request notes and env varsStefan Fritsch2010-09-121-19/+37
* readability fix, as suggested by Ruediger PluemStefan Fritsch2010-09-101-6/+3
* - Add another check during ErrorLogFormat parsingStefan Fritsch2010-09-061-16/+16
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-138/+573
* Change log_error_core to prefer s over c->base_server for loglevelStefan Fritsch2010-06-151-2/+2