summaryrefslogtreecommitdiffstats
path: root/server/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Introduce ap_log_cserror to allow mod_ssl to associate log messages toStefan Fritsch2010-06-141-0/+13
* Fix the test of ap_mpm_query's result:Stefan Fritsch2010-06-081-2/+2
* Add descriptive prefix to pid and tid in the error log.Rainer Jung2010-06-081-4/+9
* Add microsecond timestamps to the error log.Rainer Jung2010-06-071-4/+9
* Add process id and thread id (if APR has thread support)Rainer Jung2010-06-071-0/+13
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-18/+23
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-061-29/+44
* Improve ap_log_cerror:Stefan Fritsch2010-03-101-2/+7
* Use APR_PID_T_FMT instead of %ld and a cast.Graham Leggett2010-02-161-1/+1
* Log command line on startup, so there's a record of command lineDaniel Earl Poirier2010-02-161-0/+27
* Print directive name in error message.Stefan Fritsch2010-02-051-1/+1
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-021-0/+19
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-2/+2
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-0/+1
* * server/log.c: Update comment in piped_log structure, now it is Joe Orton2009-09-161-2/+0
* Force the current directory to the server root in the invocation of the pipedWilliam A. Rowe Jr2009-05-151-0/+4
* Ease migration for the hosts of piped loggers out there, handle theWilliam A. Rowe Jr2009-05-151-1/+15
* Revert the default resource abuse introduced in r104019, which can maskWilliam A. Rowe Jr2009-05-151-10/+37
* Make the piped_log structure opaque:Joe Orton2009-05-151-14/+45
* Revert r774755: ap_server_root_relative() forRainer Jung2009-05-141-10/+2
* Allow relative pathnames for piped loggers in ErrorLog.Rainer Jung2009-05-141-2/+10
* Add name of program to spawn to the errorRainer Jung2009-05-141-2/+4
* Whitespace cleanup. No functional change.Rainer Jung2009-05-141-3/+2
* Revert r735516 as requested by wrowe.Rainer Jung2009-05-141-82/+24
* remove TPF supportJeff Trawick2009-03-271-16/+0
* * We need to return an int not a pointer!Ruediger Pluem2009-01-201-1/+1
* Piped error loggers should use the reliable pipes,Rainer Jung2009-01-181-24/+82
* The error logging core only logs at very high level if it has no Sander Temme2008-08-151-0/+2
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* On win32, we must never, never close the parent's copy of theWilliam A. Rowe Jr2007-12-311-1/+12
* We now have an API to describe pipe creation timeout states, so use itWilliam A. Rowe Jr2007-10-241-2/+3
* Share a single write-pipe handle for piped stderr logging, thisWilliam A. Rowe Jr2007-09-281-0/+10
* redux, use Rudgier's instead, better comments.William A. Rowe Jr2007-09-281-6/+0
* Logging fixes, round two. Authored and Reviewed by both rplume and wroweWilliam A. Rowe Jr2007-09-281-0/+6
* Introduce a specific pool for stderr logging, so that we have two William A. Rowe Jr2007-08-241-5/+55
* Refactor r452431, because this should not be fatal to startingWilliam A. Rowe Jr2007-08-221-13/+8
* This message was confusing during debugging, make it unique.William A. Rowe Jr2007-08-221-1/+1