- Aug 27, 2004
-
-
Andre Malo authored
PR: 27862 Submitted by: shengperson yahoo.com (chunyan sheng) Reviewed by: Joe Orton, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104864 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2004
-
-
Andre Malo authored
the same name). PR: 26462 Reviewed by: Jeff Trawick, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104760 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 19, 2004
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104738 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 25725 Reviewed by: Justin Erenkrantz, Paul Querna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104737 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 17, 2004
-
-
Andre Malo authored
Reviewed by: Jeff Trawick, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104694 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 19, 2004
-
-
William A. Rowe Jr authored
Back out a bit of the bogus commit 1.22 - which removed the -release- mode flag /incremental:no. /debug enables this option, but this opt also increases the size of the binaries as they are 'rebuildable'. Since devstudio thinks -release- builds are non-debug, already with this option it will optimize away this flag in the IDE :( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104331 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2004
-
-
Greg Stein authored
http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-00.txt Also, sync the realaudio mime types from Apache 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104301 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 2004
-
-
Jeff Trawick authored
piped log process or rewrite map process. Submitted by: trawick Reviewed by: stoddard, nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104161 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 22, 2004
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104016 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 21, 2004
-
-
William A. Rowe Jr authored
Fix the rewrite_map program invocation for Win32. Someone borrowed the pass-environ[][] construct from unix, but CreateProcess is much happier to copy the current environment when passed NULL for the flat environment strings argument (properly formatted, that argument must be null or a string in the format "var1=val\0var2=val\0\0".) The only other CreateProcess call which does *not* pass NULL for the envvars arg, in util_script.c for cgi, does the right thing in constructing that argument. Submitted by: Philip Gladstone [pgladstone cisco.com] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104005 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 11, 2004
-
-
Mark J. Cox authored
a buffer overflow in later code; reject connection if we receive an invalid header. CAN-2004-0492 PR: Obtained from: Submitted by: Mark Cox Reviewed by: Joe Orton, Bill Stoddard, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103896 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 02, 2004
-
-
Andre Malo authored
was not checked properly. This affects mod_usertrack and core. PR: 28218 Reviewed by: Jeff Trawick, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103824 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 01, 2004
-
-
William A. Rowe Jr authored
If XtOffsetOf() is already defined, don't redefine. When we need our own flavor, it must be namespace protected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103813 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
HPUX11 must be tested before HPUX, since the former is a superset of the other, and sane environments may define both. In the process, define HAVE_MMAP and USE_MMAP_FILES. Testing confirms this works fine. Drop the commented-out USE_MMAP_SCOREBOARD and HAVE_PTHREAD_SERIALIZED_ACCEPT defines, since they don't suggest the corresponding USE_SHMGET_SCOREBOARD and HAVE_FCNTL_SERIALIZED_ACCEPT must be commented out for the compiled httpd to behave as expected. Also, the other platforms don't show alternatives, so this seemed inconsistent. In testing, USE_MMAP_SCOREBOARD works just fine, however USE_SHMGET_SCOREBOARD is preferred on linux where both are also supported, so I left the current default and followed the linux preference. Have not tested HAVE_PTHREAD_SERIALIZED_ACCEPT. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103812 13f79535-47bb-0310-9956-ffa450edef68
-
- May 28, 2004
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103799 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
other things... PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103798 13f79535-47bb-0310-9956-ffa450edef68
-
- May 20, 2004
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103702 13f79535-47bb-0310-9956-ffa450edef68
-
- May 19, 2004
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103700 13f79535-47bb-0310-9956-ffa450edef68
-
- May 17, 2004
-
-
Bradley Nicholes authored
Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103687 13f79535-47bb-0310-9956-ffa450edef68
-
- May 14, 2004
-
-
Richard Bowen authored
Windows, to ensure that it resolves to something with a text/* mime type. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103684 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
people are having difficulty because they are using a file name of README and HEADER, which is then not loading as desired. Changing the default in the config file to something that works by default seems to be the right move here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103683 13f79535-47bb-0310-9956-ffa450edef68
-
- May 12, 2004
-
-
Jim Jagielski authored
a compile-time option. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103662 13f79535-47bb-0310-9956-ffa450edef68
-
- May 11, 2004
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103651 13f79535-47bb-0310-9956-ffa450edef68
-
- May 10, 2004
-
-
Bradley Nicholes authored
Fix the wildcard includes on NetWare by calling opendir() with the original pattern. Otherwise NetWare returns a single directory entry rather than the directory contents. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103640 13f79535-47bb-0310-9956-ffa450edef68
-
- May 07, 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@103633 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@103631 13f79535-47bb-0310-9956-ffa450edef68
-
- May 04, 2004
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103590 13f79535-47bb-0310-9956-ffa450edef68
-
- May 03, 2004
-
-
William A. Rowe Jr authored
Trival patch for a signed/unsigned compare emit in the for condition, since i is running from 0 to strlen(nonce) and strlen is defined to return size_t, quiet the picky compiler warnings of VC and probably some others. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103584 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 30, 2004
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103560 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 29, 2004
-
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103558 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
be curious about git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103557 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103556 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
the nonce issue affects them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103555 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
nonce issue. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103554 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 28, 2004
-
-
Jim Jagielski authored
to note a "to be closed" connection, and thus avoid reading in a body when not needed. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103539 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 19, 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@103461 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 16, 2004
-
-
Jim Jagielski authored
the pointer vals of these entities git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103409 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 15, 2004
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103402 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
now dead. Working on 1.3.31...NEED NONCE ISSUE REVIEWERS! :) Patch is now committed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103394 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103393 13f79535-47bb-0310-9956-ffa450edef68
-