]> granicus.if.org Git - apache/history - modules
Note that the new expression language for <If> and Require expr
[apache] / modules /
2010-11-04 Rich BowenError messages like "theoretically shouldn't happen...
2010-11-04 Graham LeggettFix a pool lifetime issue: Make sure we clean up our...
2010-11-04 Rainer JungFollowup to r1026665: reset "cleaned" flag in
2010-11-03 Jim JagielskiNote for future dev....
2010-11-03 Nick Kewmod_cache: correctly parse quoted strings in cache...
2010-11-02 Daniel Earl PoirierRemove mis-placed period.
2010-11-02 Daniel Earl PoirierWarning in configure -h that mod_dumpio was only for...
2010-11-01 Daniel Earl PoirierAdd to modules' help text (displayed by ./configure...
2010-10-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-10-29 Eric CovenerAdd an END flag to RewriteRule that acts like L=LAST...
2010-10-25 Stefan Fritschhandle the ca_list == NULL case correctly (which can...
2010-10-24 Stefan FritschMake sure to always log an error if loading of CA certi...
2010-10-24 Stefan FritschConsistently use loglevel emerg before ssl_die()
2010-10-24 Guenter KnaufAnother NetWare makefile cleanup.
2010-10-24 Rich BowenPhrasing changes recommended by Jack Dozier. Bug #50145
2010-10-24 Stefan FritschIf an unknown Content-* header is received for a PUT...
2010-10-24 Stefan FritschIf a malformed Content-Range header is received for...
2010-10-23 Stefan FritschImprove error message if client cert verification fails
2010-10-23 Graham LeggettOptimise more of the flags within proxy structures.
2010-10-23 Graham Leggettmod_proxy: Release the backend connection as soon as...
2010-10-23 Stefan Fritschmore temp pool usage and remove some useless apr_pstrdup()s
2010-10-23 Stefan Fritschuse temp_pool for version parsing, to save some memory
2010-10-23 Stefan FritschRemove needless pool cleanup. ap_pregcomp already regis...
2010-10-23 Graham Leggettmod_cache: Respect the original Cache-Control header...
2010-10-23 Graham Leggettmod_disk_cache: Make sure we step down cleanly when...
2010-10-22 Rich BowenTake a slightly less "you broke it!!" tone in the defau...
2010-10-22 Graham LeggettFix an inline variable declaration.
2010-10-22 Graham Leggettmod_proxy: Optimise ProxyPass within a Location so...
2010-10-21 Graham LeggettBe compliant with RFC2616 14.46, revalidation failed...
2010-10-20 Graham LeggettAvoid unnecessariy initialisation before we test mod_cg...
2010-10-20 Graham LeggettOptimise the set flags in the mod_proxy structures.
2010-10-20 Graham Leggettmod_proxy: Move the ProxyErrorOverride directive to...
2010-10-20 Guenter KnaufAdded header include for getpid() prototype on Win32.
2010-10-19 Graham LeggettSimplify the initialisation before mod_env's fixup.
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test mod_in...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test mod_as...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test mod_st...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test mod_cg...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test auth_f...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test ldap...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test handle...
2010-10-19 Graham LeggettFix spelling of the handler.
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test handle...
2010-10-18 Stefan Fritschmember ssl_expr_node->p is unused, remove it
2010-10-18 Graham LeggettBe more efficient when handling the Expires header.
2010-10-18 Graham LeggettRemove the remove_url filter consistently for both...
2010-10-18 Stephen HensonMake sure OCSP Stapling Mutex is initiliased if we...
2010-10-17 Stephen HensonFix stupid typos.
2010-10-17 Graham LeggettOptimise the configuration structures for mod_disk_cache.
2010-10-17 Graham LeggettOptimise the configuration structures for mod_cache.
2010-10-17 Stephen HensonAvoid use of deprecated RSA_generate_key() function.
2010-10-17 Graham LeggettUse ap_log_rerror() instead of ap_log_error() across...
2010-10-17 Graham LeggettSupport Cache-Control: no-cache with a header name...
2010-10-17 Graham LeggettDon't attempt to kill a stale entry that cannot be...
2010-10-17 Graham LeggettAs cache_control_t is public, make ap_cache_control...
2010-10-17 Graham LeggettDon't attempt to remove the existing conditional header...
2010-10-17 Graham LeggettSupport Cache-Control: only-if-cached, as per RFC2616...
2010-10-17 Graham LeggettFix the error cases in the cache_select() loop. On...
2010-10-16 Graham LeggettFix the return values in the cache_select() function...
2010-10-16 Graham LeggettAdd support for proxy-revalidate as per RFC2616 section...
2010-10-16 Graham LeggettFix the sense of the must_revalidate comparison. Replac...
2010-10-16 Graham LeggettComplete the optimisation of Cache-Control header parsi...
2010-10-16 Graham LeggettBegin the process of optimising the parsing of Cache...
2010-10-16 Stefan FritschBuild mod_allowmethods (windows and netware stuff needs...
2010-10-16 Stefan FritschAdd pquerna's mod_allowmethod plus igalic's docs from...
2010-10-16 Stefan Fritschmod_ssl: Log certificate information if client cert...
2010-10-15 Stefan Fritschreturn early if we are not logging anyway
2010-10-12 Graham Leggettmod_cache: Support stale-on-error behaviour for the...
2010-10-12 Graham LeggettMake sure we remove the cache lock consistently as...
2010-10-12 Graham LeggettRestore the apr_brigade_insert_file() call to within...
2010-10-11 Graham Leggettmod_cache: Optionally serve stale data when a revalidat...
2010-10-11 Graham LeggettUse the more popular spelling variant.
2010-10-11 Graham LeggettFix the lookup of the per-directory cache config, we...
2010-10-11 William A. Rowe JrTag ZLIB_DLL, to slightly optimize the run time symbol...
2010-10-11 William A. Rowe JrEliminate nonportable cruft
2010-10-04 Graham LeggettRemove (and no longer initialise) an unused variable.
2010-10-04 Graham Leggettmod_cache: Don't regenerate the cache key if we have...
2010-10-04 Graham LeggettRemove the attempt to pass the cache key into the lock...
2010-10-03 Graham Leggettmod_cache: Allow control over the base URL of reverse...
2010-10-02 Graham LeggettRealign the cache_quick_handler() and cache_handler...
2010-10-02 Graham LeggettRemove FIXMEs, they have been fixed.
2010-10-02 Graham LeggettMake sure the has_body flag is written to the disk...
2010-10-02 Graham Leggettmod_cache: CacheLastModifiedFactor, CacheStoreNoStore...
2010-10-02 Graham Leggettmod_disk_cache: CacheMaxFileSize, CacheMinFileSize...
2010-10-01 Stefan FritschFix CVE-2010-1623 in mod_reqtimeout, too. It includes...
2010-09-30 Graham Leggettmod_cache: Support the caching of HEAD requests.
2010-09-30 Rainer JungFix flex and bison usage when building out of tree.
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 Leggettmod_disk_cache: Change on-disk header file format to...
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-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 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
next