- Oct 05, 2007
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582085 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
to maintain portability between win32 and unix. Win32 will require duplicating the child_out and child_err handles explicitly to apr_proc_create() of the child worker process, revised patch will be forthcoming shortly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582073 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 03, 2007
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581498 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 02, 2007
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581408 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 01, 2007
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581026 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
name to use... :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580937 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
PR 43512 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580916 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580886 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580885 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
response to OPTIONS * git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580851 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580827 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 30, 2007
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580802 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580791 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580737 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580736 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
a bit more sophisticated). Always build these first before trawling through the entire list of ccs modules, since any problem will occur up front and be fixable more quickly. Backports r580660 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580661 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 29, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580625 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580536 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580533 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
it allows massively parallel compilation within a project or even across projects. Unfortunately step one of both the ces and ccs iconv charset compilations is to create a precompiled header of the iconv.h contents, and the resulting iconv.pch cannot be written by both projects as they race to the finish. Make the longer build dependent upon the shorter build. The other bug is a bug we will not fix, also related to parallel compilation. MS blindly attempts to make a new BuildLog.htm in each Intermediate_Dir of the project. Of course with parallel compilation, this falls down; we are building two projects in the same tree at the same time. Chalk this up as a bug for MS to fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580531 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 28, 2007
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580438 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580434 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
of the modules we compile and ship in the installer (in any shape). drop mod_imagemap, mod_userdir from the default-loaded modules Several other modules should be considered for default-loaded or default-not loaded changees. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580257 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
absorb the buckets we've consumed. Better ways to do this lurk here. Backport: r580206 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580219 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 27, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580001 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Ignore any ajp13 flush messages which we may mistakenly rec' before we send the response headers. See Tomcat PR 43478. Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579999 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579926 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579924 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 26, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579787 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579777 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 25, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579251 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 24, 2007
-
-
Jason S. Lingohr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579013 13f79535-47bb-0310-9956-ffa450edef68
-
Jason S. Lingohr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579010 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Clarify what happens if you don't have a ServerName in your <VirtualHost>, since people sometimes assume that this implies the host has no name, resulting in confusion. Suggested by: Michael Rasmussen <mikeraz patch.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@578951 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 22, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@578482 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
good reasons :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@578476 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
Propagate Proxy-Authorization header correctly PR 25947 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@578336 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
Whatever tabs were there at the time of rpluem's comment have already gone! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@578335 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@578334 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 21, 2007
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@578148 13f79535-47bb-0310-9956-ffa450edef68
-