- Sep 26, 2001
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91156 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91154 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91153 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Implement gettid() based qualifier for MULTITHREAD platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91152 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
src/win32/os.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91151 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
This will fix problem where Apache on Windows can return a directory index when it should return a negotiated file. read_types_multi() iterates over the entries in a directory to build a candidate list of files to negotiate. ap_sub_req_lookup_file() is called for each file which in turn calls stat() (os_stat() on Windows) to verify the file exists. mod_negotiation will decline the request (rather than failing the request as it should) if os_stat() fails and errno is not set. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91150 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
All MULTITHREAD platforms need the tid_t and gettid() functions before they can compile mod_unique_id. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91149 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Leave debug compiler flag as /Zi when converting back to CVS's VC6.0 dsp format, so the module remains compatible 'out of the box' to VC5.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91148 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add ws2_32.lib to this Win32 project, as suggested by Martin Kraemer. Left as compiler debugging switch as /Zi (for VC 5,6,7 compatibility.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91147 13f79535-47bb-0310-9956-ffa450edef68
-
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
-