]> granicus.if.org Git - apache/history - modules/loggers/mod_log_config.c
SECURITY: CVE-2012-0021 (cve.mitre.org)
[apache] / modules / loggers / mod_log_config.c
2011-12-28 Stefan FritschSECURITY: CVE-2012-0021 (cve.mitre.org)
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 LeggettIntroduce a per request version of the remote IP addres...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Rich BowenRemoves the CookieLog directive, which has been documen...
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-05-22 Stefan FritschFix various "variable 'x' set but not used" warnings.
2011-03-17 Jim JagielskiClose PR 50861 where enabling and disabling of buffered
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-20 Stefan Fritschdetab
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-09 Stefan FritschAdd support for conditional logging depending on an...
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-07-25 Rainer JungAdding sub second timestamps and request end time to...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-02-01 Graham Leggettmod_log_config: Add the R option to log the handler...
2009-11-10 Stefan Fritschfix off by one error
2009-11-09 Stefan FritschAlso remove trailing whitespace in the value
2009-11-09 Stefan FritschSimplify code by using apr_strtok
2009-11-07 Stefan Fritschmod_log_config: Make ${cookie}C correctly match whole...
2008-11-26 Jim JagielskiBackported
2008-11-24 Jim JagielskiMake %k work as it should. No regression noted in perl
2008-09-08 Jim JagielskiAdd in useful feature. %k which logs the keepalives
2007-09-26 Ruediger Pluem* Do case insensitive compares for the type of formats...
2007-09-26 Jeff Trawickmod_log_config: Add format options for %p so that the...
2007-09-24 Ruediger Pluem* Remove function format_integer as it is only used...
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-08-31 Jim JagielskiAdd ap_append_pid(); This is performed enough to warrant
2005-08-31 Jeff Trawickmod_log_config: %{hextid}P will log the thread id in...
2005-07-03 Brian Paneuse struct assignment instead of memcpy so the compiler...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-07 Paul Querna* mod_log_config.c: Revert r109866 which used apr_file_...
2004-12-05 Paul Quernamod_log_config.c: Use iovecs to write the log line...
2004-06-20 Jeff Trawickmod_log_config: Fix a bug which prevented request compl...
2004-05-25 André Malothis should save one or two cycles
2004-05-06 Joe Orton* modules/loggers/mod_log_config.c, server/log.c (open_...
2004-04-10 André Malocleanup log_header_out function:
2004-02-26 Jeff Trawickfix an old misfeature: "BufferedLogs Off" would sort...
2004-02-26 Jeff Trawicka kind fix for a compile error unfortunately broke...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-18 André Maloin conservative C declarations still have to be the...
2004-01-17 Jeff Trawickmod_log_config: Fix corruption of buffered logs with...
2004-01-01 André Maloupdate license to 2004.
2003-11-05 Joe Orton* modules/loggers/mod_log_config.c (log_request_time...
2003-08-19 André Malofix %b format to write really "-" if bytes_sent == 0.
2003-05-14 Jeff Trawickfix a comment to explain how to log the thread id
2003-04-19 Jeff Trawickas Andre' pointed out, we don't need %{pid/tid}P since...
2003-04-18 Jeff Trawickchange the way that thread id is specified in the log...
2003-04-18 Jeff Trawickmod_log_config: Add the ability to log the id of the...
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-03-06 André MaloMinor MMN bump:
2003-02-14 Ian Holsmanchange optional function to return the previous writer...
2003-02-13 William A. Rowe Jr Tabs. Runovers. Style violations ... oh my!
2003-02-03 André Malofinished that boring job:
2002-11-25 William A. Rowe Jr Accept '%%' in CustomLog format strings to produce...
2002-09-16 Jeff Trawickstatic-ize a function which is not supposed to be exported
2002-09-15 William A. Rowe Jr Revisit the code that Ian and I discussed on list...
2002-09-14 William A. Rowe Jr Return mismatches... this solution simply won't work...
2002-09-14 William A. Rowe Jr At least follow the proper failure path for failure...
2002-09-06 Ian Holsmanchange the log_writer declaration so that it takes...
2002-08-27 Ian Holsmanits >>FNAME<< not >>name<<
2002-08-27 Jeff Trawickmake the type of the variable explicit to quiet a gcc...
2002-08-26 Ian Holsmanintroduce 2 new callback oppurtunities to allow a 3rd...
2002-07-17 Jeff Trawickuse APR_TIME_T_FMT when formatting apr_time_t
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-09 Brian PaneMy logger timestamp cache was using an apr_time_t as...
2002-06-09 William A. Rowe Jr Well the wrappers work out well... nice to be able...
2002-05-13 William A. Rowe Jr Hmmm... gotta ask the wisdom in using aspecific types...
2002-05-12 Brian PaneAdded caching of formatted timestamps to speed up the...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-10 Ian Holsmanwrowe's veto'd this.
2002-01-10 Ian Holsmannew option LogExcludeByType
2002-01-06 Brian PaneRearranged the log_request_time() code to eliminate...
2002-01-06 Brian PaneBypass a strdup and an 8KB local variable in the common...
2001-12-16 Brian PaneReplaced an instance of apr_pool_userdata_setn() with...
2001-11-24 Ian Holsmanchange open_logs hook to return a value, allowing you...
2001-10-29 William A. Rowe Jr Use the _setn flavor which will avoid strdup'ing...
2001-09-19 Justin ErenkrantzThe call to apr_explode_localtime() in mod_log_config...
2001-08-27 Victor J. OrlikowskiFix a case where on restart, an admin started logging...
2001-08-20 William A. Rowe Jr *) Changed the late-1.3 log_config substitution ...
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-07-26 Cliff WoolleyFix printf() warnings related to long->apr_off_t swap
2001-07-26 William A. Rowe Jr Change the length of the content args to apr_off_t...
2001-07-24 Greg AmesReduce CPU consumption in conv_10 function, used to...
2001-07-18 William A. Rowe Jr Remove last public vestigages of APR_INHERIT
2001-07-16 William A. Rowe Jr Obvious files that need inheritance, correct me if...
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-16 Bill StoddardDo not start piped log processes during the config...
2001-05-02 Bill Stoddardmod_log_config: %c connection status incorrectly logged
next