- Jan 26, 2006
-
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372601 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Reviewed by: bnicholes, wrowe, pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372581 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 25, 2006
-
-
Colm MacCarthaigh authored
* Add a vote on that same patch * Promote the proposal to ACCEPTED git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372284 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* Update an ancient proposal with a subversion revision instead of a CVS one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372280 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
conforms to the coding style. Re-set to no votes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372279 13f79535-47bb-0310-9956-ffa450edef68
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372173 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 24, 2006
-
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372052 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* mod_cgid: Refuse to work on Solaris 10 due to OS bugs. * modules/generators/config5.m4: Improve Solaris 10 check in mod_cgid to know about the now-released patches that fix the AF_UNIX bugs. PR: 34264 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372049 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* Opps. Use the correct member of the structure. Submitted by: pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372047 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) by exchanging APR_BRIGADE_CONCAT with ap_save_brigade to ensure that transient buckets get setaside correctly between various iterations of ap_get_brigade calls. Submitted by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372046 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Submitted by: wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372037 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Fix issue where mod_ssl does not pick up the ssl-unclean-shutdown setting when configured e.g. as a reverse proxy: * modules/ssl/ssl_private.h: Remove ssl_hook_Translate. * modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Merge in ssl_hook_Translate. (ssl_hook_Translate): Remove. * modules/ssl/mod_ssl.c (ssl_register_hooks): Ensure that _ReadReq hook runs after mod_setenvif.c; don't register translate_name hook. PR: 34452 Submitted by: jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372036 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 23, 2006
-
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371666 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371665 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Document the ReceiveBufferSize change done in r157583 Submitted by: Murray Nesbitt <murray@cpan.org> Submitted by: stas git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371662 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371659 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Merge r161691 from trunk: * mod_deflate should be merging the Vary header, not Setting it, and ignoring what other modules put there. Spotted By: Rici Lake Submitted by: pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371657 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
patch, to make it clear that there are 3 +1's. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371652 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* Fix a null pointer dereference in dav_method_mkcol during the handling of errors from dav_auto_checkin. Submitted by: Ghassan Misherghi <ghassanm ucdavis.edu> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371650 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
and OS X. The ones with 3+ +1 votes, and therefore enough to be committed are: *) mod_ssl: Fix issues picking up ssl-unclean-shutdown setting for e.g. a reverse proxy config, breaking interop with MSIE in some cases. *) Block mod_cgid usage on Solaris 10 due to OS bugs. PR 34264. http://svn.apache.org/viewcvs?view=rev&rev=264866 *) Fix all non-http protocol modules that were modeled after the broken mod_echo.c example *) mod_proxy: Fix PR37145 *) mod_cache: Fix PR37347 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371647 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* mod_mime_magic: Handle CRLF-format magic files so that it works with the default installation on Windows. * rewrite CR mitigation logic to wipe out any trailing white space Suggested by: wrowe Submitted by: trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371646 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371645 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Submitted by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371644 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Omit further access control checks if SSL is not in use regardless of vhost settings. Submitted by: rpluem, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371643 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Add ReceiveBufferSize directive to control the TCP receive buffer. Submitted by: Eric Covener <covener gmail.com> Reviewed by: Justin Erenkrantz (with minor formatting tweaks) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371640 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* Fix handling of "Vary: *" in mod_cache. Submitted by: pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371633 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
make sense in a 2.0.x context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371630 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* Remove the base href tag from mod_proxy_ftp, as it breaks relative links for clients not using an Authorization header. Submitted by: minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371629 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
move some approved backports to appropriate section git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371625 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* modules/http/http_request.c (ap_allow_methods): add missing va_end call Submitted by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371624 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371623 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* support/check_forensic: Fix temp file usage Submitted By: Javier Fernandez-Sanguino Pen~a Reviewed By: Thom May * support/check_forensic: Fix script on platforms that do not have either mktemp or tempfile (such as Solaris). Also tested on Darwin & FreeBSD. Submitted by: jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371622 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Add an Irish Translation Authored by: Noirin Reviewed by: Colm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371621 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371475 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371453 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371452 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
* Revert my -1 on a patch, now that 2.2 has been released and offers a choice. * cast some votes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371449 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 15, 2006
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@369245 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 12, 2006
-
-
William A. Rowe Jr authored
Correct version and copyright generation, this involves 'long line' flavor of the first ASF copyright line; we could use the new macro AP_SERVER_COPYRIGHT and defined tokens from this file for versions, however this is 2.0 so not expecting that we will do so. Backports; 368395 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@368397 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 11, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@368152 13f79535-47bb-0310-9956-ffa450edef68
-