- Oct 14, 2002
-
-
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
-
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@97166 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@97165 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97164 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> Reviewed by: Yoshiki Hayashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97163 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97162 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 09, 2002
-
-
Roy T. Fielding authored
because of what it might contain if the server is configured to handle unknown methods. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97161 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97159 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
PR: 13351 Submitted by: Thom May <thommay@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97158 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Andre Schild <A.Schild@aarboard.ch> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97157 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
during a Windows build. Add dsp files for Windows. PR: Obtained from: Submitted by: Andre Schild <A.Schild@aarboard.ch> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97156 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97155 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97154 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Probably overlooked one or two ;-) Some files are left unmodified, since the parts there aren't clear or have to be (re-)written: ebcdic.xml new_features_2_0.xml upgrading.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97153 13f79535-47bb-0310-9956-ffa450edef68
-