]> granicus.if.org Git - apache/log
apache
21 years agoAlways emit Vary header if mod_deflate is involved in the request.
Justin Erenkrantz [Sun, 10 Nov 2002 06:09:20 +0000 (06:09 +0000)]
Always emit Vary header if mod_deflate is involved in the request.

Submitted by: Andr��Malo <nd@perlig.de>
Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97473 13f79535-47bb-0310-9956-ffa450edef68

21 years ago- remove bogus <em>
André Malo [Sun, 10 Nov 2002 03:18:55 +0000 (03:18 +0000)]
- remove bogus <em>
- little reformatting

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97472 13f79535-47bb-0310-9956-ffa450edef68

21 years agoonly little markup and line break issues
André Malo [Sun, 10 Nov 2002 03:13:43 +0000 (03:13 +0000)]
only little markup and line break issues

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97471 13f79535-47bb-0310-9956-ffa450edef68

21 years ago- <em> -> <var>
André Malo [Sun, 10 Nov 2002 02:56:33 +0000 (02:56 +0000)]
- <em> -> <var>
- some whitespace reformatting
-> update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97470 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Note progress. Lots of helpers out there emailing their feedback,
William A. Rowe Jr [Sat, 9 Nov 2002 19:21:29 +0000 (19:21 +0000)]
  Note progress.  Lots of helpers out there emailing their feedback,
  which is great.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97469 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Stop unsetting the 'empty' query string result with
William A. Rowe Jr [Sat, 9 Nov 2002 19:20:33 +0000 (19:20 +0000)]
  Stop unsetting the 'empty' query string result with
  a NULL argument in ecb->lpszQueryString, eliminating segfaults
  for some ISAPI modules.

PR: 14399
Submitted by: Detlev Vendt <detlev.vendt@brillit.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97468 13f79535-47bb-0310-9956-ffa450edef68

21 years ago mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notification
William A. Rowe Jr [Sat, 9 Nov 2002 19:10:15 +0000 (19:10 +0000)]
  mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notification
  is received before the HttpExtensionProc() returns HSE_STATUS_PENDING.
  [John DeSetto <jdesetto@radiantsystems.com>, William Rowe]

PR: 11918

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97467 13f79535-47bb-0310-9956-ffa450edef68

21 years agoImproves the user friendliness of the CacheRoot processing
Paul J. Reder [Fri, 8 Nov 2002 22:42:19 +0000 (22:42 +0000)]
Improves the user friendliness of the CacheRoot processing
over my last pass. This version avoids the pool allocations
but doesn't avoid all of the runtime checks. It no longer
terminates during post-config processing. An error is logged
once per worker, indicating that the CacheRoot needs to be set.
[Paul J. Reder]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97466 13f79535-47bb-0310-9956-ffa450edef68

21 years agoMarkup-typo.
Erik Abele [Fri, 8 Nov 2002 21:35:07 +0000 (21:35 +0000)]
Markup-typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97465 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFixed some typos, added a section-id and did some cosmetics.
Erik Abele [Fri, 8 Nov 2002 21:28:48 +0000 (21:28 +0000)]
Fixed some typos, added a section-id and did some cosmetics.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97464 13f79535-47bb-0310-9956-ffa450edef68

21 years agocore_output_filter: straighten out the parens for the decision to set aside.
Greg Ames [Fri, 8 Nov 2002 19:20:04 +0000 (19:20 +0000)]
core_output_filter: straighten out the parens for the decision to set aside.

Pointed out by: gcc and Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97463 13f79535-47bb-0310-9956-ffa450edef68

21 years agouse a subpool of c->pool for resources which are set aside, then clear it
Greg Ames [Fri, 8 Nov 2002 17:19:10 +0000 (17:19 +0000)]
use a subpool of c->pool for resources which are set aside, then clear it
after writing the data to the network.  This closes files sooner with
keepalive connections.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97462 13f79535-47bb-0310-9956-ffa450edef68

21 years ago We didn't atexit() the win32 keep-console-open-on-error handler early
William A. Rowe Jr [Fri, 8 Nov 2002 16:31:37 +0000 (16:31 +0000)]
  We didn't atexit() the win32 keep-console-open-on-error handler early
  enough to catch some preflight errors.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97461 13f79535-47bb-0310-9956-ffa450edef68

21 years ago A comment which no longer applies (proper AP_DECLARE_DATA voided the
William A. Rowe Jr [Fri, 8 Nov 2002 16:29:19 +0000 (16:29 +0000)]
  A comment which no longer applies (proper AP_DECLARE_DATA voided the
  disclaimer.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97460 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadjust some parents to make the expression a tiny bit clearer and to
Jeff Trawick [Fri, 8 Nov 2002 13:17:09 +0000 (13:17 +0000)]
adjust some parents to make the expression a tiny bit clearer and to
make gcc happy

> core.c: In function `core_output_filter':
> core.c:3884: warning: suggest parentheses around && within ||

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97459 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate transformations.
Yoshiki Hayashi [Fri, 8 Nov 2002 10:29:54 +0000 (10:29 +0000)]
Update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97458 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNew Japanese translation.
Yoshiki Hayashi [Fri, 8 Nov 2002 09:40:13 +0000 (09:40 +0000)]
New Japanese translation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97457 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNew Japanese translation.
Yoshiki Hayashi [Fri, 8 Nov 2002 09:39:43 +0000 (09:39 +0000)]
New Japanese translation.

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

21 years agoWhen doing a GET of a proxied URL as a subrequest within
Brian Pane [Fri, 8 Nov 2002 09:24:00 +0000 (09:24 +0000)]
When doing a GET of a proxied URL as a subrequest within
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

21 years agoAdded code to process min and max file size directives and to
Paul J. Reder [Thu, 7 Nov 2002 23:11:10 +0000 (23:11 +0000)]
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

21 years agoSmall nits
Rich Bowen [Thu, 7 Nov 2002 12:32:20 +0000 (12:32 +0000)]
Small nits

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97448 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix a typo in the syntax of LocationMatch
Jeff Trawick [Thu, 7 Nov 2002 12:29:27 +0000 (12:29 +0000)]
fix a typo in the syntax of LocationMatch

PR:               14303

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97447 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate transformations.
Yoshiki Hayashi [Thu, 7 Nov 2002 07:30:32 +0000 (07:30 +0000)]
Update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97446 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Thu, 7 Nov 2002 07:28:39 +0000 (07:28 +0000)]
Update Japanese translations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97445 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Thu, 7 Nov 2002 07:21:04 +0000 (07:21 +0000)]
Update Japanese translations.

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

21 years agoNew XML.
Yoshiki Hayashi [Thu, 7 Nov 2002 07:07:04 +0000 (07:07 +0000)]
New XML.

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

21 years ago Turn DOWN the volume of these errors... they are low enough level notes
William A. Rowe Jr [Thu, 7 Nov 2002 06:26:48 +0000 (06:26 +0000)]
  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

21 years ago- <em> -> <var>
André Malo [Thu, 7 Nov 2002 04:35:56 +0000 (04:35 +0000)]
- <em> -> <var>
- 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

21 years agocup of t, someone?
André Malo [Thu, 7 Nov 2002 03:37:46 +0000 (03:37 +0000)]
cup of t, someone?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97437 13f79535-47bb-0310-9956-ffa450edef68

21 years ago- <em> -> <var> (hey, that was easy :))
André Malo [Thu, 7 Nov 2002 03:34:36 +0000 (03:34 +0000)]
- <em> -> <var> (hey, that was easy :))
- 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

21 years agoAs per discussion on users@httpd.apache.org and a little on IRC, clarify
Rich Bowen [Thu, 7 Nov 2002 03:03:33 +0000 (03:03 +0000)]
As per discussion on users@httpd.apache.org and a little on IRC, clarify
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

21 years agoTranslation based on english revision 1.44
Astrid Malo [Thu, 7 Nov 2002 00:50:23 +0000 (00:50 +0000)]
Translation based on english revision 1.44

Reviewed by: nd

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97434 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Wed, 6 Nov 2002 21:22:24 +0000 (21:22 +0000)]
update transformation

Thanks, Paul, for your extensive documentation!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97433 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdates to the mod_disk_cache.xml file to update formatting, improve
Paul J. Reder [Wed, 6 Nov 2002 20:28:31 +0000 (20:28 +0000)]
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

21 years agono functional change...factor out a common subexpression
Greg Ames [Wed, 6 Nov 2002 19:34:51 +0000 (19:34 +0000)]
no functional change...factor out a common subexpression

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97431 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdates to the mod_cache.xml file to update formatting, improve
Paul J. Reder [Wed, 6 Nov 2002 17:53:30 +0000 (17:53 +0000)]
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

21 years agoUpdates to the mod_mem_cache.xml file to update formatting, improve
Paul J. Reder [Wed, 6 Nov 2002 15:30:27 +0000 (15:30 +0000)]
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

21 years agoSince the directives CacheIgnoreCacheControl and CacheIgnoreNoLastMod
Paul J. Reder [Wed, 6 Nov 2002 14:08:31 +0000 (14:08 +0000)]
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

21 years agoNew XML.
Yoshiki Hayashi [Wed, 6 Nov 2002 10:04:37 +0000 (10:04 +0000)]
New XML.

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

21 years ago Per Justin's feedback, this still needed a little work to get the
William A. Rowe Jr [Wed, 6 Nov 2002 07:44:11 +0000 (07:44 +0000)]
  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

21 years ago Rule one of winsock and other one-offs (even unix EINTR) ... blocking
William A. Rowe Jr [Wed, 6 Nov 2002 07:29:36 +0000 (07:29 +0000)]
  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

21 years ago errno? EINTR? what planet was this code on :-? Normalize the
William A. Rowe Jr [Wed, 6 Nov 2002 07:21:47 +0000 (07:21 +0000)]
  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

21 years ago- <em> -> <var>
André Malo [Wed, 6 Nov 2002 03:37:59 +0000 (03:37 +0000)]
- <em> -> <var>
- 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

21 years ago- <em> -> <var>
André Malo [Wed, 6 Nov 2002 02:45:06 +0000 (02:45 +0000)]
- <em> -> <var>
- 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

21 years ago- rebuild index files
André Malo [Wed, 6 Nov 2002 02:27:02 +0000 (02:27 +0000)]
- rebuild index files
- update mod_cache related transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97419 13f79535-47bb-0310-9956-ffa450edef68

21 years agoformal:
André Malo [Wed, 6 Nov 2002 02:16:51 +0000 (02:16 +0000)]
formal:
- <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

21 years agoUpdate some doc transformations.
Justin Erenkrantz [Wed, 6 Nov 2002 02:05:16 +0000 (02:05 +0000)]
Update some doc transformations.

(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

21 years agoThe value emitted by ServerSignature now mimics the Server HTTP header as
Justin Erenkrantz [Wed, 6 Nov 2002 01:55:15 +0000 (01:55 +0000)]
The value emitted by ServerSignature now mimics the Server HTTP header as
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

21 years agoupdate transformation
André Malo [Wed, 6 Nov 2002 00:34:36 +0000 (00:34 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97413 13f79535-47bb-0310-9956-ffa450edef68

21 years agoformal changes:
André Malo [Wed, 6 Nov 2002 00:27:17 +0000 (00:27 +0000)]
formal changes:
- <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

21 years ago Merge the last of the 'filtering' functions into ssl_engine_io.c, merge
William A. Rowe Jr [Tue, 5 Nov 2002 20:47:01 +0000 (20:47 +0000)]
  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

21 years agoadd index file for the howto directory
André Malo [Tue, 5 Nov 2002 19:50:12 +0000 (19:50 +0000)]
add index file for the howto directory

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

21 years agoupdated transformations.
Erik Abele [Tue, 5 Nov 2002 19:05:22 +0000 (19:05 +0000)]
updated transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97409 13f79535-47bb-0310-9956-ffa450edef68

21 years agofixed links to F. Hirsch's pages, resolves bug #14253
Erik Abele [Tue, 5 Nov 2002 19:00:04 +0000 (19:00 +0000)]
fixed links to F. Hirsch's pages, resolves bug #14253

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97408 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix a lot of weird links and markup
André Malo [Tue, 5 Nov 2002 18:09:08 +0000 (18:09 +0000)]
fix a lot of weird links and markup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97407 13f79535-47bb-0310-9956-ffa450edef68

21 years agoCorrect typo, cut and past error, wrong mark up and redundant see also.
Yoshiki Hayashi [Tue, 5 Nov 2002 08:14:34 +0000 (08:14 +0000)]
Correct typo, cut and past error, wrong mark up and redundant see also.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97402 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction we
William A. Rowe Jr [Tue, 5 Nov 2002 06:38:41 +0000 (06:38 +0000)]
  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

21 years ago With a last little bit of help from Justin, this should cause the
William A. Rowe Jr [Tue, 5 Nov 2002 03:38:14 +0000 (03:38 +0000)]
  With a last little bit of help from Justin, this should cause the
  appropriate amount of tumolt and turmoil if our client has 'gone away'
  on us, sparing us of further processing (and potential 'renegotiations'
  with a non-existant client.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97400 13f79535-47bb-0310-9956-ffa450edef68

21 years ago At least one doc I've seen says EOF+bytes is valid. This was a typo.
William A. Rowe Jr [Tue, 5 Nov 2002 03:16:33 +0000 (03:16 +0000)]
  At least one doc I've seen says EOF+bytes is valid.  This was a typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97399 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Appears we forgot to check the possibility of errors coming from the
William A. Rowe Jr [Mon, 4 Nov 2002 19:41:52 +0000 (19:41 +0000)]
  Appears we forgot to check the possibility of errors coming from the
  write brigade passed down from the content generator through the body
  and protocol filters.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97397 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDetabbify
Bill Stoddard [Mon, 4 Nov 2002 18:31:57 +0000 (18:31 +0000)]
Detabbify

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97396 13f79535-47bb-0310-9956-ffa450edef68

21 years agoSSIUndefinedEcho never defaulted to <!-- undef -->
André Malo [Mon, 4 Nov 2002 18:27:26 +0000 (18:27 +0000)]
SSIUndefinedEcho never defaulted to <!-- undef -->

btw: could someone fix the directive description in
     mod_include.c:3522? ;-)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97395 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDetabbify
Bill Stoddard [Mon, 4 Nov 2002 18:17:50 +0000 (18:17 +0000)]
Detabbify

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97394 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx,
William A. Rowe Jr [Mon, 4 Nov 2002 17:39:56 +0000 (17:39 +0000)]
  Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx,
  wbio to bio_out, BIO new and free to create and destroy (to match OpenSSL),
  refactor the bio write code to stash errors in outctx->rc,
  fix the blocking read at EOF if we have some data to return,
  and preempt the nonblock read on GETLINE if we have the newline already.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97393 13f79535-47bb-0310-9956-ffa450edef68

21 years agoSetting Listen changes where you are listening. Hence, s/in addition
Rich Bowen [Mon, 4 Nov 2002 17:19:21 +0000 (17:19 +0000)]
Setting Listen changes where you are listening. Hence, s/in addition
to/instead of/
Thanks to Peter Nelson for pointing this out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97391 13f79535-47bb-0310-9956-ffa450edef68

21 years agoSmall performance tweaks to net_time_filter and core_input_filter.
Bill Stoddard [Mon, 4 Nov 2002 15:15:09 +0000 (15:15 +0000)]
Small performance tweaks to net_time_filter and core_input_filter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97390 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Fix for PR 10216 ... we should not return the status unless we want the
William A. Rowe Jr [Mon, 4 Nov 2002 13:44:30 +0000 (13:44 +0000)]
  Fix for PR 10216 ... we should not return the status unless we want the
  core to ap_die for us.  If we've handled the response (as determined
  by a new response_sent flag) then the server does not need to do so.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97389 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd a link to another tutorial by Kevin O'Donnell.
David Shane Holden [Mon, 4 Nov 2002 03:25:50 +0000 (03:25 +0000)]
Add a link to another tutorial by Kevin O'Donnell.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97388 13f79535-47bb-0310-9956-ffa450edef68

21 years agocore_opts_merge() needs to be static
Jeff Trawick [Sun, 3 Nov 2002 22:17:32 +0000 (22:17 +0000)]
core_opts_merge() needs to be static

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97385 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix typo.
David Shane Holden [Sun, 3 Nov 2002 05:28:12 +0000 (05:28 +0000)]
Fix typo.

Submitted by: Luiz Rocha <lsdr@lsdr.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97382 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Mr. Trawick was dead on, and this revealed a much bigger bug.
William A. Rowe Jr [Fri, 1 Nov 2002 20:49:13 +0000 (20:49 +0000)]
  Mr. Trawick was dead on, and this revealed a much bigger bug.
  Factor out the opts/override merging (since we do it three times)
  and eliminate all the nasty goto's.  This bug likely caused all
  sorts of dir_walk configuration issues including htaccess issues.
  Also add a few more docs where things aren't so obvious.

PR: 14147

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97380 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Well that was a little borked, if you were having stack problems using
William A. Rowe Jr [Fri, 1 Nov 2002 18:07:52 +0000 (18:07 +0000)]
  Well that was a little borked, if you were having stack problems using
  logio the missing pre_connection hook declartion could have something
  to do with it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97379 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUse APR_STATUS_IS_EOF rather than a check against APR_EOF
Justin Erenkrantz [Fri, 1 Nov 2002 18:01:27 +0000 (18:01 +0000)]
Use APR_STATUS_IS_EOF rather than a check against APR_EOF

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97378 13f79535-47bb-0310-9956-ffa450edef68

21 years agoStyle police were called back from their vacation
Justin Erenkrantz [Fri, 1 Nov 2002 17:57:47 +0000 (17:57 +0000)]
Style police were called back from their vacation
*No functional changes*

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97377 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Inject logio into the win32 build
William A. Rowe Jr [Fri, 1 Nov 2002 17:55:12 +0000 (17:55 +0000)]
  Inject logio into the win32 build

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97376 13f79535-47bb-0310-9956-ffa450edef68

21 years agono such thing as AP_ASSERT()
Jeff Trawick [Fri, 1 Nov 2002 12:58:30 +0000 (12:58 +0000)]
no such thing as AP_ASSERT()

there is ap_assert() and AP_DEBUG_ASSERT()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97375 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd some waypoints to understanding this code
Justin Erenkrantz [Fri, 1 Nov 2002 10:37:06 +0000 (10:37 +0000)]
Add some waypoints to understanding this code

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97374 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd some commentary on how we *think* the input filtering should be working
Justin Erenkrantz [Fri, 1 Nov 2002 10:19:56 +0000 (10:19 +0000)]
Add some commentary on how we *think* the input filtering should be working
in mod_ssl.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97373 13f79535-47bb-0310-9956-ffa450edef68

21 years agoI don't see how *len > wanted, but leave the check there.
Justin Erenkrantz [Fri, 1 Nov 2002 09:42:09 +0000 (09:42 +0000)]
I don't see how *len > wanted, but leave the check there.

Stick a comment in there as a 'Waldo was here' so that if I ever see this
again, I realize that I've actually thought about it and didn't think >
was necessary.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97372 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Clean up the read pattern for cases when some data already exists.
William A. Rowe Jr [Fri, 1 Nov 2002 09:29:06 +0000 (09:29 +0000)]
  Clean up the read pattern for cases when some data already exists.
  Also return APR_SUCCESS once we've gathered any decrypted bytes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97371 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!]
William A. Rowe Jr [Fri, 1 Nov 2002 08:58:38 +0000 (08:58 +0000)]
  Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97370 13f79535-47bb-0310-9956-ffa450edef68

21 years ago More nits spotted by Justin, and catch all the errors except SYSCALL
William A. Rowe Jr [Fri, 1 Nov 2002 08:48:35 +0000 (08:48 +0000)]
  More nits spotted by Justin, and catch all the errors except SYSCALL
  in the SSL logging section.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97369 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Suggestions by Justin, implemention by Will. Rename away all bogisity,
William A. Rowe Jr [Fri, 1 Nov 2002 08:39:59 +0000 (08:39 +0000)]
  Suggestions by Justin, implemention by Will.  Rename away all bogisity,
  especially eliminating all of 'our' capitalized identifiers that were
  easily confused with library symbols; go with APR_STATUS_IS_EOF() just
  in case there is a platform result; fix a bogus *len = 0; reassignment
  and fold the two flavors of input context tracking into one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97368 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Completely refactor the BIO-side client input handling for the SSL library.
William A. Rowe Jr [Fri, 1 Nov 2002 08:35:19 +0000 (08:35 +0000)]
  Completely refactor the BIO-side client input handling for the SSL library.
  Should eliminate many false spurious interrupt detected errors.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97367 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Fix a trailing slash/last filename truncation bug observed on Linux,
William A. Rowe Jr [Fri, 1 Nov 2002 03:27:20 +0000 (03:27 +0000)]
  Fix a trailing slash/last filename truncation bug observed on Linux,
  which affected DAV MOVE operations and even general file access.
  PR 14147, 10687, 10236 [Dan Good <debug@gooddan.com>]

  I'm accepting Jeff Trawick's suggestion of twisting the test into an
  assert, since it seems very unlikely (after correctly resetting the flag)
  that this will fault.

Reviewed by:  Jeff Trawick, Will Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97366 13f79535-47bb-0310-9956-ffa450edef68

21 years agoTerminate CGI scripts when the client connection drops. This
Jeff Trawick [Thu, 31 Oct 2002 11:53:43 +0000 (11:53 +0000)]
Terminate CGI scripts when the client connection drops.  This
fix only applies to some normal paths in mod_cgi.  mod_cgid
is still busted.

A prereq for this fix is the change to content-length filter to
notice c->aborted:

http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protoc
ol.c.diff?r1=1.119&r2=1.120&diff_format=h

PR:         8388

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97364 13f79535-47bb-0310-9956-ffa450edef68

21 years agowhen the connection drops, c->aborted is set but generally
Jeff Trawick [Thu, 31 Oct 2002 11:39:36 +0000 (11:39 +0000)]
when the connection drops, c->aborted is set but generally
ap_pass_brigade returns APR_SUCCESS

content-length needs to be alert to c->aborted so that it
doesn't keep trying to pass brigades down (otherwise, you get
errors writing to the network over and over and over and ...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97363 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd a comment lamenting the lack of a cleanup for the CGI child
Jeff Trawick [Thu, 31 Oct 2002 09:30:43 +0000 (09:30 +0000)]
add a comment lamenting the lack of a cleanup for the CGI child
process and mentioning some issues related to the problem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97362 13f79535-47bb-0310-9956-ffa450edef68

21 years agonote release date
Cliff Woolley [Thu, 31 Oct 2002 05:57:33 +0000 (05:57 +0000)]
note release date

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97360 13f79535-47bb-0310-9956-ffa450edef68

21 years agodocument a byterange filter fix
Greg Ames [Wed, 30 Oct 2002 21:58:29 +0000 (21:58 +0000)]
document a byterange filter fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97359 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded my two cents worth of votes and updated the cache entry in the
Paul J. Reder [Wed, 30 Oct 2002 20:29:49 +0000 (20:29 +0000)]
Added my two cents worth of votes and updated the cache entry in the
experimental status section.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97357 13f79535-47bb-0310-9956-ffa450edef68

21 years agorecord a few votes.
Greg Ames [Wed, 30 Oct 2002 19:27:56 +0000 (19:27 +0000)]
record a few votes.

I need to catch up on emails regarding modules/experimental/ so I understand
what I'm voting on there.  I would hate to see mod_cache & friends,
mod_ext_filter, and mod_charset_lite (esp. for EBCDIC) suddenly disappear.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97355 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUse r->request_time in lieu of apr_time_now() in cache object age calculations
Bill Stoddard [Wed, 30 Oct 2002 14:01:35 +0000 (14:01 +0000)]
Use r->request_time in lieu of apr_time_now() in cache object age calculations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97351 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNew XML.
Yoshiki Hayashi [Wed, 30 Oct 2002 13:11:22 +0000 (13:11 +0000)]
New XML.

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@97350 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate transformations.
Yoshiki Hayashi [Wed, 30 Oct 2002 12:55:35 +0000 (12:55 +0000)]
Update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97349 13f79535-47bb-0310-9956-ffa450edef68

21 years agoTypo.
Yoshiki Hayashi [Wed, 30 Oct 2002 12:54:38 +0000 (12:54 +0000)]
Typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97348 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Wed, 30 Oct 2002 12:50:34 +0000 (12:50 +0000)]
Update Japanese translations.

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@97347 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Fix memory leak in mod_ssl from internal SSL library allocations
William A. Rowe Jr [Tue, 29 Oct 2002 21:12:34 +0000 (21:12 +0000)]
  Fix memory leak in mod_ssl from internal SSL library allocations
  within SSL_get_peer_certificate and X509_get_pubkey.

Submitted by: Zvi Har'El <rl@math.technion.ac.il>
Reviewed by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97344 13f79535-47bb-0310-9956-ffa450edef68

21 years ago Detabbify. With extreme prejudice.
William A. Rowe Jr [Tue, 29 Oct 2002 06:16:42 +0000 (06:16 +0000)]
  Detabbify.  With extreme prejudice.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97342 13f79535-47bb-0310-9956-ffa450edef68

21 years ago On an errno rampage... ap_log_error takes an apr_status_t
William A. Rowe Jr [Tue, 29 Oct 2002 05:25:51 +0000 (05:25 +0000)]
  On an errno rampage... ap_log_error takes an apr_status_t

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97341 13f79535-47bb-0310-9956-ffa450edef68