- Jun 28, 2005
-
-
William A. Rowe Jr authored
Axe early design notes about ApacheMonitor, but keep some of the good food about how-to manage services. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@202264 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Introduce TraceEnable [on|off|extended], fixes non-compliance in mod_proxy which accepted request bodies with TRACE requests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@202263 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 20, 2005
-
-
William A. Rowe Jr authored
Survey says; /Oy- stack frame construction to help untangle crashes is goodness, /Gs0 stack checking override is a bad idea. Adopt the accepted idea only. [These few were omitted from commit 191525] Reviewed by: stoddard, brane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@191527 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Survey says; /Oy- stack frame construction to help untangle crashes is goodness, /Gs0 stack checking override is a bad idea. Adopt the accepted idea only. Reviewed by: stoddard, brane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@191525 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
These failure cases are all essentially bogus submissions to httpd, do not persist the connection if the client can't formulate any respectible request (e.g. likely to be exploit testing). [None of the modified failure cases occur prior to request processing.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@191517 13f79535-47bb-0310-9956-ffa450edef68
-
- May 16, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@170401 13f79535-47bb-0310-9956-ffa450edef68
-
- May 11, 2005
-
-
William A. Rowe Jr authored
Correct transposed :tid: case, needs to be in the #ifdef MULTITHREAD scenario, not visa versa. Submitted by: Brian Havard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@169641 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add mod_log_forensic to the win32 build for 1.3.34 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@169549 13f79535-47bb-0310-9956-ffa450edef68
-
- May 10, 2005
-
-
William A. Rowe Jr authored
Win32-enable, unix threaded-enable the mod_log_forensic module. * adds a get_forensic_id() function, differing between win32, threaded, and non-threaded platforms (threaded and win32 platforms get instead an pid:tid:time:seq identifier.) * stop the module config abuse, and simply use r->notes (this requires the 169534 svn patch already applied.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@169535 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix an irritating bug. The forensic-id is captured in two places, as an r->notes entry, and in the (supposedly constant) server config(!) This patch retrieves the r->notes copy instead at final logging phase. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@169534 13f79535-47bb-0310-9956-ffa450edef68
-
- May 04, 2005
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@168026 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 05, 2005
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@160169 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@160164 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2005
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@159444 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 09, 2005
-
-
David McCreedy authored
This is needed because TPF's select waits between timeout-1 and timeout seconds. Also renamed 'timeout' variable to clarify when it is used for seconds vs. milliseconds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@156700 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 06, 2005
-
-
Jeff Trawick authored
Submitted by: Eric Covener Reviewed by: trawick, jorton, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@156287 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 04, 2005
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@156191 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 03, 2005
-
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@156032 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@156031 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@149561 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 21, 2005
-
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@125939 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 10, 2005
-
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@124817 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@124366 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 05, 2005
-
-
Justin Erenkrantz authored
Imported from tip of the httpd-docs-1.3 CVS repository. (just the htdocs dir) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@124296 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 22, 2004
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@123100 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@123094 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
reviewed by: nd, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@123093 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 06, 2004
-
-
William A. Rowe Jr authored
Clean up indention and propogate the required notices for H.S.'s regex and expat-lite to NOTICE. Leaves me a question; this is in httpd-1.3 LICENSE; For the expat xml parser library component: Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper Grepping the entire tree, I find no reference to Thai OSSC/C. Cooper, does this even belong here? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@110015 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Restore the 'copyright' and 'license' terms to LICENSE file, as Roy points out, if the terms further modify our LICENSE they must remain in that file. NOTICE is purely for cases of 'permission is granted provided you identify that your application provides notice that it includes software created by Foo Corp., in your distribution and associated documentation'. So in NOTICE, we are following their LICENSE terms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@110010 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 2004
-
-
William A. Rowe Jr authored
All applicable sub-licenses should be part of the NOTICE provided with apache-1.3 - correct? Made this just a bit more legible and stripped it down to actual copyright language. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@109389 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 24, 2004
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@106444 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@106443 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 19, 2004
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105878 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 14, 2004
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105763 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 30, 2004
-
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105632 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 29, 2004
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105628 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105624 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105621 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 27, 2004
-
-
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@105610 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@105608 13f79535-47bb-0310-9956-ffa450edef68
-