]> granicus.if.org Git - apache/history - CHANGES
RPM: Make it possible to build mod_socache_dc against distcache.
[apache] / CHANGES
2011-11-30 Graham LeggettBackport:
2011-11-30 Graham Leggettmod_cache: Revert http://svn.apache.org/viewvc?view...
2011-11-30 Graham LeggettBackport:
2011-11-24 Jim Jagielskiuserland change
2011-11-23 Stefan FritschMerge r1203634, r1204614, r1205564:
2011-11-21 Graham LeggettBackport:
2011-11-21 Eric Covenerrollback recent autoindex changes (1204355:1204306)
2011-11-21 Eric CovenerMerge r1204341 from trunk:
2011-11-21 Eric Covenermissed in 1204319
2011-11-21 Eric CovenerMerge r1204307 from trunk:
2011-11-19 Graham LeggettBackport:
2011-11-18 Kaspar Brandmerge r1203752 from trunk:
2011-11-18 Kaspar Brandmerge r1203491 from trunk:
2011-11-13 Eric CovenerMerge r1201443 from trunk:
2011-11-12 Jeff TrawickMerge r1201354 from trunk:
2011-11-12 Graham LeggettBackport 1201331:
2011-11-12 Rainer JungFix typo.
2011-11-12 Rainer JungPre GA removal of components that will not be included:
2011-11-12 Rainer JungPre GA removal ob components that will not be included:
2011-11-12 Rainer JungPre GA removal ob components that will not be included:
2011-11-12 Stefan FritschMerge r1201158 from trunk:
2011-11-12 Stefan FritschMerge r1201146 from trunk:
2011-11-12 Rainer JungChange module sets and default activation status:
2011-11-11 Rainer JungUse the right lua scope when used as a hook.
2011-11-11 Jim JagielskiMerge r1200475, r1200478, r1200482, r1200491, r1200513...
2011-11-10 Jeff Trawickend-generation hook: Fix false notification of end...
2011-11-09 Paul QuernaAdd support for RFC 5077 TLS Session tickets. This...
2011-11-09 Stefan FritschUse random value instead of remote IP address in cookie...
2011-11-08 Jim JagielskiAnd we are at 2.3.16-dev
2011-11-08 Rainer JungLoad all modules in the generated default configuration
2011-11-08 Stefan Fritschmod_reqtimeout: Change the default to set some reasonab...
2011-11-08 Stefan FritschChange default FileETag to be "size mtime", i.e. remove...
2011-11-08 Eric Covenermod_lua: Expose SSL variables via r:ssl_var_lookup()
2011-11-08 Eric Covenerallow some lua hooks to be run in "early" or "late...
2011-11-08 Stefan FritschBy default, only load those modules that are either...
2011-11-07 Stefan FritschFix integer overflow in ap_pregsub. This can be trigger...
2011-11-07 Jeff Trawicks/IP6/IPv6/
2011-11-05 Eric Covenerquick handlers and translate_name in lua can't be keyed off
2011-11-04 Eric Covenerget the hello world of Handlers working again
2011-11-04 Stefan FritschUnify syntax of config directives taking an expression...
2011-11-04 Stefan FritschTo prevent overboarding memory usage, limit line length...
2011-10-29 Eric Covenermake r.args read/write for rewrite refugees.
2011-10-29 Graham Leggettmod_include: Add support for application/x-www-form...
2011-10-27 Nick KewAdd new modules to CHANGES
2011-10-26 Joe Orton* support/rotatelogs.c (usage, main): Add support for...
2011-10-25 Stefan FritschLimit ap_pregsub() to 64K, add ap_pregsub_ex() for...
2011-10-25 Graham Leggettmod_session_crypto: Refactor to support the new apr_cry...
2011-10-23 Stefan FritschFix 3xx responses with local URLs as ErrorDocument
2011-10-23 Graham Leggettmod_buffer: Make sure we step down for subrequests...
2011-10-22 Eric Covenerexpose ap_construct_url to lua scripts
2011-10-18 Stefan FritschFix configuration of internal proxies
2011-10-10 William A. Rowe Jr Resolve server and remote IP's in the AcceptFilter...
2011-10-10 Stefan FritschRemove OID match which was never in a GA releas and...
2011-10-09 Stefan FritschIf a child is created just before graceful restart...
2011-10-09 Stefan FritschCheck the return value from ap_run_create_connection...
2011-10-09 Stefan Fritschmod_mime_magic: Add signatures for PNG and SWF to the...
2011-10-09 Jeff Trawicks/perl/Perl/
2011-10-09 Stefan FritschAdd -D DUMP_RUN_CFG option to dump some configuration...
2011-10-08 Nick Kewmod_authn_socache: fix it to enable initialisation...
2011-10-08 Stefan FritschDowngrade error log messages which accompany a 404...
2011-10-08 Stefan FritschSort hooks twice, once before pre_config, once after...
2011-10-03 Stefan FritschEnforce LimitRequestFieldSize after multiple headers...
2011-10-01 Stefan FritschIf MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS...
2011-09-28 Kaspar BrandIn ssl_check_public_cert(), also take dNSNames in the...
2011-09-26 Stefan FritschMake mod_substitute more efficient:
2011-09-25 Kaspar Brandenable the SNI extension for proxy connections
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-09-17 Eric CovenerPR51371: cross-compile issues with cgi and apr_procattr...
2011-09-17 Ruediger Pluem* Correctly obey ServerName / ServerAlias if the Host...
2011-09-15 Stefan Fritschinitialize counter with random number
2011-09-15 Stefan FritschCreate wrapper API for apr_random;
2011-09-12 Jim JagielskiAdd in MaxRangeOverlaps and MaxRangeReversals to accomodate
2011-09-09 William A. Rowe JrReflect user-visible behavior change
2011-09-09 William A. Rowe JrNon-releases don't have user-visible regressions; now...
2011-09-08 Eric Covenermod_ldap: Optional function uldap_ssl_supported(r)...
2011-09-08 Eric CovenerSet Accept-Rangs: none instead of unsetting the Accept...
2011-09-07 Eric Covenertake care of some MaxRanges feedback:
2011-09-06 Eric Covenerbump SECURITY issue to top of in-development 2.3.15...
2011-09-04 Kaspar BrandRevamp CRL checking for client and remote servers:
2011-09-01 Ruediger Pluem* Fix a regression in the CVE-2011-3192 byterange fix:
2011-08-28 Eric Coveneradd MaxRanges directive institute a default limit of...
2011-08-15 Graham Leggettmod_cache: Ensure that CacheDisable can correctly appea...
2011-08-15 Graham Leggettmod_cache: Fix the moving of the CACHE filter, which...
2011-08-15 Kaspar BrandImprove ssl_log_cxerror():
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-08-12 Eric CovenerAccept LDAP_OPT_CONNECT_TIMEOUT as an alternative to...
2011-08-11 Eric Covenermod_ldap: remove hard-coded loops of 10 retries w/o...
2011-08-10 Eric Covenerremove (the only) retry logic in mod_authnz_ldap's...
2011-08-08 Stefan FritschAllow to explicitly disable modules even with module...
2011-08-08 Eric CovenerPrevent a crash if a non-existent internal RewriteMap...
2011-08-07 Kaspar BrandEnforce OpenSSL 0.9.7 as a minimum requirement in confi...
2011-08-07 Kaspar BrandRemove the ssl_toolkit_compat layer, which is no longer...
2011-08-07 Kaspar BrandDrop support for the RSA BSAFE SSL-C toolkit from confi...
2011-08-06 Eric CovenerPR29755: mod_usertrack gets skipped when modules return...
2011-08-05 Stefan Fritschmod_proxy_http, mod_proxy_connect: Add 'proxy-status...
2011-08-05 Stefan FritschEnable ldap modules in 'all' and 'most' selections...
2011-08-03 Stefan Fritschcleanups related to new AllowOverrideList functionality:
2011-08-01 Stefan FritschFix endless loop if first bucket is metadata
2011-08-01 Jim JagielskiAnd we are at 2.3.15-dev
2011-07-30 Rainer JungImprove logging for mod_proxy_ajp.
next