- Jun 18, 2002
-
-
William A. Rowe Jr authored
Two remnants required to make ap_strtol a macro on any platform, specifically win32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95759 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95758 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We are safe. We don't need this according to MSVC docs assertions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95757 13f79535-47bb-0310-9956-ffa450edef68
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95756 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
be used with bases <19 because of EBCDIC. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95755 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95752 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95751 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@95749 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@95748 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
ap_isspace macro. Also remove needless cast to unsigned char as ap_isspace does that for us. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95747 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@95746 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@95745 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 17, 2002
-
-
Jim Jagielski authored
maps, via atol, to a negative number. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95733 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Justin Reviewed by: Aaron, Cliff, Jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95729 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@95728 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
ELF-based architectures. PR: Obtained from: Submitted by: Brad <brad@openbsd.org> Reviewed by: Jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95727 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 14, 2002
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95672 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 13, 2002
-
-
William A. Rowe Jr authored
Thanks to Brian Havard for the heads-up git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95652 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95643 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 07, 2002
-
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95570 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 05, 2002
-
-
William A. Rowe Jr authored
First, checking for typos like fF: instead of Ff: in the getopt list would have been goodness. But this simply doesn't apply to win32, we don't DETACH in the Unix-ish way of the world. I don't even believe this applies to ANY user of the MULTITHREADed code path [only Netware and Win32 use it, correct?] But I'll leave the code in, and exclude only Win32 (where it was a noop anyways.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95515 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 03, 2002
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95486 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
and a #define wrapper for the timeout singal we use to kill of pending open childs that do not react on "usual" signals. The signalling issue seems to be a problem on the Cygwin platform, but it's abstracted, so other platforms may benefit from it. Again, nothing else is changed in behaviour. Changes are: * src/include/ap_config.h: added the system uid for Cygwin that is the "root" user on Cygwin * src/main/http_main.c: some cygwin specific #defines around setpgrp() and getuid() calls. Adding the #define SIG_TIMEOUT_KILL to define which singal should be used to kill of timed out childs. Defaulting to the know value for all other plaforms. * src/modules/proxy/proxy_cache.c: cygwin specific #define around setpgrp() PR: Obtained from: Submitted by: Stipe Tolj <tolj@wapme-systems.de> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95482 13f79535-47bb-0310-9956-ffa450edef68
-
- May 31, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95423 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 2002
-
-
Jim Jagielski authored
the proxy code (for testing). Also, to allow time for one more vote (or not) on the Bugz 9181 patch. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95400 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
to the proxy. PR: Obtained from: Submitted by: Thomas Eibner <thomas@stderr.net> Reviewed by: Graham Leggett git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95398 13f79535-47bb-0310-9956-ffa450edef68
-
- May 29, 2002
-
-
Martin Kraemer authored
transferred, so other modules could not access the value from the request_rec->bytes_sent field. (And indeed, I also observed some time ago that the bytes_sent field was not set.) PR: 6841 Submitted by: Anthony Howe <achowe (at) snert.com> Reviewed by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95362 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95361 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
Date: Wed, 29 May 2002 09:22:58 -0600 From: David McCreedy <McCreedy@us.ibm.com> Subject: [PATCH] TPF InetD change to src/os/tpf/os.c This patch reworks some of the checks in TPF's os_check_server function to better accommodate TPF's Internet Daemon processing. David McCreedy PR: Obtained from: mailing list Submitted by: David McCreedy <McCreedy@us.ibm.com> Reviewed by: Dirk-Willem van Gulik <dirkx@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95358 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
responses for rewriting rules which resulted in a local path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95357 13f79535-47bb-0310-9956-ffa450edef68
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95351 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
receive 3 +1s (*TESTED*) then they will not be included. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95348 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95344 13f79535-47bb-0310-9956-ffa450edef68
-
- May 28, 2002
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95315 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 2002
-
-
Doug MacEachern authored
Obtained from: Submitted by: Reviewed by: ap_escape_logitem referenced c2x() before it was declared, fatal error with hpux cc. move c2x definition before ap_escape_logitem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95227 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 2002
-
-
Jim Jagielski authored
was committed too late :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95219 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
in seeing resolved in 1.3.25 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95216 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 2002
-
-
Martin Kraemer authored
arbitrary user input to end up (unescaped) in the access_log and error_log files. Until now, garbage could be injected to spoof accesses to nonexistent (or inaccessible) resources -- of course without the client actually getting access to them. Now anything but whitespace following the "<method> <url> HTTP/x.y" request line is disallowed, and special characters in the request are escaped in the log. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95205 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95204 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
> Hopefully this is the right place to send this comment. I have alot of > disk images (.img) on my server. By default, there is no icon for a disk > image. > > So I made one... > > AddIcon /icons/diskimg.gif .img > > The diskimg.gif can be found at: > > http://www.essenz.com/icons/diskimg.gif > > Could this be added into future releases? Disk images are fairly popular. > Especially when making boot floppies or driver disks for linux. Submitted by: john at essenz.com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95202 13f79535-47bb-0310-9956-ffa450edef68
-