- Sep 26, 2001
-
-
Mark J. Cox authored
of 2001-09-25 at IANA, and add xsl extension. Also add .so and .dll as already applied to Apache 2.0 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91144 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 25, 2001
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91141 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Catching up git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91139 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91138 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 24, 2001
-
-
Chuck Murcko authored
PR: 6055 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91135 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Get around a missing define from the more recent Platform SDKs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91133 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Not raining on parades, just want these closed for a (hopefully) final 1.3 series release? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91130 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
PR: 6055 Obtained from: "Eidelman, Brian" <BEidelman@netegrity.com> Submitted by: "Eidelman, Brian" <BEidelman@netegrity.com> Reviewed by: Chuck Murcko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91129 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
Fixes CacheForceCompletion directive PR: 7383, 8067, 8090 Obtained from: Alexey Panchenko <panchenko@liwest.ru> Submitted by: Alexey Panchenko <panchenko@liwest.ru> Reviewed by: Chuck Murcko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91128 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
has cleaned them up. Added a >1 comparison to not do statistics if there are less than 2 entries (and hence the standard deviation check would explode on a divide by zero). Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91127 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Stipe Tolj <tolj@wapme-systems.de> Reviewed by: Some Cygwin portability changes, from Message-ID: <3BAB4213.74AA3C0F@wapme-systems.de> Did not include the below patch to install.sh since this looked like it would affect other OSs... # Check if we need to add an executable extension (such as ".exe") -# on specific OS to src and dst +# on specific OS to src and dst. +# At least Cygwin requires this to ensure a clean "make install". if [ -f "$src.exe" ]; then - if [ -f "$src" ]; then - : # Cygwin [ test ] is too stupid to do [ -f "$src.exe" ] && [ ! -f "$src" ] - else ext=".exe" - fi fi src="$src$ext" dst="$dst$ext" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91124 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 21, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91099 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
<!--#include virtual="file" --> with a request URI containing %2f would result in a segfault (NULL pointer deref, not a security problem). PR: 8362 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91097 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2001
-
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91011 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91010 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Gary Benson <gbenson@redhat.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91009 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix recent mod_auth breakage (is there an OS2 patch lurking out there?) Submitted by: Pavel Novy <novy@feld.cvut.cz> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91008 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2001
-
-
Jeff Trawick authored
gcc compiles it cleanly with -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations . make some qsort() comparison routines static so that no prototype is desired by gcc . get rid of unused function pipehandler() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91003 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
get*id() don't work on Windows; thanks to OtherBill for pointing it out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91000 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Offer a workaround as we hack this git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90999 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Rambling sstops git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90998 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Introduce vhost_alias and unique_id to the win32 build. The code needs some work, but there are several folks who've been pitching in. If this isn't ready when we are ready to roll, I'll revert. Untested - btw - since mod_auth entirely broke the win32 build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90997 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix two win32 bugaboos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90996 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 10, 2001
-
-
Jeff Trawick authored
the default mechanism is unchanged git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90990 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Add support for 'Require file-owner' and 'Require file-group'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90987 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90985 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
My feelings certainly won't be hurt if somebody else jumps in :) I need to get some other stuff off my plate before looking into this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90982 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 07, 2001
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90950 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 06, 2001
-
-
Joshua Slive authored
Submitted by: Roy-Magne Mo <rmo@sunnmore.net> Reviewed by: Ragnar Wisl�ff <ragnar@wisloff.no>, Tor Hildrum <torhildr@mac.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90931 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90928 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the default for AIX remains unchanged (pthread) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90927 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
authentication functionality built into Winsock and NILE on NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90922 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 05, 2001
-
-
Jim Jagielski authored
if someone mistypes the directive... Be lenient in the HTTP spec, not in user input :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90900 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 04, 2001
-
-
Jim Jagielski authored
accept mutexing method to be set at runtime (the suite of methods is set at compile time still). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90892 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 29, 2001
-
-
Martin Kraemer authored
the DocumentRoot tree to simplify the separation of private content&configuration from server's on-line documentation. An "Alias /manual/ ..." projects the manual/ directory (which resides now side-by-side with the icons/ directory) into the logical DocumentRoot. Note that a request to http://server/manual (without the trailing slash) will now behave different than before (it used to redirect to http://server/manual/ but no longer does). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90782 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
Add the equivalent of a "warning: coffee may be hot" label, and fix a broken email address at the same time. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90779 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 23, 2001
-
-
Martin Kraemer authored
Submitted by: Pavel Novy <novy@feld.cvut.cz> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90548 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
from working as expected. Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90543 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 5815 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90525 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 22, 2001
-
-
Joshua Slive authored
PR: 4294 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90521 13f79535-47bb-0310-9956-ffa450edef68
-