- Oct 15, 2002
-
-
Andre Malo authored
see: server/core.c:core_override_type git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97218 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97217 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 14, 2002
-
-
William A. Rowe Jr authored
Fix -k restart feature on win32. PR: 12011 Submitted by: Juan Rivera <Juan.Rivera@citrix.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97216 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Use a better name for the APR_SENDFILE_ENABLE flag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97211 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97210 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97209 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Document EnableSendfile. I'm presuming that directives.html* and quick_reference.html* are now autogenerated. Could someone run the xml builder and commit the compiled results? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97208 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97207 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97206 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Introduce an EnableSendfile directive (defaulted to ON) to allow users to disable sendfile mechanics for NFS volume mounts and other kernel objects that don't support sendfile. And EnableSendfile off can be used to help narrow bugs down to the sendfile mechanics or eliminate the possiblity that sendfile is a factor on any given platform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97205 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
BUG#: 13594 Submitted by: <sam@hennebert.be> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97204 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix for Sebastian's observation of my fat fingers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97203 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
in. Not too happy about cluttering up the list of directives either. But, at least, it allows 2.0 to proxy stupid IIS as much as 1.3. Docs to come soon. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97202 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
and it was included in a commit that shouldn't have touched these files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97201 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Handle WSA_IO_PENDING as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97200 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A couple of observations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97199 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 13, 2002
-
-
Astrid Kessler authored
Submitted by: Tim Gerundt <tim@gerundt.de> some linguistic changes, discussed with and reviewed by nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97198 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Bigger hack alert. Expand the range of unrecycled sockets to include WSAENOTSOCK for dealing with the AcceptEx failed bug reports. Experimental build to go out shortly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97197 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97196 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Temporary fix for the len type discrepancy, with documentation to be fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97195 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
auth_basic and auth_digest are now exclusive of one another on Win32, with the provider hooks moved into the core git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97194 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Submitted by: Tim Gerundt <tim@gerundt.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97193 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
What once were macros no longer need line continuation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97192 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Some errors are impossible to fathom, without the user knowing certain base numbers. This patch introduces "(EAP ##): Eap message" for the EAP errors, "(OS ##): Message" for modestly numbered os errors (under 100000) and hex "(OS 0x########): Message" for huge errors, which generally have bit-flag meanings and are usually represented in hex. This should make recognizing user bugreports a little less difficult. Would have done the same for other ranges, but they don't have (as) obvious numeric meanings on their own. Finally, we free up a buffer copy and give apr_strerror our string buffer to directly populate the message text. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97191 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 12, 2002
-
-
William A. Rowe Jr authored
Some good casts - mem_cache cannot overflow with LARGEFILE sized objects. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97189 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97188 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97187 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
in seconds. Also use 64-bit atoi conversions to avoid loss of precision (thanks to Paul Reder for the atoi fix) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97186 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
I believe these should be the defaults under the new auth schema. Feel free to correct me if I'm wrong. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97183 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 11, 2002
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97182 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
command line. It did not handle building the command line when given a script rather than an executible. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97181 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
with perchild, then force it to be FCNTL. PR: 13311 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97180 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Also, uncomment a line of code that the last commit should have uncommented. Randall found this line and the fix, but I forgot to uncomment this line along with the fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97179 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
headers and body. Submitted by: Randall Stewart <randall@stewart.chicago.il.us> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97178 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97177 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 10, 2002
-
-
Yoshiki Hayashi authored
Sorry for SPAM. I forgot to update ja.xml first so the previous transformation ended up in empty context lines. Thank Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97171 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97170 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97169 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97168 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97167 13f79535-47bb-0310-9956-ffa450edef68
-