- Jan 07, 2004
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102214 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 03, 2004
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102163 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102160 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 01, 2004
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102137 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 31, 2003
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102130 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2003
-
-
Andre Malo authored
errorlog. Reviewed by: Mark J Cox, Erik Abele, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102061 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2003
-
-
Jim Jagielski authored
do the same thing, so we don't have backwards compatibility problems, but now people can adjust to use '%X' to log the connection status when using mod_ssl (which changes what '%c' means) PR: Obtained from: Apache 2.x Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101985 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 27, 2003
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101903 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 21, 2003
-
-
Jeff Trawick authored
proxy changes PR: 18628 Submitted by: Joshua Colvin <joshua safeweb.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101833 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 17, 2003
-
-
Jim Jagielski authored
the client. Make UseCanonicalName socket port aware. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101803 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 12, 2003
-
-
William A. Rowe Jr authored
Obscuficate contributors' email addresses in an obvious and simple to read manner. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101766 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 09, 2003
-
-
Andre Malo authored
Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101731 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 07, 2003
-
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101709 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 30, 2003
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101627 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101623 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 29, 2003
-
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101602 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 24, 2003
-
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101554 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Get ready to tag. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101552 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 22, 2003
-
-
Astrid Kessler authored
Reviewed by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101528 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101524 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 20, 2003
-
-
Jim Jagielski authored
I foresee problems when even though the patch corrects behavior, the (previous) incorrect behavior might be used and expected in various ways throughout the community. And I don't want to pull the rug out from under them. Instead, let's see about folding this is for 1.3.30 after some extensive testing. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101495 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 19, 2003
-
-
Jim Jagielski authored
points to a socket and ap_bclosef() it it's a file (we stay aware of Windows handles however). Also, we stay consistent and use closesocket() whenever we wish to close a socket directly. For Unix, closesocket() is simply a macro define to close, but it makes a big difference for other OSs. PR: 22805 Obtained from: Submitted by: bnicholes, jeff Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101492 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Reviewed by: jim, jwoolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101491 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101490 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 18, 2003
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101487 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
due to ErrorDocument, see if we need to drop the connection after sending the 302 response. This fixes a problem where Apache treated the body of the failed request as the next request on a keepalive connection. The subsequent 501 error sent to the browser prevented some browsers from fetching the error document. Reviewed by: roy, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101486 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101485 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
since I'd like these resolved before 1.3.29... I know, I know, not really showstoppers, but until I think of another category, I want these looked at seriously. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101484 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101483 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 17, 2003
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101480 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 16, 2003
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101472 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
user-tracking cookie's name. PR 16661. [Manni Wood <manniwood@planet-save.com>] PR: 16661 (2.x) Obtained from: Submitted by: Reviewed by: cliff, jeff, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101471 13f79535-47bb-0310-9956-ffa450edef68
-
http://www.manniwood.net/apache_stuff/mod_usertrack_patch.htmlJim Jagielski authored
(thanks Cliff) I'm now +1. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101470 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101467 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 15, 2003
-
-
Jim Jagielski authored
http_main.c where we have #ifdef BEOS closesocket(s); #else close(s); #endif which is bogus.... unless somehow this is required for the WIN32/Netware :/ PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101454 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 14, 2003
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101453 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
items which are "showstoppers" in as far as I would like to see them addressed (either fixed/folded in or moved to non-showstopper status after dev consensus). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101452 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 13, 2003
-
-
Erik Abele authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101435 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
Reviewed by: Mads Toftum, Rich Bowen Correct some URLs and awkward phrasing. Update a ./configure flag that was changed a while ago. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101433 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 21, 2003
-
-
Andre Malo authored
parentheses. Reviewed by: Brian Pane, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101302 13f79535-47bb-0310-9956-ffa450edef68
-