]> granicus.if.org Git - apache/history - CHANGES
add support for bcrypt
[apache] / CHANGES
2012-05-23 Joe Ortonsuexec: Add support for logging to syslog as an alterna...
2012-05-05 Stefan FritschUse short lived pool to avoid memory leaks
2012-05-04 Ruediger Pluem* Use the the same hostname for SNI as for the HTTP...
2012-05-01 Joe OrtonAdd support for TLS Next Protocol Negotiation:
2012-04-30 Stefan FritschIf a filename without slashes is specified for LoadFile or
2012-04-27 Stefan Fritschadd PR reference
2012-04-26 Stefan FritschReplace use of apr_file_write() with apr_file_write_ful...
2012-04-22 Stefan FritschFix segfault in logging if r->useragent_addr or c-...
2012-04-21 Guenter KnaufAdded entry for cross-compile fix.
2012-04-20 Stefan FritschRemove the link in the speaking-http-on-https error...
2012-04-20 Stefan FritschWhen receiving http on https, send the error response...
2012-04-09 Stefan FritschFix parsing of Require arguments in <AuthzProviderAlias>.
2012-04-09 Stefan FritschFix error handling in ap_scan_script_header_err_brigade...
2012-04-09 Stefan FritschIf there is an error reading the headers from the backend,
2012-04-04 André Malomod_rewrite: Fix RewriteCond integer checks to be parse...
2012-03-28 Ruediger Pluem* Add the forcerecovery balancer parameter that determi...
2012-03-25 Eric Covenerremove backported entries
2012-03-25 Eric Covenerbackported
2012-03-24 Stefan FritschCHANGES entry for r1304874
2012-03-24 Stefan FritschFix merging of AllowOverrideList and ContentDigest.
2012-03-20 Guenter KnaufRevert r1294936 (Jeff's revert) and fix NetWare / Win32...
2012-03-19 Stefan FritschDisallow directives in AllowOverrideList which are...
2012-03-19 Stefan FritschIn AllowOverrideList, do not allow 'None' together...
2012-03-19 Ruediger Pluem* Correctly save the reverse proxy worker in all virtua...
2012-03-16 Eric Coveneradd filesystem paths to some common error messages.
2012-03-16 Eric Covenerremove backported items
2012-03-15 Jeff Trawickrevert r1294936, which fixed MPM DSO load failures...
2012-03-07 Eric CovenerPR52845: "DirectoryIndex disabled" should blow away...
2012-03-02 Stefan FritschFix insecure handling of LD_LIBRARY_PATH that could...
2012-02-29 Jeff TrawickFix MPM DSO load failure on AIX.
2012-02-27 Stefan FritschAdd the port number to the vhost's name in the scoreboard
2012-02-27 Stefan FritschTake care not to call ap_start_lingering_close from...
2012-02-24 Stefan FritschIn maintainer mode, replace apr_palloc with a version...
2012-02-13 Stefan FritschCheck during config test that directories for access...
2012-02-02 Eric Covenerrevert "overloaded" recent additions to mod_rewrite
2012-02-02 Eric Coveneradd an internal sleep map function that expands to...
2012-02-02 Eric Covenertreat a rewriterule substitution that expands to "...
2012-02-01 Rainer JungAdd a few placeholders to CHANGES for items which
2012-01-31 Rainer JungRemove changes from trunk CHANGES that have already
2012-01-13 Eric Covener *) mod_authnz_ldap: Don't try a potentially expensive...
2012-01-09 Nick KewCore configuration: add AllowOverride option to treat...
2011-12-21 Graham Leggettmod_policy: Add a new testing module to help server...
2011-12-17 Graham Leggettmod_firehose: Add a new debugging module able to record...
2011-11-24 Jim Jagielskidocument userland change
2011-11-21 Stefan FritschPass ap_errorlog_info to error_log hook.
2011-11-18 Jeff Trawickno 2.5 alphas yet, so drop the entries for changes...
2011-11-18 Jeff Trawickadd conn_rec to error log hook
2011-11-18 Kaspar Branddrop SSLv2 support (set SSL_OP_NO_SSLv2 for any new...
2011-11-15 Guenter KnaufWe're now on 2.5.0 ...
2011-11-13 Eric Coveneradd per-dir config merging to mod_lua so LuaHook* in...
2011-11-12 Graham Leggettmod_cache: Make sure we merge headers correctly when...
2011-11-12 Stefan FritschSet MaxMemFree 2048 by default
2011-11-12 Stefan FritschFix assertion failure during very high load by preventi...
2011-11-10 Stefan FritschOnly load the really imporant modules (i.e. those enabl...
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;
next