- Dec 18, 2005
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357457 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Fix ap_http_chunk_filter to create correct chunks in the case that a flush bucket is pre- and postfixed by data buckets in the brigade. Submitted by: Ruediger Pluem Reviewed by: Justin Erenkrantz, Joe Orton, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357456 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2005
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357339 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357329 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 16, 2005
-
-
William A. Rowe Jr authored
Add the module details for our /base:@...,mod_foo.so magic Backports 357234 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357235 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Yup sounds right (after further explanation on-list by Joe) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357233 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport our generic explanation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357232 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Test _NMAKE_VER define to determine nmake -nologo behavior, and use $(MAKEOPT) -f syntax throughout to avoid problems on mingw, borland, etc. Backport 357226 from trunk Claiming platform maintainer privs to just fix this for VS2005 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357227 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport Win32 build fixes for mod_dbd and mod_authn_dbd http://people.apache.org/~colm/httpd-2.2.0-dbd-win32.patch Submitted by: colm Reviewed by: pquerna, niq, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@357224 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2005
-
-
William A. Rowe Jr authored
Change the GUI default install path to mirror Makefile.win - and remove the sub-version to avoid further maintenance. The paths must be explicit so that we point the debugger at the resulting httpd.exe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356855 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Change a misleading error message, srclib/ exists in the build tree, not in the INSTDIR target tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356847 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356797 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356796 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356788 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356764 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356659 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356658 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 13, 2005
-
-
Mark J. Cox authored
earlier. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356565 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356511 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Seems silly to ship Powered by Apache 2.0 in Apache 2.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356447 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2005
-
-
Mark J. Cox authored
Submitted by: Mark Cox <mjc apache.org> Reviewed by: jorton, mjc, fielding PR: 37874 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356291 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356247 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* include/httpd.h (conn_state_e): Remove trailing comma from enum. PR: 37840 Submitted by: Per Olausson <pao darkheim.freeserve.co.uk> Reviewed by: jorton, rpluem, pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356239 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356238 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2005
-
-
Jim Jagielski authored
improvement on how we handle these pools will remove the old logic framework that this was originally intended to preserve. If not, then so what? This is still better. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356033 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
it's a magic number" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356027 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356021 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356020 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356019 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356018 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356015 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356011 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355991 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2005
-
-
Richard Bowen authored
to do some stuff with this that really isn't auth related. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355767 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355754 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355744 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355720 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2005
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355454 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355325 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2005
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355229 13f79535-47bb-0310-9956-ffa450edef68
-