]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2010-09-30  Rich Bowendns-caveat is largely rubbish. Someone should rewrite...
2010-09-30  Rich BowenAdds caution about overusing IfModule, and mentions...
2010-09-30  Stefan Fritschadd a bit of doc for the new authz providers
2010-09-30  Rich BowenRebuild generated files.
2010-09-30  Rich BowenMention specific error message that people might come...
2010-09-30  Rich BowenMinor nitpick - We've attempted to standardize on Ameri...
2010-09-30  Rich BowenSlight rearrangement to improve flow. Added specific...
2010-09-30  Rainer JungAdd detailed information about how to use
2010-09-30  Rainer JungFix flex and bison usage when building out of tree.
2010-09-29  Graham LeggettUpdate transformations.
2010-09-29  Graham Leggetthtcacheclean: Allow the option to round up file sizes...
2010-09-29  Stefan FritschAdd authz providers for use with mod_authz_core and...
2010-09-29  Graham Leggettmod_disk_cache: Instead of creating an empty data file...
2010-09-29  Stefan FritschMake the ssl expression parser thread-safe. It now...
2010-09-29  Graham Leggetthtcacheclean: If the cache file format is unrecognised...
2010-09-29  Igor GalićAdding #logging link.
2010-09-29  Graham Leggettmod_disk_cache: Change on-disk header file format to...
2010-09-29  Stefan Fritschadd comment about change to ap_expr_eval()
2010-09-29  Igor GalićDocumentation for r1002415.
2010-09-28  Nick KewAdd "IN" operator to expression parser, to evaluate...
2010-09-28  Stefan FritschThis is just too easy to not do it: Add an 'expr' authz...
2010-09-28  Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-09-28  Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-09-28  Rich BowenA few minor nitpicks. Removal of a double negative...
2010-09-28  Rich Bowennitpick: Remove mention of obsolete directive.
2010-09-28  Nilgun Belma... update for sync with English docs.
2010-09-28  Nilgun Belma... fix validation error
2010-09-27  Graham Leggettmod_cache: Make sure that we never allow a 304 Not...
2010-09-27  Jeff Trawickaxe extra ";", fixing this messages from Sun Studio:
2010-09-27  Jim JagielskiAllow for non-persist of shared mem
2010-09-27  Jim JagielskiUpdate doccos and explain clear/clean of shared mem
2010-09-27  Jim JagielskiNo leakie
2010-09-27  Stefan FritschSplit ENV: handling between the request_rec section...
2010-09-27  Stefan Fritschfix another null pointer dereference found by clang
2010-09-27  Stefan FritschAvoid potential segfault (found by clang/scan-build).
2010-09-27  Rich BowenRebuild generated files - new mod_cache directives...
2010-09-27  Graham Leggettmod_cache: Add the cache_status hook to register the...
2010-09-26  Rich BowenRebuild generated files.
2010-09-26  Guenter KnaufSmall cleanup and macro rename to make clearer for...
2010-09-26  Stefan FritschIn ErrorLogFormat, make it possible to log an item...
2010-09-25  Stefan FritschSpelling errors
2010-09-25  Stefan Fritschdon't use data allocated from ptemp when parsing .htaccess
2010-09-25  Rich BowenA note about per-module logging.
2010-09-25  Rich BowenRebuilding generated files.
2010-09-25  Rich BowenMissed a few mentions of mod_rewrite that shouldn't...
2010-09-25  Rich BowenRewriteLog is no more. This doc could probably do with...
2010-09-25  Stefan Fritschin 'ip' authz provider, parse subnets only once on...
2010-09-25  Rich BowenMake a note about RewriteLog for folks that are looking...
2010-09-25  Stefan FritschAdd 'local' authz provider that matches connections...
2010-09-25  Stefan FritschExpand authz provider entry
2010-09-25  Stefan FritschUpdate transformations
2010-09-25  Stefan FritschMove all, env, and method authz providers from mod_auth...
2010-09-25  Stefan Fritschclarify wording about regexp
2010-09-25  Stefan Fritschupdate transformations
2010-09-25  Stefan FritschAdd some more items
2010-09-24  Jeff TrawickFix crash accessing pollset on worker thread when child...
2010-09-24  Guenter KnaufAdded util_regex.c to NetWare makefile.
2010-09-24  Guenter KnaufFixed NetWare import/export list for cache modules.
2010-09-23  William A.... Another user identifiable change, new behavior feature.
2010-09-23  William A.... Tag a user identifiable change. Thanks to rbowen for...
2010-09-23  William A.... Because PATH and the library path are closely interrela...
2010-09-23  Jeff Trawickfix Sun Studio type mismatch warnings
2010-09-23  Jeff Trawickgenerated files only
2010-09-23  Jeff Trawickfollow up r956069 and r1000130 with additional corrections
2010-09-23  Graham LeggettRemove a relic from the original error code, and fix...
2010-09-22  Graham LeggettBump the MMN to take into account changes to the mod_ca...
2010-09-22  Graham LeggettMove mod_cache-private includes and defines from the...
2010-09-22  Graham LeggettMake cache_provider_list and cache_request_rec private...
2010-09-22  Graham LeggettMake cache_server_conf, cache_enable and cache_disable...
2010-09-22  Graham LeggettMake ap_cache_accept_headers, ap_cache_accept_headers...
2010-09-22  Graham LeggettTrim legacy structure from removed mod_mem_cache.
2010-09-22  Graham LeggettRemove deprecated ap_cache_cacheable_hdrs_out.
2010-09-22  Graham LeggettRemove the MOD_CACHE_REQUEST_REC hack, and pass the...
2010-09-22  Stefan Fritsch- add blocker for GA: review example config
2010-09-22  Jeff Trawickgenerated files only
2010-09-22  Jeff Trawickfollow up r956069 with additional clarifications
2010-09-22  William A.... One more linguistic nit
2010-09-22  Rich BowenRemove duplicated word.
2010-09-22  William A.... Revert breakage in 2.2.4 introduced in r450055, by...
2010-09-22  Nick KewAdd ap_rxplus to new_api docs
2010-09-22  Mads ToftumFakeBasicAuth, not FakeBasic
2010-09-22  Jeff Trawickaxe an unnecessary call to sscanf() when parsing the...
2010-09-21  Graham LeggettMove private cache_* declarations out of the public...
2010-09-21  Graham LeggettUpdate mod_disk_cache to comply with the new create_ent...
2010-09-21  Graham LeggettAdd an MMN bump for create_entity in mod_cache.h.
2010-09-21  Graham Leggettmod_cache: Give the cache provider the opportunity...
2010-09-21  Nick KewMinor MMN bump for ap_rxplus API
2010-09-21  Nick KewRemove cruft that accidentally got into r999533
2010-09-21  Nick KewIntroduce ap_rxplus class: higher-level regexps support...
2010-09-21  Rich BowenReformat these <pre> tables as actual HTML tables
2010-09-21  Rich BowenRemoves the completely unecessary .* on several example...
2010-09-21  Rich BowenAdds the -le, -lt, -eq, -ge, and -gt test flags added...
2010-09-21  Rich BowenAdd descriptions of the new RewriteCond test flags...
2010-09-21  Ruediger Pluem* LimitRequestBody does not affect Proxy requests ...
2010-09-21  Igor GalićRemoving ``FAQs'' which are *really* out of date.
2010-09-20  Jim JagielskiFold in possible use of FNV if desired
2010-09-19  Jeff Trawicksimplify walking through array of returned apr_pollfd_t
2010-09-19  Jeff Trawickfix one error message, eliminate another that will...
2010-09-19  Stefan FritschUpdate transformations
2010-09-19  Stefan FritschFix typos
next