]> granicus.if.org Git - apache/history - server/log.c
restore http://svn.apache.org/viewvc?view=revision&revision=233369
[apache] / server / log.c
2013-11-20 Jeff TrawickFollow-up to r1539988:
2013-11-08 Jan KalužaDo not lose log messages with NULL server_rec when...
2013-10-23 Jeff Trawickdon't ignore some apr_procattr failures (clang scan...
2013-10-15 Jeff TrawickFollow-up to r1525597:
2013-10-14 Jeff Trawickavoid needless apr_pstrdup()
2013-09-27 Jeff TrawickFix the null device name on Windows so that stderr...
2013-09-27 Jeff TrawickWhen adding APR_EOL_STR in the error log record before...
2013-09-27 Jeff TrawickError log providers need to be able to trigger a startu...
2013-09-24 Jeff TrawickSuppress formatting of startup messages written to...
2013-09-24 Jan KalužaAdd AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorl...
2013-09-23 Jeff Trawickallow the provider to decide whether or not APLOG_NOTICE
2013-09-23 Jan KalužaAdd ap_errorlog_provider to make ErrorLog logging modul...
2013-08-10 Jeff TrawickAdd ap_log_data(), ap_log_rdata(), etc. for logging...
2013-03-31 Stefan Fritschuse ap_log_error's facility to print the apr error...
2012-10-18 Jeff Trawickonly write the first len chars to syslog, as the buffer...
2012-10-18 Jeff Trawickstyle tweak
2012-09-14 Stefan FritschAdd a few AP_DEBUG_ASSERT()s for the benefit of clang
2012-08-06 Jeff TrawickThe Pidfile directive and ap_log_pid()/ap_remove_pid...
2012-04-22 Stefan FritschFix segfault in logging if r->useragent_addr or c-...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettAlign the format variable for the raw IP between the...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-21 Stefan FritschPass ap_errorlog_info to error_log hook.
2011-11-21 Stefan FritschFix logic when to call error_log hook
2011-11-18 Jeff Trawickadd conn_rec to error log hook
2011-11-09 Stefan FritschFix per-request / per-conn logging, probably broken...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-02 Stefan FritschFix logging of the log id of subrequests
2011-06-22 Stefan FritschAdd support to ErrorLogFormat for logging the system...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-05-09 Jeff Trawickallow error log formatters to peek at the message format
2011-03-28 Jeff Trawickconsolidate logic to remove the pidfile in a new API,
2011-01-18 Stefan FritschCheck for s->module_config before using it, as the...
2010-12-01 Stefan FritschFix warning about comparing signed/unsigned
2010-11-06 Stefan FritschAdd a generic pool cleanup function that sets a pointer...
2010-10-20 Guenter KnaufAdded header include for getpid() prototype on Win32.
2010-10-12 Stefan Fritschinfo.file, info.line, and info.status should not be...
2010-10-06 Stefan Fritschadd %v and %V to ErrorLogFormat
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-09-26 Stefan FritschIn ErrorLogFormat, make it possible to log an item...
2010-09-12 Stefan Fritschadd errorlog formats for request notes and env vars
2010-09-10 Stefan Fritschreadability fix, as suggested by Ruediger Pluem
2010-09-06 Stefan Fritsch- Add another check during ErrorLogFormat parsing
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-06-15 Stefan FritschChange log_error_core to prefer s over c->base_server...
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-08 Stefan FritschFix the test of ap_mpm_query's result:
2010-06-08 Rainer JungAdd descriptive prefix to pid and tid in the error...
2010-06-07 Rainer JungAdd microsecond timestamps to the error log.
2010-06-07 Rainer JungAdd process id and thread id (if APR has thread support)
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-03-10 Stefan FritschImprove ap_log_cerror:
2010-02-16 Graham LeggettUse APR_PID_T_FMT instead of %ld and a cast.
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2010-02-05 Stefan FritschPrint directive name in error message.
2010-02-01 Stefan Fritschreplace duplicate code with new function ap_parse_log_l...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2009-11-19 Jeff Trawickfix or complain about some invalid errno references
2009-09-16 Joe Orton* server/log.c: Update comment in piped_log structure...
2009-05-15 William A. Rowe JrForce the current directory to the server root in the...
2009-05-15 William A. Rowe JrEase migration for the hosts of piped loggers out there...
2009-05-15 William A. Rowe JrRevert the default resource abuse introduced in r104019...
2009-05-15 Joe OrtonMake the piped_log structure opaque:
2009-05-14 Rainer JungRevert r774755: ap_server_root_relative() for
2009-05-14 Rainer JungAllow relative pathnames for piped loggers in ErrorLog.
2009-05-14 Rainer JungAdd name of program to spawn to the error
2009-05-14 Rainer JungWhitespace cleanup. No functional change.
2009-05-14 Rainer JungRevert r735516 as requested by wrowe.
2009-03-27 Jeff Trawickremove TPF support
2009-01-20 Ruediger Pluem* We need to return an int not a pointer!
2009-01-18 Rainer JungPiped error loggers should use the reliable pipes,
2008-08-15 Sander TemmeThe error logging core only logs at very high level...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-12-31 William A. Rowe JrOn win32, we must never, never close the parent's copy...
2007-10-23 William A. Rowe JrWe now have an API to describe pipe creation timeout...
2007-09-28 William A. Rowe JrShare a single write-pipe handle for piped stderr loggi...
2007-09-28 William A. Rowe Jrredux, use Rudgier's instead, better comments.
2007-09-28 William A. Rowe JrLogging fixes, round two. Authored and Reviewed by...
2007-08-24 William A. Rowe JrIntroduce a specific pool for stderr logging, so that...
2007-08-21 William A. Rowe JrRefactor r452431, because this should not be fatal...
2007-08-21 William A. Rowe JrThis message was confusing during debugging, make it...
2006-10-24 Joe Orton* server/log.c (ap_open_logs): When dup2'ing the error...
2006-10-03 Joe OrtonWhen starting a new piped error logger for the main...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-05-24 Jeff Trawickfix minor annoyance on z/OS: __FILE__ is set to
2005-05-18 Joe Orton* server/log.c (piped_log_spawn): Don't leak an fd...
2005-05-17 Joe Orton* server/log.c (ap_open_piped_log): Remove errno handling.
2005-05-16 Joe Orton* server/log.c (piped_log_spawn): Return the APR error...
2005-05-15 Jeff TrawickPrevent hangs of child processes when writing to piped...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-10-29 Jeff Trawickadd ap_log_cerror(); use it in a couple of places in...
2004-09-22 Joe Orton* server/log.c (log_error_core): For APLOG_DEBUG on...
2004-08-14 Jeff Trawicktweak error handling when reading the pid file
2004-08-11 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVeri...
next