- Aug 05, 2002
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96312 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
Submitted by: Zeno <zeno@cgisecurity.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96311 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 04, 2002
-
-
William A. Rowe Jr authored
This was an identity... sort of silly really. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96309 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
INVALID_SOCKET is -1 and appropriate to test throughout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96308 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Lots o bugs and emits here. accept_socket is a handle, although vc and the psdk aren't good about remembering that. never use GetLastError() to ap_log_error. remember that we could have a socket closed by our neighbor while we were blocking. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96307 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We generate an .rc now, not a .h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96306 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Outch! Always check completion against actual socket/pipe/file handles, never look at the completion event itself. Could be part of the zone alarm mischief. Note also that waiting on two events is better than waking every few minutes. Factoring out max_requests_per_child_hit or whatever that event name is will help here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96305 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Just an observation, we potentially read/retain far too much of the body, and this can be optimized. Not a problem for sendfile based byterange requests, but potentially lethal to serve byterange requests of any parsed or cgi generated responses. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96304 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96303 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 03, 2002
-
-
William A. Rowe Jr authored
We describe body lengths throughout apr in apr_off_t lengths. While we all agree we won't ever cache an entity that huge in memory, the disk cache is another matter [e.g. if we cache an existing file.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96302 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs more closely the first time.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96301 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Support rsaref compilation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96300 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
catch up with the apr_atoll -> apr_atoi64 rename git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96299 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ignore goodness for VC6 .mak file exporters git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96298 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More ignore goodness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96297 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96296 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 02, 2002
-
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96294 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96293 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96292 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96291 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Reviewed by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96290 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96289 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96288 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96287 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96286 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96285 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96284 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 01, 2002
-
-
Jeff Trawick authored
an environment variable. Add the ability to register a filter of type other than AP_FTYPE_RESOURCE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96283 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Reviewed by: Michael Schroepl <Michael.Schroepl@telekurs.de> Andr� Malo <nd@perlig.de> Erik Abele <erik@codefaktor.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96282 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96276 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Changed some <code> to <directive> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96275 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
(except for Makefile, which was just trashed because it isn't needed anymore) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96273 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96272 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@96271 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
This is only done in mod directory because it is hard to list generated files by regular expression in other directories. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96270 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 31, 2002
-
-
Joshua Slive authored
Include directory/ reads the files in alpha order. Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96267 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96266 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96265 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96264 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Vincent de Lau <vincent@delau.nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96263 13f79535-47bb-0310-9956-ffa450edef68
-