]> granicus.if.org Git - apache/history - modules
Fix some typos, whitespace, and formatting. Make sure all options are
[apache] / modules /
2007-08-17 Eric CovenerAFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts...
2007-08-14 Nick Kewmod_negotiation: preserve Query String in resolving...
2007-08-08 Nick KewCorrecting defects in r563317: fix to PR 42993
2007-08-06 Nick KewCheck all sources of Content-Encoding in inflate_out...
2007-08-06 Jim Jagielskidetabify
2007-08-06 Ruediger Pluem* Also unset Content-MD5 in the deflate_out_filter
2007-08-06 Ruediger Pluem* We already unset Content-Length in the inflate_out_fi...
2007-08-06 Nick KewDon't try to compress/decompress where there's a Conten...
2007-08-06 Nick Kewmod_deflate - discussion on dev@
2007-08-03 Jim Jagielski *) mod_proxy: Improve network performance by setting...
2007-08-03 Nick KewGeneralise the content encoding detection and protocol:
2007-08-03 Jim JagielskiPR 42847.
2007-08-03 Jim JagielskiNon-functional change. Simple cleanup.
2007-08-02 Paul J. RederA couple of cleanups to the nested group code based...
2007-08-02 Nick KewImprovement suggested by rpluem to proxy_date fix
2007-08-01 Jean-Frederic Clerecreate the brigate outside ap_proxygetline and reuse it.
2007-08-01 Nick KewFix buffer overflow in date handling
2007-07-31 Greg Amesthis appears to be a "mv" rather than a "swap", so...
2007-07-30 Nick KewBe liberal in what we accept. Where it matters.
2007-07-30 Nick KewBe liberal and correct in what we accept
2007-07-29 Nick KewUpdate r560689 following rpluem's analysis thereof.
2007-07-29 Nick KewFix protocol handling in mod_deflate input filter
2007-07-27 Paul J. Reder mod_ldap, mod_authnzldap: Add support for nested group...
2007-07-26 Nick KewRationalisation suggested by rpluem
2007-07-26 Nick KewFix integer comparisons in mod_filter
2007-07-26 Nick Kewmod_filter: fix merging of ! and =
2007-07-20 Nick KewFix clash between r557837 and r427780
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-19 Eric CovenerCopy the enum into an integer before sending off to...
2007-07-19 Eric Covenerrevert revision 555470
2007-07-17 Mladen TurkReturn 503 only if the route matches some of the balanc...
2007-07-13 Greg Amesdon't need the definitions for error buckets any more
2007-07-13 Greg Ames* generalize from error buckets to metadata buckets
2007-07-12 Eric CovenerRemove dead macros for certificate types that are alrea...
2007-07-12 Eric CovenerThis data is passed in an unsafe way to the LDAP SDK...
2007-07-12 Paul QuernaRemove unneeded -I in apr_memcache test, since _INCLUDE...
2007-07-12 Paul QuernaFix VPATH builds of httpd with the apr_memcache backend...
2007-07-10 Jean-Frederic ClereFill notes "session-sticky" and subprocess_env "BALANCE...
2007-07-06 Greg Ameswith LimitRequestBody xxx and the deflate output filter...
2007-07-05 Guenter Knaufreverted r553031 since it breaks Linux/Unix platform...
2007-07-04 Guenter Knaufchanged error message to use APU_DBD_DRIVER_FMT for...
2007-07-03 Guenter Knaufignore OpenSSL files copy error if files are not present.
2007-06-29 Jean-Frederic ClereFix the warning:
2007-06-29 Joe Orton* modules/metadata/mod_mime_magic.c: Constify some...
2007-06-28 Guenter Knaufintroduced independent var since we can build mod_ssl...
2007-06-27 Guenter Knaufadded openssl files to the installation directory.
2007-06-27 Jean-Frederic ClereDon't display "PHPSESSIONID | PHPSESSIONID" but only
2007-06-27 Jean-Frederic ClereRemove the balancer modification logic of balancer...
2007-06-25 Sander TemmeComplete cleanup of global variable use by mod_example...
2007-06-25 Jean-Frederic ClereAdd sticky_path to solve PR41897.
2007-06-25 Jean-Frederic ClereFix the timeout logic. The order is now:
2007-06-21 Jean-Frederic ClereImprove traces in ap_proxy_http_process_response().
2007-06-20 Joe OrtonFix CVE-2006-5752:
2007-06-13 Paul QuernaImprove mc_session_id2sz as suggested by Rüdiger.
2007-06-13 Paul QuernaMake default values for memcache config defines, rather...
2007-06-12 Paul QuernaFixup style nitpicks:
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2007-06-12 Paul QuernaFix a bug in the use of i2d_SSL_SESSION, since it incre...
2007-06-11 Jean-Frederic ClereArrange the proxy timeout behaviour.
2007-06-08 Paul QuernaFor the DBM SSL Session Cache, propogate down pools...
2007-06-08 Paul QuernaPropogate the conn_rec::pool down to ssl_scache_retriev...
2007-06-08 Paul QuernaFix error mesage for when a user trys to use memcache...
2007-06-08 Paul QuernaIncrement the enum correctly.
2007-06-08 Paul QuernaUse the absolute timeout, as provided by mod_ssl, rathe...
2007-06-08 Paul QuernaAdd support for distributed caching of SSL Sessions...
2007-06-06 Ruediger Pluem* Preset the form fields for route and redirect with...
2007-06-01 Eric CovenerSECURITY: CVE-2007-1862 (cve.mitre.org)
2007-05-27 Ruediger Pluem* Prevent running through the error stack by returning...
2007-05-26 Nick KewPR#39710 - badly broken errordocuments for CGI
2007-05-19 Chris Darrochapr_dbd_check_conn() just returns APR_SUCCESS or APR_EG...
2007-05-18 Justin Erenkrantzmod_cache: Do not set Date or Expires when they are...
2007-05-18 Justin Erenkrantzmod_cache: Correctly handle HEAD requests on expired...
2007-05-17 Justin Erenkrantzmod_cache: Let Cache-Control max-age set the expiration...
2007-05-17 Justin Erenkrantzmod_disk_cache: If the Vary'd content is stale, we...
2007-05-17 Justin Erenkrantzmod_disk_cache: When renegotiating an already cached...
2007-05-17 Justin Erenkrantzmod_disk_cache: When renegotiating an already cached...
2007-05-17 Justin ErenkrantzRFC 2616 13.2.1 calls out max-age as being a valid...
2007-05-13 Jim JagielskiFold in ProxyPassMatch directive with docs. Support
2007-05-12 Jim JagielskiAdd regex pattern matching to ProxyPass, allowing,
2007-05-07 Ruediger Pluem- In AP_MODE_SPECULATIVE ap_core_input_filter returns...
2007-05-06 Ruediger Pluem* Prevent a segmentation fault if one of the Cache...
2007-05-04 Jim JagielskiAbstract out (kinda) MSG_PEEK. This way when we
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2007-05-01 Ruediger Pluem* Rework the error handling logic to make it more readable.
2007-04-30 Greg Amescheck_pipeline: use AP_MODE_SPECULATIVE to check for...
2007-04-24 André Malonewlines
2007-04-17 Jeff Trawicklog the uri for some access-denied paths when r->filena...
2007-04-12 Jeff TrawickHTTP proxy ProxyErrorOverride: Leave 1xx and 3xx respon...
2007-04-05 Sander TemmeMove the thread locking upcall initialization before...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-03-22 Guenter Knaufadded proper error message for NetWare.
2007-03-21 Guenter Knaufadded mod_sedfilter; minor cosmetic changes.
2007-03-21 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-03-21 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-03-21 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_ver...
2007-03-21 William A. Rowe JrToo many users are baffled by this message. Some days...
2007-03-21 William A. Rowe Jr*) adds compile-time/run time SSL-C version support
2007-03-20 Jim JagielskiEven though we don't let our bb grow too large, still
2007-03-20 Jim JagielskiUse macros for common code paths... this cleans it up
2007-03-19 Jim JagielskiUpdate build system to know about sedfilter
next