]> granicus.if.org Git - apache/history - modules/loggers
Update callers of apr_explode_gmt to apr_time_exp_gmt. The
[apache] / modules / loggers /
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 William A. Rowe Jr *) Split all Win32 modules [excluding the core compon...
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-12-01 Jeff Trawickfix a couple of .exp files that broke when we sanitized...
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-08-17 William A. Rowe Jr Based on the VC6 switch - and pulling the win32 make...
2001-08-16 William A. Rowe Jr Ignore goodness
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-15 Jeff Trawickclean up DSO builds on OS/390 a bit by ignoring some...
2001-05-02 Bill Stoddardmod_log_config: %c connection status incorrectly logged
2001-04-21 Ryan BloomPut the keep-alive connection logging back.
2001-04-21 Roy T. FieldingRevert the change that moved keepalives out of conn_rec...
2001-04-20 Bill StoddardFix seg fault at start-up introduced by Ryan's change...
2001-04-18 Ryan BloomForgot to add this file.
2001-04-18 Ryan BloomAllow modules to specify their own logging format speci...
2001-04-18 Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-02-22 Ryan BloomAdd a couple of GCC attribute tags to printf style...
2001-02-16 Martin KraemerRename the module structures so that the exported symbo...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg SteinClean up some of the includes:
2001-02-10 Bill StoddardAdd new LogFormat directive, %D, to log time it takes...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-07 Ben LaurieMake handlers use hooks.
2000-12-21 William A. Rowe Jr Last of the Win32 goodness I've noticed
2000-12-07 Greg Stein*) remove STANDARD_LIBS line; it is unused/unneeded
2000-12-05 Ryan BloomIgnore all the files that are generated during a build
2000-12-04 Ryan BloomGet Apache to configure completely again. This still...
2000-12-04 Ryan BloomGet the modules configuration stuff working correctly...
2000-11-30 Ryan BloomEnable logging a cookie with mod_log_config
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-11-07 Ryan BloomAlways compute the content-length regardless of whether...
2000-11-03 Bill StoddardMerge the 1.3 patch to add support for logging query...
2000-11-03 Bill StoddardMerge forward mod_log_config enhancement.
2000-11-03 Bill StoddardAdd a new LogFormat directive, %c, that will log connection
2000-10-18 Ryan Bloomapr_psprintf doesn't understand %lld, so we should...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-09 Ryan BloomWe need to flush all logs when the child exits. To...
2000-10-08 Ryan BloomMake mod_log_config compile cleanly when using BUFFERED...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-25 William A. Rowe Jr Undo the damage to mod_isapi (leave placeholders...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-05 Ryan BloomRemove some warnings from the latest compile. I don...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-17 Ben LaurieMore command handler updates.
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-23 Jeff Trawickap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-10 David ReidSmall changes to remove some compiler complaints.
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
2000-01-09 dgaudettime overhaul:
1999-12-30 Ryan BloomSome changes to the ap_strftime function. We now infor...
1999-12-21 Ryan BloomRemove a bunch of functions that are being replaced...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-10-24 Ben LaurieSize rigour.
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-14 Ryan BloomI missed one function when swapping paramters. This...
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-26 Roy T. Fieldinguser and ap_auth_type fields were moved from connection...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-06-18 dgaudetInitial revision