]> granicus.if.org Git - apache/history - modules/metadata
cleanup handle_set function
[apache] / modules / metadata /
2003-06-20 Jeff Trawickadd more info to a log message so we know which "read...
2003-06-02 Jeff Trawickpreserve const-ness while searching for a char in a...
2003-06-01 Ken Coar Allow ExpiresByType to accept and understand minor...
2003-05-31 Bill StoddardMore mod_expires tuning. Replace the fixup hook with...
2003-05-30 Bill StoddardUse apr_table_overlap. Add note about additional broken...
2003-05-18 Bill StoddardNamespace protect the mod_expires filter
2003-05-14 Ken Coar if there are any ExpiresByType directives for the...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-06 André Malomod_usertrack: don't set the cookie in subrequests...
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-19 Justin ErenkrantzIf mod_mime_magic does not know the content-type, do...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-14 André MaloExtend the SetEnvIf directive to capture subexpressions...
2003-02-12 André Malostyle issues. no code changes.
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-02-01 Jeff TrawickFix mod_cern_meta to not create empty metafiles when the
2003-01-22 Bradley NicholesAdd mod_ident to the NetWare build
2003-01-20 William A. Rowe Jr Taking a guess at what mod_ident.exp should look...
2003-01-20 William A. Rowe Jr Win32 build project for David Shane Holden's mod_iden...
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2003-01-18 André Malomove rfc1413 code to a new module "metadata:mod_ident".
2002-11-30 Brian PaneFix for BrowserMatchNoCase, which was incorrectly treat...
2002-11-12 Ken Coar Add a SERVER_ADDR keyword to match the CGI environment...
2002-11-04 Bill StoddardDetabbify
2002-11-04 Bill StoddardDetabbify
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-08-24 Paul J. RederFix a null pointer dereference in the merge_env_dir_con...
2002-07-17 Jeff Trawickuse APR_TIME_T_FMT when formatting apr_time_t
2002-07-15 Sander StrikerEat our own dogfood when it comes to the time macros.
2002-07-15 William A. Rowe Jr Fixed good. The modulos op should give us just that...
2002-07-15 William A. Rowe Jr Sleep INTO the next second, not for the entire next...
2002-07-15 Brian PaneRemove a time lookup that's now unnecessary
2002-07-15 William A. Rowe Jr The macros remove how much legibility?
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-23 William A. Rowe Jr cleanup uses of apr_ischar() macros (no cast required)
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-05-18 Cliff WoolleyRenames:
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-10 Brian PaneFixed a segfault
2002-05-10 Jeff Trawickfix a build failure with some non-gcc compilers...
2002-05-10 Brian PanePerformance fix: When a BrowserMatch or SetEnvIf patter...
2002-04-25 Jeff Trawickfix a compiler error with picky compilers that (correct...
2002-04-25 Jeff TrawickAllow mod_unique_id to work on systems with no IPv4...
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
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-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-03-01 Bradley NicholesSwitching from a project build file to GNU make files
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...
2001-12-13 William A. Rowe Jr Not really an XXX here
2001-12-01 Jeff Trawickfix a potential thread safety issue in mod_mime_magic
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-22 Doug MacEacherntwo performance improvements:
2001-11-21 Jeff Trawickwhen this module's resolver calls were apr-ized recentl...
2001-11-19 Jeff TrawickAPR-ize the resolver logic in mod_unique_id. This...
2001-11-18 Jeff Trawicka couple of spelling corrections
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-11-08 Cliff WoolleyFix constness compiler warning
2001-11-07 Ian Holsmanadd a new option '%{note-name}e' to headers.
2001-10-27 Jeff TrawickSome syntax errors in mod_mime_magic's magic file can...
2001-10-21 William A. Rowe Jr Simplified mod_env's directives to behave as most...
2001-10-16 William A. Rowe Jr A bit of declaration would help get this loading...
2001-10-11 William A. Rowe Jr Outch... fixed warning
2001-10-04 William A. Rowe Jr Add some mime magic to the Win32 build
2001-10-02 William A. Rowe Jr Goodbye r->content_lanaguage (per vote from apache...
2001-10-02 William A. Rowe Jr Clean up a couple of type warnings.
2001-10-01 William A. Rowe Jr Two more loadable modules on Win32, thank you Gunther!
2001-10-01 William A. Rowe Jr Kill off some expensive, unnecessary effort when...
2001-08-29 Jeff TrawickFrom Mark Cox:
2001-08-28 William A. Rowe Jr Fix a typo for documentation consistency.
2001-08-26 William A. Rowe Jr Toggle the /Zi flag to allow all supportd versions...
2001-08-23 Doug MacEachernfix part of PR #7528
2001-08-21 Jeff TrawickFix a storage leak in mod_mime_magic.
2001-08-19 Ryan BloomUpdate the Apache code to account for the XtOffset...
2001-08-17 William A. Rowe Jr Based on the VC6 switch - and pulling the win32 make...
2001-08-17 William A. Rowe Jr The purpose of this patch is to toggle the debugging...
2001-08-17 William A. Rowe Jr Given a choice between chasing my tail to keep these...
2001-08-16 William A. Rowe Jr Ignore goodness
2001-08-16 Jeff Trawickcan't pass const char * to ap_strchr()
2001-08-16 William A. Rowe Jr More Versioning
2001-08-16 Ken Coar Add CookieDomain directive to allow setting of the...
2001-08-10 Ryan BloomFix a bug in mod_expires. Previous to this patch,...
2001-08-07 William A. Rowe Jr Update for the 2.0.23 tag
2001-07-20 William A. Rowe Jr Update for latest structure changes for 2.0.21
2001-06-28 William A. Rowe Jr Refresh .mak files for tagging 2.0.19
2001-06-12 Bill StoddardExtend mod_setenvif to support specifying regular expre...
2001-06-09 Bill StoddardEnable SetEnvIf to handle taking a regex on the header...
2001-06-07 Jeff Trawickfix a thread-safety bug by using apr_strtok() instead...
2001-06-06 Jeff Trawickinitialize local condition_var var to keep garbage...
2001-06-06 Jeff Trawickap_getword_conf wants const char **, not char **
2001-06-05 Bill StoddardExtend mod_headers to support conditional driven Header
2001-06-04 Jeff Trawickvoid * isn't compatible with a function pointer; deal...
next