]> granicus.if.org Git - apache/history - CHANGES
Suggestion from André Malo -- use a nested section instead of putting in
[apache] / CHANGES
2010-12-07 Eric CovenerPR50349: Honor 'AcceptPathInfo OFF' during internal...
2010-12-04 Eric CovenerPR 39313: allow the user to configure which rules come...
2010-12-04 Eric CovenerPR#24243: allow some control over how IndexIgnore'd...
2010-12-04 Eric CovenerAdd support for RLimit* in mod_cgid. PR 42135.
2010-12-04 Eric Covenercore: Fail startup when the argument to ServerName...
2010-12-04 Eric Covenerre-fix wording
2010-12-04 Eric Covenerclarify about "enable/disable".
2010-12-04 Eric CovenerPR44076: allow "userdir disabled" or "userdir public_ht...
2010-11-29 Eric CovenerPR50350: When no -k option is provided on the httpd...
2010-11-26 Ruediger Pluem* Put a note in the connection notes that the SSL hands...
2010-11-26 Rainer JungFix Windows build of mod_cache_disk which was broken...
2010-11-23 Jim JagielskiRoll on .10
2010-11-20 Graham Leggettmod_include: Add the onerror attribute to the include...
2010-11-20 Graham Leggettmod_disk_cache renamed to mod_cache_disk, to be consist...
2010-11-20 Stefan FritschAdd SetEnvIfExpr directive to set env var depending...
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-14 Nick KewReturn 400 not 503 if we have to abort due to malformed...
2010-11-14 Nick KewFix mod_proxy to support setting source address.
2010-11-10 Jeff TrawicksuEXEC: Add Suexec directive to disable suEXEC without...
2010-11-08 Jeff TrawickAdd Error directive for aborting startup or htaccess...
2010-11-08 Graham Leggettmod_rewrite: Fix the RewriteEngine directive to work...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-06 Stefan FritschFix hook sorting for the pre_config hook.
2010-11-05 Eric CovenerPR49823: Make the hardcoded default for AllowOverride...
2010-11-05 Eric CovenerPR47765: ProxyPass and ProxyPassReverse should not...
2010-11-05 Eric CovenerPR#47782: compiled-in default for MaxConnectionsPerChil...
2010-11-05 Eric CovenerPR50220: keep on chugging after EINTR in mod_proxy_connect
2010-11-05 Eric CovenerPR#47766 mod_autoindex directives not merged into secti...
2010-11-03 Nick Kewmod_cache: correctly parse quoted strings in cache...
2010-10-29 Eric CovenerAdd an END flag to RewriteRule that acts like L=LAST...
2010-10-24 Stefan FritschMake sure to always log an error if loading of CA certi...
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 Leggettmod_proxy: Release the backend connection as soon as...
2010-10-22 Graham Leggettmod_proxy: Optimise ProxyPass within a Location so...
2010-10-20 Stefan FritschBe extra careful to only pass the main server config to
2010-10-20 Graham Leggettmod_proxy: Move the ProxyErrorOverride directive to...
2010-10-19 Stefan Fritschrevert r1023227 as discussed on httpd-dev:
2010-10-16 Stefan FritschBuild mod_allowmethods (windows and netware stuff needs...
2010-10-16 Stefan Fritschcore: Log a warning if <Limit> or <LimitExcept> are...
2010-10-16 Stefan Fritschmod_ssl: Log certificate information if client cert...
2010-10-13 Graham Leggetthtcacheclean: Teach htcacheclean to limit cache size...
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-10-12 Jeff Trawickfix description of the change for PR43857; it is a...
2010-10-11 Graham Leggettmod_cache: Optionally serve stale data when a revalidat...
2010-10-04 Graham Leggetthtcacheclean: Allow the listing of valid URLs within...
2010-10-03 Graham Leggettmod_cache: Allow control over the base URL of reverse...
2010-10-02 Graham Leggettmod_cache: CacheLastModifiedFactor, CacheStoreNoStore...
2010-10-02 Graham Leggettmod_disk_cache: CacheMaxFileSize, CacheMinFileSize...
2010-10-02 Stefan Fritschcore: Speed up config parsing if using a very large...
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-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 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 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 Graham Leggettmod_cache: Add the cache_status hook to register the...
2010-09-25 Stefan FritschAdd 'local' authz provider that matches connections...
2010-09-25 Stefan FritschExpand authz provider entry
2010-09-24 Jeff TrawickFix crash accessing pollset on worker thread when child...
2010-09-23 William A. Rowe JrAnother user identifiable change, new behavior feature.
2010-09-23 William A. Rowe JrTag a user identifiable change. Thanks to rbowen for...
2010-09-23 William A. Rowe JrBecause PATH and the library path are closely interrela...
2010-09-21 Graham Leggettmod_cache: Give the cache provider the opportunity...
2010-09-21 Nick KewIntroduce ap_rxplus class: higher-level regexps support...
2010-09-19 Stefan FritschAllow authz providers to check args while reading the...
2010-09-19 Graham LeggettShorten the changes entries.
2010-09-19 Graham Leggettmod_include: Move the request_rec within mod_include...
2010-09-19 Graham Leggettmod_include: Reinstate support for UTF-8 character...
2010-09-16 Graham Leggettmod_cache: Add a discrete commit_entity() provider...
2010-09-12 Graham Leggettmod_cache: Change the signature of the store_body(...
2010-09-06 Stefan Fritsch- Add another check during ErrorLogFormat parsing
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-09-04 Stefan FritschDisable sendfile by default, as discussed at
2010-09-04 Graham Leggettmod_cache: Check the request to determine whether we...
2010-09-04 Graham Leggettmod_cache: Use a proper filter context to hold filter...
2010-09-04 Graham LeggettFix a spelling mistake.
2010-09-04 Stefan Fritschmod_cgid: Log a warning if the ScriptSock path is trunc...
2010-08-30 Daniel Earl PoirierFail startup for vhost configuration problems, rather...
2010-08-30 Ruediger Pluem* temp_sa is already the correct pointer.
2010-08-27 Eric CovenerPR49809: Allow DirectoryMatch to match the EOL characte...
2010-08-25 Jim JagielskiFix correct PR
2010-08-24 Jim JagielskiBump up for 2.3.9-dev
2010-08-22 Stefan FritschSupport large log files in suexec
2010-08-21 Stefan Fritschcore: Abort with sensible error message if no or more...
2010-08-20 Rainer JungRemove unneeded CHANGES entry.
2010-08-20 Rainer JungFix broken "creationdate" property in mod_dav_fs and
2010-08-20 Jeff Trawickmod_proxy: Rename erroronstatus to failonstatus...
2010-08-19 Jim JagielskiAnd we are at 2.3.8-dev...
2010-08-18 Stefan FritschProperly check the result returned by apr_ldap_init...
2010-08-18 Stefan Fritschmod_rewrite: Log errors if rewrite map files cannot...
2010-08-16 Jim JagielskiFor backends which are HTTP/1.1, do a quick test (ping)
2010-07-25 Rainer JungUpdate CHANGES.
2010-07-25 Rainer JungFix typo in CHANGES.
2010-07-24 Stefan Fritschremove CHANGES entry of change reverted as part of...
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-07-21 Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
next