]> granicus.if.org Git - apache/history - modules
fix maintainer mode ap_strstr() argument mismatch warnings
[apache] / modules /
2010-01-22 Jeff Trawickfix maintainer mode ap_strstr() argument mismatch warnings
2010-01-21 William A. Rowe JrBecause the redirect-request survives logging, we don...
2010-01-21 William A. Rowe JrCorrectly align the behavior of headers_in to be consis...
2010-01-21 William A. Rowe JrSuch macros exist for a reason :)
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2010-01-13 Ruediger Pluem* Fix compiler warning about wrong format
2010-01-11 Stefan FritschIntroduce new config option LDAPTimeout to set the...
2010-01-10 Stefan FritschAllow several of the configured session identifiers...
2010-01-09 Nick KewWe shouldn't need to create r->allowed_methods twice!
2009-12-30 Takashi SatoMove ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
2009-12-29 Takashi Satotweak handling for default allowed ports
2009-12-29 Takashi SatoMove AllowCONNECT from mod_proxy to mod_proxy_connect.
2009-12-29 Rich BowenAdds a [QSD] flag to RewriteRule to discard unwanted...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2009-12-29 Rich BowenInitialize variable to avoid compiler warnings.
2009-12-29 Rich BowenAdds alternating CSS classes to table rows for trendy...
2009-12-27 Rich BowenThe ReadmeName directive was putting its value in the...
2009-12-27 Nick Kewmod_filter: enable filters to be configured on non...
2009-12-27 Nick Kewmod_headers: Enable multi-match-and-replace edit option
2009-12-26 Nick Kewmod_headers: align Header Edit with Header Set on Conte...
2009-12-26 Nick KewFix r893871 as noted by rpluem, to remove risk of retur...
2009-12-25 Nick KewProxy: fix ProxyPassReverse with relative URL
2009-12-22 Nick KewStrip SHARED_CORE deadwood.
2009-12-21 Nick Kewmod_autoindex: support XHTML as equivalent to HTML in
2009-12-18 Ruediger Pluem* Do an exact match of the keys defined by CacheIgnoreU...
2009-12-16 Joe OrtonFurther mitigation for the TLS renegotation attack...
2009-12-16 Rainer JungFix crash in balancer-manager.
2009-12-15 Graham LeggettCorrectly reference the apr_crypto_t context as a conte...
2009-12-10 Ruediger Pluem* Ensure that the new table values are allocated from...
2009-12-08 Rainer JungUse "=" instead of "==" in test condition for
2009-12-08 Nick KewDon't keepalive when we send a non-100 response while...
2009-12-02 Jeff Trawickfix this:
2009-12-01 Guenter Knaufmore NetWare makefile cleanups.
2009-12-01 Guenter Knauffixed NetWare proxy export list;
2009-12-01 William A. Rowe JrRevert nonsense I introduced in r885689; solve cl test...
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
2009-12-01 William A. Rowe JrAdd mod_proxy_scgi; PR 48303; Submitted by: Gregg L...
2009-11-29 Guenter Knaufblock setting debug level if AP_LDAP_OPT_DEBUG is not...
2009-11-24 Jeff Trawicktweaks to r883540:
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-22 Takashi SatoKeepAlive no longer accepts other than On|Off.
2009-11-19 Jeff TrawickRemove errno from dav_error interface. Calls to dav_ne...
2009-11-19 Jeff Trawickfix or complain about some invalid errno references
2009-11-18 Eric CovenerAdd AuthLDAPBindAuthoritative to allow other authentica...
2009-11-17 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info...
2009-11-16 Nick KewBuild: fix --with-module to work as documented
2009-11-11 Ruediger Pluem* Use correct #ifndef's to compile again on openssl...
2009-11-10 Stefan FritschWhen moving a file over device boundaries and unlinking...
2009-11-10 Stefan FritschRevert removal of the key_type byte in the lock key...
2009-11-10 Stefan Fritschfix off by one error
2009-11-10 Stefan FritschFix broken config check for *max timeouts
2009-11-10 Sander Temmeenable support for ECC keys and ECDH ciphers. Tested...
2009-11-09 Stefan Fritschmod_dav_fs: Include uri when logging a PUT error due...
2009-11-09 Stefan FritschReturn 409 instead of 500 for a LOCK request if the...
2009-11-09 Stefan FritschFix compiler warning
2009-11-09 Stefan FritschFix litmus warning: According to RFC2518, COPY to non...
2009-11-09 Stefan FritschDon't delete the whole file if a PUT with content-range...
2009-11-09 Stefan FritschMake PUT with DAV_MODE_WRITE_TRUNC create a temporary...
2009-11-09 Stefan FritschInstead of checking device ids, try rename first and...
2009-11-09 Stefan FritschAlso remove trailing whitespace in the value
2009-11-09 Stefan FritschSimplify code by using apr_strtok
2009-11-07 Stefan Fritschmod_log_config: Make ${cookie}C correctly match whole...
2009-11-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info...
2009-11-06 Joe OrtonSECURITY: Partial fix for CVE-2009-3555:
2009-11-06 Sander TemmeRemove mod_unique_id from the default build.
2009-11-05 Brian McCallisterexpose r->notes to lua
2009-11-05 Joe Orton* modules/ssl/ssl_toolkit_compat.h: Fix compat with...
2009-11-04 Joe Orton* modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp...
2009-11-04 Brian McCallisterallow setting of r->user from lua
2009-11-04 Brian McCallistermap r->err_headers_out into lua
2009-11-04 Joe Orton* modules/filters/mod_include.c (handle_printenv):...
2009-11-03 Guenter Knaufadded back HAVE_OCSP define hack for non-configure...
2009-11-03 Sander TemmeWe now check for OCSP support in configure, so we can...
2009-11-03 Daniel Earl PoirierFix remaining doxygen warnings. "make dox" is now...
2009-11-03 Jeff Trawickmore configure-time support for dynamically loadable...
2009-11-02 Jeff Trawickuse ap_strchr_c to protect const-ness of input string
2009-10-31 Eric Covenerrequire LDAPReferralHopLimit > 0
2009-10-31 Eric CovenerStop trying to set the referral HOP limit on each conne...
2009-10-30 Eric Coveneradd LDAPLibraryDebug directive to mod_ldap to turn on
2009-10-28 Guenter Knaufremoved now obsolete export defines.
2009-10-28 Guenter Knaufdefine HAVE_OCSP dependent on OpenSSL version to make...
2009-10-28 Joe Orton* modules/ssl/ssl_toolkit_compat.h: Fold #if checks...
2009-10-28 Joe Orton* modules/ssl/ssl_util_stapling.c (stapling_cache_respo...
2009-10-28 Joe Orton* modules/ssl/ssl_util_stapling.c (stapling_cb): Use...
2009-10-28 Joe Orton* module/ssl/ssl_util_stapling.c: Style fixes, no funct...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-27 Guenter Knauffixed dav_hooks_repository_fs struct member order,...
2009-10-27 Guenter Knauffixed indents.
2009-10-27 Guenter Knaufconverted tabs, removed trailing spaces.
2009-10-25 Eric CovenerCharsetOptions NoImplicitAdd wasn't referenced during...
2009-10-25 Eric CovenerCharsetOptions NoImplicitAdd makes us fall through...
2009-10-25 Joe OrtonAdd support for OCSP "stapling":
2009-10-24 Stefan FritschOnly allow parens in filename if cachesize is given...
2009-10-23 Stefan FritschOnly parse cache size in parens at the end of the strin...
2009-10-19 Ruediger Pluem* Reduce memory consumption when processing very long...
2009-10-18 Stefan FritschUse the new ap_update_child_status_from_conn() to put...
2009-10-14 Stefan FritschRename ReqTimeout into RequestTimeout, to be more in...
2009-10-11 Stefan FritschAllow ProxyPreserveHost to work in <Proxy> sections
2009-10-10 Takashi SatoStop unexpected error logs in each requests.
2009-10-09 Graham Leggettmod_dav: Provide a mechanism to obtain the request_rec...
next