]> granicus.if.org Git - apache/history - server/log.c
Merge r1741310, r1741461 from trunk:
[apache] / server / log.c
2015-09-28 Stefan Eissingmerged current 2.4.x and ap_mmn.h update by minfrin
2015-09-26 Graham LeggettMPMs: Support SO_REUSEPORT to create multiple duplicate...
2015-09-08 Stefan Eissingmerged latest changes in 2.4.x
2015-09-08 Jim JagielskiMerge r1700317, r1700318, r1700319, r1700320, r1700321...
2015-02-24 Christophe JailletMerge r1611979, r1611725, r1588448, r1642803, r1657949...
2015-01-12 Jim JagielskiMerge r1512819, r1513461 (part of it), r1565777, r16435...
2013-12-26 Graham Leggett* easy proposals to synch 2.4.x and trunk
2013-10-08 Jim JagielskiMerge r1527008 from trunk:
2013-09-26 Jeff TrawickMerge r1525931 from trunk:
2013-04-22 Jim JagielskiMerge r1463052 from trunk:
2013-01-28 Jim JagielskiMerge r1384913, r1399687, r1419719, r1419755, r1416278...
2012-11-13 Jim JagielskiMerge r1399708 from trunk:
2012-08-14 Jeff TrawickRevert r1373105, the merging of incompatible DefaultRun...
2012-08-14 Jim JagielskiMerge r1364695, r1369477, r1369808, r1370288, r1370225...
2012-05-05 Stefan FritschMerge r1328950:
2011-12-14 Graham LeggettBackport:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
2011-11-30 Graham LeggettBackport:
2011-11-23 Stefan FritschMerge r1203634, r1204614, r1205564:
2011-11-21 Stefan FritschBackport r1204595:
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...
2004-06-23 Jeff Trawickstart piped loggers via the shell, passing through...
2004-06-09 Jeff Trawickfix typo in recent commit
2004-05-27 Jeff TrawickPass environment variables through to piped loggers...
2004-05-06 Joe Orton* modules/loggers/mod_log_config.c, server/log.c (open_...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-12 André Malouse the UNSAFE designation for unescaped errorlogs
next