]>
granicus.if.org Git - apache/log
Brian Havard [Tue, 21 Dec 2004 12:52:17 +0000 (12:52 +0000)]
The current config.guess in APR outputs i386-pc-os2-emx on OS/2 rather than
i386-pc-os2_emx (dash instead of underscore), adjust the tests to match.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122967
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 21 Dec 2004 00:01:22 +0000 (00:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122910
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Dec 2004 23:59:56 +0000 (23:59 +0000)]
apply markup in directive description fields
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122909
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Dec 2004 23:50:19 +0000 (23:50 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122908
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Dec 2004 23:46:06 +0000 (23:46 +0000)]
- use better markup
- it's meta _element_ not tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122907
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 19 Dec 2004 17:13:49 +0000 (17:13 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122773
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 19 Dec 2004 17:05:04 +0000 (17:05 +0000)]
Move the timeout explanation sentence to the proper place in the table.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122772
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 19 Dec 2004 16:34:43 +0000 (16:34 +0000)]
Explain new proxy parameters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122771
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 19 Dec 2004 16:29:40 +0000 (16:29 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122770
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Dec 2004 09:53:10 +0000 (09:53 +0000)]
Fix the RPM spec file so that an RPM build now works. An RPM
build now requires system installations of APR and APR-util.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122711
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 16 Dec 2004 19:28:17 +0000 (19:28 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122572
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 16 Dec 2004 19:18:32 +0000 (19:18 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122569
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 16 Dec 2004 18:29:30 +0000 (18:29 +0000)]
Add the modules/debug directory to the NetWare build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122559
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 16 Dec 2004 18:28:05 +0000 (18:28 +0000)]
Add NetWare make files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122558
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 16 Dec 2004 18:07:40 +0000 (18:07 +0000)]
Clean up a type mismatch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122557
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 16 Dec 2004 14:12:07 +0000 (14:12 +0000)]
Per request, add a short description of the module in CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122552
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 16 Dec 2004 14:09:30 +0000 (14:09 +0000)]
simplify the BalancerMember load factor weighting. Instead of
being percentages (and adjusting when the number don't add
up), loadfactors/lbfactors are now normalized values, so
values like:
worker a b c
lbfactor 1 1 2
work as expected (ie: a gets 25%, b gets 25% and c gets 50%).
So we could also have the above as:
worker a b c
lbfactor 25 25 50
or even
worker a b c
lbfactor 15 15 30
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122551
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Thu, 16 Dec 2004 04:38:34 +0000 (04:38 +0000)]
Fix transnote tag usage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122521
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 15 Dec 2004 22:40:41 +0000 (22:40 +0000)]
Change the names of the debug and release output build directories so they don't conflict with the modules/debug directory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112041
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 15 Dec 2004 20:17:16 +0000 (20:17 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112017
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 15 Dec 2004 17:47:53 +0000 (17:47 +0000)]
New Japanese translation.
Submitted by: yoshiki
Reveiewd by: kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112005
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 15 Dec 2004 11:58:18 +0000 (11:58 +0000)]
* include/http_config.h: Add missing parameter name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111964
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 15 Dec 2004 11:32:13 +0000 (11:32 +0000)]
Close paren.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111963
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 15 Dec 2004 11:17:22 +0000 (11:17 +0000)]
* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert the
passed-brigade-reuse "fix" which is currently unnecessary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111962
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 15 Dec 2004 10:15:40 +0000 (10:15 +0000)]
adjust revision reference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111960
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 15 Dec 2004 10:08:09 +0000 (10:08 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaults
from using ap_log_cerror from a c->pool cleanup; the debug message
triggers too often anyway so just remove it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111959
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 15 Dec 2004 01:27:05 +0000 (01:27 +0000)]
Balancer is new, so just has the 2004 copyright.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111909
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 14 Dec 2004 23:01:47 +0000 (23:01 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111895
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 14 Dec 2004 22:51:44 +0000 (22:51 +0000)]
update whole transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111894
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 14 Dec 2004 22:45:05 +0000 (22:45 +0000)]
adjust properties:
- svn:eol-style = native
- svn:keywords = LastChangedRevision for mod_dumpio.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111892
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 14 Dec 2004 22:20:15 +0000 (22:20 +0000)]
this module description starts 2004
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111889
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 19:00:24 +0000 (19:00 +0000)]
Full ignore list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111859
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 14 Dec 2004 18:58:25 +0000 (18:58 +0000)]
"transfered" is not a word.
s/transfered/transferred/g;
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111858
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 18:58:07 +0000 (18:58 +0000)]
Prop update - ignore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111857
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 18:42:15 +0000 (18:42 +0000)]
ignore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111852
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 18:12:01 +0000 (18:12 +0000)]
Fix the directive descriptions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111850
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 17:57:24 +0000 (17:57 +0000)]
And auto-gened files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111846
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 17:26:51 +0000 (17:26 +0000)]
Add in 1st version docs for mod_dumpio...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111844
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 17:07:23 +0000 (17:07 +0000)]
Document mod_dumpio being added. Docs to come.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111838
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 17:04:58 +0000 (17:04 +0000)]
Add in mod_dumpio in the new debug module directory. Also, place
mod_bucketeer in there as well, since it is more a debugging
module (and as per list suggestions)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111837
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Dec 2004 16:08:55 +0000 (16:08 +0000)]
grammatical parameter change... "readed" -> "read"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111830
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Tue, 14 Dec 2004 15:45:19 +0000 (15:45 +0000)]
Make proxy address cache thread safe and available only
to pooled workers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111827
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 13 Dec 2004 16:13:06 +0000 (16:13 +0000)]
* Style fixes only. No functional changes. Remove two tabs. Fix an If. Split a String.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111719
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 13 Dec 2004 13:47:29 +0000 (13:47 +0000)]
We are an int.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111712
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 13 Dec 2004 13:40:25 +0000 (13:40 +0000)]
Seems to me that if we have a worker which is usable, we
should return that. Otherwise we have no worker (worker
is NULL) and we should return that or else the if clause
takes care of setting worker correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111711
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 12 Dec 2004 02:56:31 +0000 (02:56 +0000)]
FilterDeclare declares.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111628
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 12 Dec 2004 00:05:44 +0000 (00:05 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111623
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 11 Dec 2004 18:21:42 +0000 (18:21 +0000)]
switch to the new format for outdated revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111611
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 11 Dec 2004 09:53:16 +0000 (09:53 +0000)]
* Add bits to use APR_TCP_DEFER_ACCEPT
* Log Warnings when adding defer accept or an accept filter fails.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111596
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 11 Dec 2004 09:34:19 +0000 (09:34 +0000)]
* core_filters.c: If APR_MAX_IOVEC_SIZE is defined, make sure we are under that limit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111594
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 11 Dec 2004 09:14:57 +0000 (09:14 +0000)]
build all.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111593
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 11 Dec 2004 09:13:32 +0000 (09:13 +0000)]
PCRE was ugpraded to 5.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111592
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 11 Dec 2004 08:51:30 +0000 (08:51 +0000)]
build all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111590
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 11 Dec 2004 08:48:01 +0000 (08:48 +0000)]
Mention TLS Upgrade Support as a new feature.
Add blurb about the new -M option to httpd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111589
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 11 Dec 2004 08:46:23 +0000 (08:46 +0000)]
Mention that SSLEngine can be set to 'option' to enable TLS Upgrade.
A more detailed section explaining TLS Upgrade would be helpful.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111588
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 11 Dec 2004 08:25:39 +0000 (08:25 +0000)]
* mod/mod_proxy.xml: First Draft trying to explain how to tune pooled connections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111587
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 11 Dec 2004 08:24:03 +0000 (08:24 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111586
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sat, 11 Dec 2004 05:57:29 +0000 (05:57 +0000)]
Remove AddDefaultCharset from the default configuration because
setting a site-wide default does more harm than good.
PR: 23421
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111581
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sat, 11 Dec 2004 05:52:29 +0000 (05:52 +0000)]
Add charset to the painfully old example scripts.
These should really be replaced with proper encoding
of the output.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111580
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sat, 11 Dec 2004 00:35:37 +0000 (00:35 +0000)]
More authn/authz error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111560
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 10 Dec 2004 18:08:49 +0000 (18:08 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111535
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 10 Dec 2004 16:49:16 +0000 (16:49 +0000)]
avoid vim autoindent :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111520
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 10 Dec 2004 15:54:17 +0000 (15:54 +0000)]
Dangerous assumption, especially if apr_dir_read uses readdir_r.
Be safe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111516
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 10 Dec 2004 07:38:02 +0000 (07:38 +0000)]
It's authn that manages authentication.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111481
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 10 Dec 2004 07:27:32 +0000 (07:27 +0000)]
One more s/authentication/authorization/.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111480
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 10 Dec 2004 07:10:49 +0000 (07:10 +0000)]
These modules are for authorization, not authentication.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111474
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Thu, 9 Dec 2004 21:09:26 +0000 (21:09 +0000)]
undo changes made in 111386 due to veto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111432
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 9 Dec 2004 18:01:23 +0000 (18:01 +0000)]
Minor update to running the dftables utility on NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111410
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Thu, 9 Dec 2004 14:19:18 +0000 (14:19 +0000)]
whoops, wrong PR number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111387
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Thu, 9 Dec 2004 14:16:16 +0000 (14:16 +0000)]
add response code 226 constant (HTTP_IM_USED) and status
line ("226 IM Used"). PR 31128.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111386
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Thu, 9 Dec 2004 14:11:29 +0000 (14:11 +0000)]
ap_queue_push: update comment to reflect reality
pointed out by: Ron Park (ronp cnet.com)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111385
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Dec 2004 08:07:27 +0000 (08:07 +0000)]
Set the connection addr from connection pool addres
since proxy_ftp does not use the determine_connection
call.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111359
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 9 Dec 2004 04:52:33 +0000 (04:52 +0000)]
Onward ho to 2.1.3...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111353
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 9 Dec 2004 04:50:10 +0000 (04:50 +0000)]
It's time for 2.1.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111351
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 8 Dec 2004 23:22:09 +0000 (23:22 +0000)]
* modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify the
Upgrade header check; allow upgrades on any method; don't drop the
ap_pass_brigade return value.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111327
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 8 Dec 2004 20:19:04 +0000 (20:19 +0000)]
mod_proxy: Respect errors reported by pre_connection hooks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111304
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 8 Dec 2004 09:43:21 +0000 (09:43 +0000)]
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): Use
X509_STORE_CTX_get_ex_data() and SSL_get_ex_data_X509_STORE_CTX_idx()
to use the correct ex_data index from the context in pathological
cases where SSL_get_ex_data_X509_STORE_CTX_idx() does not return 0.
PR: 32529
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111241
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 8 Dec 2004 03:00:41 +0000 (03:00 +0000)]
Use sligthly better markup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111199
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 8 Dec 2004 00:32:38 +0000 (00:32 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111180
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 8 Dec 2004 00:22:39 +0000 (00:22 +0000)]
typo
PR: 32561
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111176
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 7 Dec 2004 22:49:54 +0000 (22:49 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Simplify the
Upgrade header check; allow upgrades on any method; don't drop the
ap_pass_brigade return value.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111159
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 7 Dec 2004 19:04:22 +0000 (19:04 +0000)]
Revert patch r104923. This patch doesn't actually fix bug 18757 and
breaks TLS upgrade functionality. Also, removing the content length for
HEAD requests is being handled in ap_http_header_filter().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@110141
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 7 Dec 2004 03:41:18 +0000 (03:41 +0000)]
* mod_log_config.c: Revert r109866 which used apr_file_writev instead of an
apr_file_write w/ a memcpy. Roy Fielding provided a -1 veto
on the commit, based on concerns that writev is not
guaranteed to be atomic like a write.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@110069
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 6 Dec 2004 09:38:05 +0000 (09:38 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109966
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 5 Dec 2004 07:05:23 +0000 (07:05 +0000)]
mod_log_config.c: Use iovecs to write the log line to eliminate a memcpy
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109866
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sat, 4 Dec 2004 15:18:49 +0000 (15:18 +0000)]
One more typo. Also, remove false promise because example is not
colored in any way.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109800
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sat, 4 Dec 2004 14:39:44 +0000 (14:39 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109797
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 4 Dec 2004 05:25:57 +0000 (05:25 +0000)]
* server/mpm/experimental/event/event.c: Go through and reformat and correct
comments to be more appropriate.
*no functional changes*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109773
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 3 Dec 2004 19:19:14 +0000 (19:19 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109719
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 3 Dec 2004 15:49:31 +0000 (15:49 +0000)]
Clean up environment variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109693
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 3 Dec 2004 05:28:00 +0000 (05:28 +0000)]
fix child process aborts with
assertion "!((queue)->nelts == (queue)->bounds)" failed
due to worker queue overflows. The listener/event thread
needs to block when all worker threads are busy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109631
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 2 Dec 2004 22:46:42 +0000 (22:46 +0000)]
Small update to the build process for Netware
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109578
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 2 Dec 2004 22:00:05 +0000 (22:00 +0000)]
Allow APR-UTIL to exist and build outside of the httpd/srclib file structure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109566
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 2 Dec 2004 17:39:22 +0000 (17:39 +0000)]
worker MPM: Fix a problem which could cause httpd processes to
remain active after shutdown.
The problem occurred when a scoreboard entry currently
in use by an exiting child process was used for a new child
process. At that point, the MPM forgot about the exiting
child process, so ap_reclaim_child_processes() wouldn't be
able to forceably terminate it.
(An exiting child process may *never* exit due to a stuck
or long-running request being handled on one of the threads.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109510
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 2 Dec 2004 16:37:41 +0000 (16:37 +0000)]
wrong format string was converted to APR_PID_T_FMT
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109506
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 2 Dec 2004 13:45:32 +0000 (13:45 +0000)]
* modules/filters/mod_deflate.c (deflate_out_filter): Check explicitly
for a 304 or 204 response rather than a brigade which begins with EOS,
to correctly handle such responses when generated by a CGI script.
Don't alter the headers for this case either.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109500
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 2 Dec 2004 13:34:48 +0000 (13:34 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Remove the
unnecessary check of the Connection request header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109499
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 2 Dec 2004 13:28:04 +0000 (13:28 +0000)]
Fix gcc "no previous prototype" warnings after reorganisation:
* server/core_filters.c (ap_core_input_filter, ap_core_output_filter,
ap_net_time_filter): Renamed to add ap_ prefixes for global symbols.
* include/ap_listen.h: Don't export ap_listen_open at all, it's not
used outside server/listen.c any more.
* server/listen.c (open_listeners): Renamed from ap_listen_open.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109498
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 2 Dec 2004 13:25:12 +0000 (13:25 +0000)]
* modules/http/mod_core.h: Prototype ap_http_chunk_filter.
* modules/http/chunk_filter.c (ap_http_chunk_filter): Rename from
chunk_filter.
* modules/http/http_core.c (chunk_filter): Remove the original copy.
(register_hooks): Register ap_http_chunk_filter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109497
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 2 Dec 2004 08:41:10 +0000 (08:41 +0000)]
nagoya isn't our Bugzilla server anymore.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109480
13f79535 -47bb-0310-9956-
ffa450edef68