]> granicus.if.org Git - apache/history - server/log.c
mod_session_cookie: Add a session implementation capable of storing
[apache] / server / log.c
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
2004-01-12 André Maloallow unescaped errorlogs via compile time switch
2004-01-01 André Maloupdate license to 2004.
2003-12-13 Jeff TrawickFix some piped log problems: bogus "piped log program...
2003-11-24 André MaloSECURITY [CAN-2003-0020]: escape arbitrary data before...
2003-07-14 Jeff Trawickno need to open error log for reading
2003-06-03 Bill StoddardWin32: Whack the fully qualified names that appear...
2003-03-24 Martin KraemerOops - undo wrong commit
2003-03-24 Martin KraemerOn failures, try to add a hint what went wrong
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-02-10 Jeff TrawickFix an existing problem with error handling in piped_lo...
2003-02-04 Jeff TrawickMake failing piped loggers work more like apache-1...
2003-02-03 André Malofinished that boring job:
2002-10-13 William A. Rowe Jr Some errors are impossible to fathom, without the...
2002-09-15 William A. Rowe Jr Modify ap_open_logs (an internal function) to follow...
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-06-09 William A. Rowe Jr Well the wrappers work out well... nice to be able...
2002-05-31 William A. Rowe Jr Clean up new compiler emit noise
2002-05-29 Justin ErenkrantzSimplify ap_read_pid and make it more portable.
2002-05-23 Jeff Trawickadd ap_log_pid() for reading an Apache pid file
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-17 Jeff Trawickignore APLOG_NOERRNO; note that it is deprecated
2002-04-22 Bill StoddardAdded the APLOG_TOCLIENT flag to ap_log_rerror() to
2002-04-18 Justin ErenkrantzFix 'control reaches end of non-void function' warning
2002-04-17 William A. Rowe Jr Introduced -E startup_logfile_name option to httpd...
2002-03-17 William A. Rowe Jr Spell out the merged log name, if we succeeded in...
2002-03-17 Jeff Trawickget the prototype for ap_recent_ctime()
2002-03-17 Brian PaneUse the "recent time" cache to optimize timestamp gener...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-14 Jeff Trawickdeal with the rename of kill_after_timeout to APR_KILL_...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-05 Ian HolsmanSander's Stylistic Submission
2002-02-27 William A. Rowe Jr Whoh boy that's rough... We sometimes like to answer...
2002-02-12 William A. Rowe Jr This code seriously misassumed (and may yet) that...
2002-02-06 Bradley NicholesRemoved the #ifdef NETWARE to allow the standard abort...
2002-02-06 William A. Rowe Jr BS. This isn't an assert. This is a friggin develop...
2002-01-24 Aaron BannertBring apache in line with the new apr_file_dup2() param...
2002-01-17 William A. Rowe Jr Allow the user to get detailed debugging information...
2002-01-17 William A. Rowe Jr Subset of another, have piped_log_cleanup_for_exec...
2002-01-11 David ReidThis brings apache back in line with apr following...
2001-12-18 Aaron BannertStyle and formatting changes only. Removed tabs, reduce...
2001-10-29 Bradley NicholesAdded NETWARE to the #ifdef list
2001-10-08 Ryan BloomClean up the string passed to the error log hook. This...
2001-09-18 Justin ErenkrantzSwitch back to SIGUSR1 for graceful restarts on all...
2001-07-30 Victor J. Orlikowskihttpd.exp and lots of other export files are generated...
2001-07-18 William A. Rowe Jr Missed one, all should have recovered from APR_INHERI...
2001-07-16 William A. Rowe Jr Obvious files that need inheritance, correct me if...
2001-06-06 Ryan BloomAdd a new request phase, for allowing management module...
2001-05-17 Bill StoddardFix a segfault in apr_proc_other_child_unregister....
2001-04-10 Victor J. OrlikowskiRemove a needless assignment.
2001-04-10 Victor J. OrlikowskiMissed one...
2001-04-10 Victor J. Orlikowski*Sigh*. Pointless repetition of calculations. It bother...
2001-04-03 William A. Rowe Jr Hmmm... this made things easier for me to read a...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-11 Greg Stein*) include "apr_signal.h" when needed
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-18 William A. Rowe Jr Some missing exports
2001-01-09 Jeff Trawickget rid of some bogus uses of perror()
2001-01-08 Brian HavardFix message when the error log file can't be opened.
2001-01-04 Jeff TrawickSet up stderr logging explictly early in initialization...
2000-12-31 Ryan BloomWe have a pool in this function, and log_error_core...
2000-12-31 Ryan BloomUse a real pool to dup the error log file descriptor.
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-21 William A. Rowe Jr *) Accomodate an out-of-space condition in the piped...
2000-11-14 Ryan BloomAdd the referer to the error log if one is available.
2000-10-19 Ryan BloomNamespace protect the rest of the macros defined by...
2000-10-18 Ryan BloomFix piped logs in 2.0. This basically:
next