- Nov 08, 2002
-
-
Yoshiki Hayashi authored
Sumitted by: Yoshiki Hayashi, Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97456 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
a POSTed request, don't send the original POST's Content-Length as part of the header for the GET. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97455 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 07, 2002
-
-
Paul J. Reder authored
Added code to process min and max file size directives and to init the expirychk flag in mod_disk_cache. Added a clarifying comment to cache_util. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97450 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97448 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 14303 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97447 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97446 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97445 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@97444 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@97443 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Turn DOWN the volume of these errors... they are low enough level notes to land at loglevel INFO git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97439 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- whitespace reformatting - little markup improvements - typo -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97438 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97437 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- add some <module>s - add <seealso>s to suexec.html - add explicit <seealso> from mod_cgid to mod_cgi - add short description of the ScriptSock directive -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97436 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
that "third party" modules can do basically whatever they want, and typically do it as the "User" uid, so Caveat Administrator git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97435 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Reviewed by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97434 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 06, 2002
-
-
Andre Malo authored
Thanks, Paul, for your extensive documentation! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97433 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Updates to the mod_disk_cache.xml file to update formatting, improve detail and accuracy, and to align with what the code does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97432 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97431 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Updates to the mod_cache.xml file to update formatting, improve detail and accuracy, and to align with what the code does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97430 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Updates to the mod_mem_cache.xml file to update formatting, improve detail and accuracy, and to align with what the code does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97429 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Since the directives CacheIgnoreCacheControl and CacheIgnoreNoLastMod are AP_INIT_FLAG one should be able to set them explicitely to "Off". Submitted by: Andre Malo Reviewed by: Paul J. Reder git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97428 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@97425 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Per Justin's feedback, this still needed a little work to get the four cases (block/nonblock read/nodata) straight. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97424 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Rule one of winsock and other one-offs (even unix EINTR) ... blocking isn't necessarily blocking. Should not have changed this in the prior commit, and adding the same retry to the -1/EAGAIN|EINTR case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97423 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
errno? EINTR? what planet was this code on :-? Normalize the ssl_io_filter_connect code to follow the filter read and write. Notice that it's buck ugly, but we will extract an rc first from the input BIO if it was written, and then try the output bio if it was APR_SUCCESS, during _connect processing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97422 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- add <seealso>s to AcceptPathInfo and the CGI spec - little markup improvements - whitespace reformatting -> update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97421 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- some whitespace reformatting - mark example title as such one. - update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97420 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- update mod_cache related transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97419 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- <em> -> <var> - markup changes - some whitespace reformatting content: - fix directive contexts - clarify the flag directives and add default values - add short description for CacheDefaultExpire git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97418 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(I gotta think someone is committing bogus transformations as I can't figure out how these transformations are valid and why they would be changing right now. Yet, these need to stay in sync.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97417 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
controlled by ServerTokens. Submitted by: Francis Daly <deva@daoine.org> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97416 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97413 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- <em> -> <var> - markup improvements - allow class attribute for <li> content changes: - remove the references to apache 1.3 in IndexOptions descriptions - clarify (prior non-existing) incremental index options example... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97412 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 05, 2002
-
-
William A. Rowe Jr authored
Merge the last of the 'filtering' functions into ssl_engine_io.c, merge ssl_abort into what was ssl_hook_CloseConnection, clean out a bunch of now-static or private headers from mod_ssl.h, and final fix a very small but potent segfault if ->pssl is destroyed within our read loop. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97411 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Submitted by: Tim Gerundt <tim@gerundt.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97410 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97409 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97408 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97407 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97402 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction we are contemplating for the next release, not the prior behavior (which was APR_SUCCESS for c->aborted.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97401 13f79535-47bb-0310-9956-ffa450edef68
-