]>
granicus.if.org Git - apache/log
André Malo [Sat, 27 Nov 2004 19:25:32 +0000 (19:25 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106742
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Nov 2004 19:19:12 +0000 (19:19 +0000)]
readd status information
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106740
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 27 Nov 2004 19:06:48 +0000 (19:06 +0000)]
At long last, promote mod_cache and friends out of experimental/.
Also, take quick pass through docs files to remove experimental label for them.
Reviewed by: Paul Querna, Bill Stoddard, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106737
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Nov 2004 15:40:02 +0000 (15:40 +0000)]
bump version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106728
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Nov 2004 15:38:35 +0000 (15:38 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106727
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Nov 2004 15:28:03 +0000 (15:28 +0000)]
validate xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106723
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Nov 2004 15:26:55 +0000 (15:26 +0000)]
introduce data tables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106722
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sat, 27 Nov 2004 13:52:15 +0000 (13:52 +0000)]
Vote. mod_cache is ready for prime time
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106710
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 27 Nov 2004 13:43:12 +0000 (13:43 +0000)]
Remove double description of balancer manager
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106708
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 27 Nov 2004 13:38:47 +0000 (13:38 +0000)]
Add desription for schedlurer algo and
balancer manager
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106707
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Nov 2004 10:47:49 +0000 (10:47 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106705
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 27 Nov 2004 09:29:04 +0000 (09:29 +0000)]
* LICENSE: Update for PCRE 5.0 licence.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106699
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 27 Nov 2004 09:22:38 +0000 (09:22 +0000)]
* srclib/pcre/pcre.c (pcre_compile): Remove unused variable.
(sent upstream too).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106698
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 27 Nov 2004 08:19:56 +0000 (08:19 +0000)]
removed call to aclocal for pcre (we're now able to build pcre-5.0 without it)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106693
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 27 Nov 2004 08:07:44 +0000 (08:07 +0000)]
Initial pass at refactoring some files to eliminate our 150K C source behemoths.
* Makefile.in: Change order of dependencies to bring in exports.o first so that
we have every symbol 'used' before the linker starts processing.
* build/rules.mk.in: Add a 'program-install' target which just copies httpd.
* server/Makefile.in, modules/http/config2.m4: Add in new file targets.
* NWGNUmakefile, libhttpd.dsp: Blind updates for Netware and Win32. (I tried.)
* server/core.c: Move core_input_filter, net_time_filter, and core_output_filter and all supporting functions to...
* server/core_filters.c (copied): ...here.
* modules/http/http_protocol.c: Move functions from here to there...namely:
* modules/http/byterange_filter.c (copied): Relocate ap_byterange_filter() and
friends.
* modules/http/chunk_filter.c (copied): Relocate chunk_filter().
* modules/http/http_etag.c (copied): Relocate ap_set_etag and ap_make_etag().
* modules/http/http_filters.c (copied): Relocate ap_http_filter(),
ap_http_header_filter(), ap_discard_request_body(), ap_setup_client_block(),
ap_should_client_block(), and ap_get_client_block().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106692
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 27 Nov 2004 08:04:01 +0000 (08:04 +0000)]
Use ap_log_cerror and loglevel debug in filter_trace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106691
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 27 Nov 2004 07:28:04 +0000 (07:28 +0000)]
Upgraded the copy of PCRE within srclib/pcre to version 5.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106690
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Sat, 27 Nov 2004 00:37:54 +0000 (00:37 +0000)]
make the type field in listener_poll_type an enum to make gdb output more
useful.
add a comment about a field I haven't been able to grok yet.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106674
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 26 Nov 2004 21:21:42 +0000 (21:21 +0000)]
ap_process_http_async_connection (used by the Event MPM):
fix CLOSE_WAITs/leaked connections. The logic to deal with ap_read_request
failures got lost when merging in the HTTP pipelining fix. If ap_read_request
fails, the connection state should get set to CONN_STATE_LINGER so the MPM will
invoke lingering close. Test case: client sends a Connection: keepalive header
then closes the connection before the keepalive timeout pops.
Also add a comment to make the pipelining flow more obvious.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106662
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 26 Nov 2004 20:10:41 +0000 (20:10 +0000)]
If thread_num is long, this better be an %ld
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106653
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Thu, 25 Nov 2004 23:44:47 +0000 (23:44 +0000)]
call aclocal before autoconf for srclib/pcre (required for PCRE-5.0)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106622
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 25 Nov 2004 13:02:31 +0000 (13:02 +0000)]
* modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off):
Improve error messages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106573
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 25 Nov 2004 00:01:34 +0000 (00:01 +0000)]
property cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106505
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 24 Nov 2004 19:37:04 +0000 (19:37 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106453
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 24 Nov 2004 14:29:58 +0000 (14:29 +0000)]
New Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106416
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 24 Nov 2004 11:24:32 +0000 (11:24 +0000)]
mod_cgid: Catch configuration problem where two web server instances
share same ServerRoot but admin forgot to use ScriptSock.
reviewed by: nd, stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106408
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 24 Nov 2004 03:03:41 +0000 (03:03 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106374
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Nov 2004 23:28:09 +0000 (23:28 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106361
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 23 Nov 2004 16:57:18 +0000 (16:57 +0000)]
Eliminate awk autogeneration of the ApacheMonitor's .rc resource
source file.
By adding several macros to ap_release.h:
- the stringize magic, in leiu of including a ton of cruft,
- split subversion and "-dev" tokens (with a binary flag)
- a _CSV token in the form of m,n,p (not a string)
we are able to have use a static ApacheMonitor.rc file, which picks
up all of the necessary values right from ap_release.h.
If the group likes this approach, I will percolate it throughout
the project, and we will lose the requirement of awk for everything
-except- rewriting the installed httpd.conf script (developer builds
always get an installed httpd.conf script - it's only 'fixed up'
with the correct @@ substitutions if they have awk.)
This project was chosen because ApacheMonitor.rc already exists in svn.
Comment please.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106313
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 23 Nov 2004 04:02:11 +0000 (04:02 +0000)]
Close paren.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106269
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 23 Nov 2004 03:15:28 +0000 (03:15 +0000)]
Change the other install-* targets to remove the .svn directory instead of the non-existant 'CVS' one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106266
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Nov 2004 02:18:22 +0000 (02:18 +0000)]
Converting xml -> html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106264
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 23 Nov 2004 02:15:23 +0000 (02:15 +0000)]
Markup improvement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106263
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Nov 2004 02:07:43 +0000 (02:07 +0000)]
Warning about multiple Listen directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106261
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Nov 2004 02:06:43 +0000 (02:06 +0000)]
Fix broken a href anchor references.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106260
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Nov 2004 02:05:28 +0000 (02:05 +0000)]
Added various examples to the dbmmanage documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106259
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Nov 2004 02:04:01 +0000 (02:04 +0000)]
Slight clarification in the role of ServerRoot
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106258
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Nov 2004 00:03:45 +0000 (00:03 +0000)]
property cleanup for the rest of the files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106244
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 22 Nov 2004 23:55:03 +0000 (23:55 +0000)]
restore the files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106243
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 22 Nov 2004 23:49:31 +0000 (23:49 +0000)]
these files are broken by svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106239
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 22 Nov 2004 16:03:20 +0000 (16:03 +0000)]
* modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr from
the script is logged if it generated a non-local redirect.
PR: 20111
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106195
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Nov 2004 18:50:36 +0000 (18:50 +0000)]
general property cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106103
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Nov 2004 16:35:37 +0000 (16:35 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106098
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 21 Nov 2004 16:06:13 +0000 (16:06 +0000)]
New Japanese translation.
reviewed by yoshiki and kawai.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106096
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Nov 2004 13:01:16 +0000 (13:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106086
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Nov 2004 12:56:18 +0000 (12:56 +0000)]
fix line endings and set svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106084
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 21 Nov 2004 07:18:38 +0000 (07:18 +0000)]
Axe a dead variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106077
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 21 Nov 2004 07:10:32 +0000 (07:10 +0000)]
Drop a worthless emit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106075
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 21 Nov 2004 06:52:30 +0000 (06:52 +0000)]
* STATUS: Update a bit...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106074
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Nov 2004 05:53:38 +0000 (05:53 +0000)]
Compile Fix for Netware Port with CodeWarrior.
Noticed By: <normw@bocnet.com.au>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106072
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 21 Nov 2004 04:00:31 +0000 (04:00 +0000)]
New Japanese translation.
# flush the work we did at ApacheCon2004/SVN migration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106065
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 21 Nov 2004 03:48:36 +0000 (03:48 +0000)]
update Japanese translation.
fix English Revision.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106063
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 21 Nov 2004 03:35:59 +0000 (03:35 +0000)]
update Japanese translation.
# We, Japanese staff are ready for SVN migration. :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106062
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 20:57:25 +0000 (20:57 +0000)]
fix revision reference and update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105997
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 20:40:26 +0000 (20:40 +0000)]
refer to the recent changes, I hope that's it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105996
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 20:16:24 +0000 (20:16 +0000)]
general property cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105995
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sat, 20 Nov 2004 19:36:24 +0000 (19:36 +0000)]
Copy the charset.conv file to the /conf directory during the make install phase
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105991
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 18:42:58 +0000 (18:42 +0000)]
$Revision$ is slightly misdocumented (only available since svn 1.1)
use LastChangedRevision instead
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 17:06:17 +0000 (17:06 +0000)]
adjust properties and revision expansion of the English docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 16:33:08 +0000 (16:33 +0000)]
adjust properties and revision references of the Korean translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105980
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 16:08:21 +0000 (16:08 +0000)]
adjust properties and revision references of the Spanish translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105977
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 15:59:48 +0000 (15:59 +0000)]
adjust properties and revision references of the French translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105975
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 15:56:56 +0000 (15:56 +0000)]
adjust properties and revision references of the Japanese translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105974
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 14:12:16 +0000 (14:12 +0000)]
adjust properties and revision references of the russian translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105967
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Nov 2004 13:56:38 +0000 (13:56 +0000)]
adjust properties and revision references of the german
translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105964
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 20 Nov 2004 03:00:33 +0000 (03:00 +0000)]
I forgot to add a CHANGES message for the Event MPM. See r105919.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105920
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 20 Nov 2004 02:52:36 +0000 (02:52 +0000)]
The Event MPM.
Designed to minimize Apache's KeepAlive overhead.
This MPM depends on the current APR-trunk for new features added to
the apr_pollset interface. Currently the underlying operating
system must support KQueue or EPoll.
Status:
Should work as a drop in replacement for all non-ssl servers.
SSL Requests that use HTTP 1.1 Pipelining do not currently work.
Testing:
I have tested it with Linux 2.6, FreeBSD 5.2.1, and OS X 10.3.
Originally based on the patch by Greg Ames.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105919
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 20 Nov 2004 02:29:28 +0000 (02:29 +0000)]
Replace the hack to remove CVS directories with one for Subversion '.svn' directories.
There *should* be a better way to only install the manual files, and
not the '.svn' directories.
Without this, multiple make installs to the same prefix will fail.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105916
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 19 Nov 2004 22:36:56 +0000 (22:36 +0000)]
Onward to 2.1.2-dev.
* CHANGES: Bump...
* include/ap_release.h: to 2.1.2-dev.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105892
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 19 Nov 2004 22:34:45 +0000 (22:34 +0000)]
* include/ap_release.h: Bump to 2.1.1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105890
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 19 Nov 2004 14:07:37 +0000 (14:07 +0000)]
Preparation step to simplify merging to a newer pcre:
* srclib/pcre/ltmain.sh, ltconfig, config.guess, config.sub: Remove
files which are unneeded when pcre is built by the httpd build system.
* srclib/pcre/RunTest: Remove generated file, a leftover from an older
version of pcre.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105820
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 19 Nov 2004 13:55:31 +0000 (13:55 +0000)]
* buildconf: Remove the autom4te cache from srclib/pcre too,
before and after running autoconf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105819
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 19 Nov 2004 09:20:36 +0000 (09:20 +0000)]
* support/: Remove generated files which seem to have been resurrected
during the conversion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105799
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 19 Nov 2004 09:18:04 +0000 (09:18 +0000)]
Add apr and apr-util to svn:ignore.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105797
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 19 Nov 2004 09:07:29 +0000 (09:07 +0000)]
Remove the .cvsignore files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105796
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 19 Nov 2004 09:05:34 +0000 (09:05 +0000)]
* buildconf: Point at http:// for both, and the "cd srclib" is not
necessary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105795
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 19 Nov 2004 06:19:50 +0000 (06:19 +0000)]
Add some magic to buildconf so it will tell you to get both apr and apr-util the
first time you run it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105778
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 19 Nov 2004 06:09:56 +0000 (06:09 +0000)]
'svn co' would be the important part of the command.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105774
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 19 Nov 2004 06:07:23 +0000 (06:07 +0000)]
Tell users how to get APR from subversion instead of CVS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105773
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 19 Nov 2004 06:03:54 +0000 (06:03 +0000)]
* STATUS: The tree is now open for business. Some housekeeping will be
undertaken now. But, that shouldn't effect anyone else.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105769
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 14 Nov 2004 17:20:01 +0000 (17:20 +0000)]
Fix handling of non-blocking reads in mod_ssl (triggered by recent
change to mod_proxy_http):
* modules/ssl/ssl_engine_io.c (bio_filter_in_read): Return an error if
the read would block so that the SSL_read() caller checks for
SSL_ERROR_WANT_READ, rather than 0, which is treated like EOF.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105768
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 14 Nov 2004 10:30:28 +0000 (10:30 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105767
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 14 Nov 2004 03:33:05 +0000 (03:33 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105764
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 13 Nov 2004 11:25:10 +0000 (11:25 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105761
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Nov 2004 13:27:40 +0000 (13:27 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105759
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Nov 2004 13:26:05 +0000 (13:26 +0000)]
Clarify the sample configuration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105758
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Nov 2004 12:28:44 +0000 (12:28 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105757
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Nov 2004 12:25:28 +0000 (12:25 +0000)]
New Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105756
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Nov 2004 12:11:27 +0000 (12:11 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105755
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Nov 2004 12:09:51 +0000 (12:09 +0000)]
New Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105754
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 12 Nov 2004 10:16:01 +0000 (10:16 +0000)]
* modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasing
warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105753
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 11 Nov 2004 20:06:20 +0000 (20:06 +0000)]
* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treat
the 205 status-code like 204 or 304, per recent http-wg discussion:
http://lists.w3.org/Archives/Public/ietf-http-wg/2004JulSep/0083.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105752
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 11 Nov 2004 19:49:56 +0000 (19:49 +0000)]
* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use the
standard non-blocking-read/flush/blocking-read logic to ensure that
buffered content is flushed to the client if the next read will block.
PR: 19954
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105751
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 11 Nov 2004 12:45:09 +0000 (12:45 +0000)]
* modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler,
proxy_send_dir_filter): Drop ap_ prefix, make static, remove
forward-declarations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105750
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 11 Nov 2004 11:37:25 +0000 (11:37 +0000)]
* modules/proxy/proxy_connect.c (proxy_connect_handler,
proxy_connect_canon): Drop ap_ prefix, make static, remove
forward-declarations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105749
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 10 Nov 2004 19:53:15 +0000 (19:53 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105748
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 10 Nov 2004 18:07:48 +0000 (18:07 +0000)]
sync of changes with backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105746
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 10 Nov 2004 16:11:38 +0000 (16:11 +0000)]
Update SSLSessionCache section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105743
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 10 Nov 2004 15:50:05 +0000 (15:50 +0000)]
- switch default session cache to shmcb
- remove comment on using shmht which has been removed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105742
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 10 Nov 2004 15:21:44 +0000 (15:21 +0000)]
Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
configured SSL certificates to stdout, useful for cron-ing through a
"do I need to renew any of my certificates this week" tool:
* modules/ssl/ssl_engine_config.c (ssl_hook_ConfigTest): New function.
* modules/ssl/mod_ssl.c (ssl_register_hooks): ...register it as a
test_config hook.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105741
13f79535 -47bb-0310-9956-
ffa450edef68