]> granicus.if.org Git - apache/history - modules
Add port in the logic.
[apache] / modules /
2009-09-30 Jean-Frederic ClereAdd port in the logic.
2009-09-29 Daniel Earl PoirierMake comment agree with code.
2009-09-29 Jean-Frederic ClereWhen using Heartmonitor choose the back-end randomly...
2009-09-29 Jean-Frederic Cleretypo.
2009-09-29 Jean-Frederic ClereAdd slotmem storage logic for multicast logic.
2009-09-27 Guenter Knauffixed wrong 3rd parameter passed to apr_brigade_split_l...
2009-09-27 Guenter Knauffixed compatibility to Openssl < 0.9.7g.
2009-09-27 Ruediger Pluem* Use strcasecmp instead of strncasecmp as we want...
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-09-25 Guenter KnaufFixed internal NLM name.
2009-09-25 Guenter KnaufAdded mod_proxy_scgi to NetWare build.
2009-09-24 Daniel Earl Poiriermod_cache: don't cache incomplete responses, per RFC...
2009-09-20 André Maloremove useless line
2009-09-19 Graham Leggettmod_dav: Allow other modules to become providers and...
2009-09-17 William A. Rowe JrTreat gid's identically to uid's for purposes of numeri...
2009-09-17 Jim Jagielskiuse what we know
2009-09-17 Jim Jagielskikinda old
2009-09-16 Joe Orton* modules/ssl/ssl_util_ocsp.c, modules/ssl/ssl_engine_o...
2009-09-16 Joe Orton* modules/ssl/ssl_util_ocsp.c (send_request,
2009-09-15 Nick KewChange Fallback to FallbackResource after extensive...
2009-09-15 Guenter Knaufchanged build of proxy modules to use common mod_proxy...
2009-09-15 Nick KewChange "DefaultHandler" to "Fallback" as discussed...
2009-09-14 Graham Leggettmod_dav: Allow other modules to add things to the DAV...
2009-09-14 Joe Orton* modules/proxy/mod_proxy_ftp.c (parse_epsv_reply)...
2009-09-14 Daniel Earl Poiriermod_mime: detect invalid use of MultiviewsMatch inside...
2009-09-14 Joe OrtonSecurity fix - this is presumed to fix CVE-2009-3094...
2009-09-13 Eric CovenerBring the LDAPCacheEntries and LDAPOpCacheEntries usage...
2009-09-13 Graham Leggettmod_request: Make sure the KeptBodySize directive rejec...
2009-09-13 Graham LeggettRemove trailing whitespace from the mod_request module.
2009-09-13 Graham Leggettmod_session_crypto: Sanity check should the potentially...
2009-09-13 Graham Leggettmod_session.c: Prevent a segfault when session is added...
2009-09-13 Graham LeggettRemove stray trailing whitespace from mod_session.c.
2009-09-12 Ruediger Pluem* Add missing , to make it compile again.
2009-09-11 William A. Rowe JrCatch the somewhat absurd combination of a 417 error...
2009-09-11 Joe OrtonSecurity fix - this is presumed to fix CVE-2009-3095...
2009-09-10 Daniel Earl PoirierFail server startup when mod_auth_digest is unable to
2009-09-10 Ruediger Pluem* More style fixes. No functional changes.
2009-09-10 Ruediger Pluem* Style fixes. No functional changes.
2009-09-10 Ruediger Pluem* Silence compiler warnings
2009-09-09 Graham Leggettmod_proxy_connect: The connect method doesn't work...
2009-09-09 Graham LeggettMake sure the NULL terminator of the array is consisten...
2009-09-09 Graham Leggettmod_ssl: The error message when SSLCertificateFile...
2009-09-09 Daniel Earl Poiriermod_auth_digest: When qop is none, client doesn't send...
2009-09-03 Jim JagielskiAn error detect question in comments
2009-09-01 Paul QuernaRemove unused conf variable.
2009-09-01 Paul QuernaCheck return value from ap_pass_brigade incase we are...
2009-09-01 Paul QuernaInitialize len to 0, since for some logic paths it...
2009-08-31 Graham LeggettAdd suggested parentheses around APR_STATUS_IS_ENOENT.
2009-08-31 Guenter Knaufmoved "finfo.mtime = 0;" after var declaration;
2009-08-28 Daniel Earl PoirierMake code match warning message: disable nonce-checking
2009-08-28 Daniel Earl PoirierDon't let the server start if user has asked for qop...
2009-08-28 Jim JagielskiOK, might as well finish this... Allow ServerTokens Off
2009-08-28 William A. Rowe Jrpush_connection, push_server also targetted for export...
2009-08-28 William A. Rowe JrNot static; trusting this targetted for export?
2009-08-28 William A. Rowe JrAxe an unused variable.
2009-08-28 William A. Rowe JrAdd parenthesis for legibility and correcting association,
2009-08-28 William A. Rowe JrAlways make mod_*.h files available where they exist...
2009-08-27 William A. Rowe Jr%.*s precision supposedly takes an int, according to gcc
2009-08-27 Graham LeggettMake sure when adding a warning, that we don't duplicat...
2009-08-27 Graham LeggettLog the return code in the debug message to properly...
2009-08-27 Graham LeggettWhen attempting to set the stale lock, we will pass...
2009-08-27 Nick Kewmod_headers: generalise the envclause to support condit...
2009-08-26 Graham LeggettReintroduce an optimisation lost in some cut and paste...
2009-08-26 Graham Leggettmod_cache: Introduce the thundering herd lock, a mechan...
2009-08-26 Daniel Earl PoirierFix shm, rmm, and lock problems.
2009-08-26 Brian HavardBring back OS/2 support.
2009-08-23 Nick KewPreserve port over internal redirection
2009-08-23 Nick KewReturn consistent error status for proxy unable to...
2009-08-21 Nick KewSwitch mod_dbd to using APR_STATUS_IS_foo macros in...
2009-08-16 Ruediger Pluem* Do better checking of pollset operations in various...
2009-08-12 Ruediger Pluem* Correctly create an empty cell if the description...
2009-08-04 Jean-Frederic ClereOops my bad: Stop copying and pasting code.
2009-08-03 Jean-Frederic ClereFix warnings.
2009-07-30 Jean-Frederic ClereAdd the file logic for the handler.
2009-07-29 Guenter Knaufremoved another obsolete cast. Mentioned by Peter Sylve...
2009-07-29 Jeff Trawickmark some private module data as "static", resolving
2009-07-29 Jeff Trawickfix type mismatch in argument to attach() method
2009-07-28 Jim JagielskiAlign logic and message :)
2009-07-28 Jean-Frederic ClerePut the hm_slot_server_t in a common include.
2009-07-27 Guenter Knaufremoved obsolete cast. Mentioned by Peter Sylvester.
2009-07-20 Jim JagielskiIn the case where we have no members, they aren't in...
2009-07-19 Nick KewUpdate r795445 patch in the light of rpluem's comments...
2009-07-18 Nick Kewmod_dir: Change DefaultHandler to DefaultMapping, and...
2009-07-18 Nick KewTypo fix
2009-07-18 Nick KewFix mod_include potential segfault checking backref...
2009-07-13 Guenter Knaufskip another lua source file with NetWare build.
2009-07-13 Guenter Knaufand another NetWare build fix for mod_lua.
2009-07-13 Guenter Knauffinal NetWare mod_lua build fixes.
2009-07-12 Guenter Knaufadded mod_lua to the NetWare build.
2009-07-12 Guenter Knaufadded NetWare makefile for mod_lua.
2009-07-09 Takashi SatoAdd the missing include of apu_version.h and thus fix...
2009-07-09 Ruediger Pluem* Return APR_EOF if request body is shorter than the...
2009-07-09 Ruediger Pluem* Silence compiler warnings about unused variables.
2009-07-08 Guenter Knauffinally fixed NetWare export list (thanks help from...
2009-07-07 Guenter Knauffixed types, fixed NetWare build.
2009-07-07 Guenter Knauffixed import list.
2009-07-06 Guenter Knaufremoved font clutter as suggested by niq.
2009-07-06 Guenter Knaufadded compile-time apr / apr-util versions as wrowe...
2009-07-06 Jean-Frederic ClereAdd use slotmem. Directive HeartbeatMaxServers > 10...
2009-07-06 William A. Rowe JrUse uninterruptable write; noted borrowing this code...
next