]> granicus.if.org Git - apache/log
apache
19 years agoInitial pass at refactoring some files to eliminate our 150K C source behemoths.
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

19 years agoUse ap_log_cerror and loglevel debug in filter_trace
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

19 years agoUpgraded the copy of PCRE within srclib/pcre to version 5.0
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

19 years agomake the type field in listener_poll_type an enum to make gdb output more
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

19 years agoap_process_http_async_connection (used by the Event MPM):
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

19 years ago If thread_num is long, this better be an %ld
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

19 years agocall aclocal before autoconf for srclib/pcre (required for PCRE-5.0)
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

19 years ago* modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off):
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

19 years agoproperty cleanup
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

19 years agoupdate transformation
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

19 years agoNew Japanese translation.
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

19 years agomod_cgid: Catch configuration problem where two web server instances
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

19 years agoTypo.
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

19 years agoupdate transformation
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

19 years ago Eliminate awk autogeneration of the ApacheMonitor's .rc resource
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

19 years agoClose paren.
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

19 years agoChange the other install-* targets to remove the .svn directory instead of the non...
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

19 years agoConverting xml -> html
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

19 years agoMarkup improvement.
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

19 years agoWarning about multiple Listen directives.
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

19 years agoFix broken a href anchor references.
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

19 years agoAdded various examples to the dbmmanage documentation.
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

19 years agoSlight clarification in the role of ServerRoot
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

19 years agoproperty cleanup for the rest of the files
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

19 years agorestore the files
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

19 years agothese files are broken by svn:eol-style
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

19 years ago* modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr from
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

19 years agogeneral property cleanup
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

19 years agoupdate transformation
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

19 years agoNew Japanese translation.
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

19 years agoupdate transformation
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

19 years agofix line endings and set svn:eol-style=native
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

19 years ago Axe a dead variable
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

19 years ago Drop a worthless emit.
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

19 years ago* STATUS: Update a bit...
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

19 years agoCompile Fix for Netware Port with CodeWarrior.
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

19 years agoNew Japanese translation.
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

19 years agoupdate Japanese translation.
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

19 years agoupdate Japanese translation.
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

19 years agofix revision reference and update transformation
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

19 years agorefer to the recent changes, I hope that's it.
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

19 years agogeneral property cleanup
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

19 years agoCopy the charset.conv file to the /conf directory during the make install phase
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

19 years ago$Revision$ is slightly misdocumented (only available since svn 1.1)
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

19 years agoadjust properties and revision expansion of the English docs
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

19 years agoadjust properties and revision references of the Korean translation
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

19 years agoadjust properties and revision references of the Spanish translation
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

19 years agoadjust properties and revision references of the French translation
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

19 years agoadjust properties and revision references of the Japanese translation
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

19 years agoadjust properties and revision references of the russian translation
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

19 years agoadjust properties and revision references of the german
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

19 years agoI forgot to add a CHANGES message for the Event MPM. See r105919.
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

19 years agoThe Event MPM.
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

19 years agoReplace the hack to remove CVS directories with one for Subversion '.svn' directories.
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

19 years agoOnward to 2.1.2-dev.
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

19 years ago* include/ap_release.h: Bump to 2.1.1.
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

19 years agoPreparation step to simplify merging to a newer pcre:
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

19 years ago* buildconf: Remove the autom4te cache from srclib/pcre too,
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

19 years ago* support/: Remove generated files which seem to have been resurrected
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

19 years agoAdd apr and apr-util to svn:ignore.
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

19 years agoRemove the .cvsignore files.
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

19 years ago* buildconf: Point at http:// for both, and the "cd srclib" is not
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

19 years agoAdd some magic to buildconf so it will tell you to get both apr and apr-util the
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

19 years ago'svn co' would be the important part of the command.
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

19 years agoTell users how to get APR from subversion instead of CVS.
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

19 years ago* STATUS: The tree is now open for business. Some housekeeping will be
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

19 years agoFix handling of non-blocking reads in mod_ssl (triggered by recent
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

19 years agoupdate transformation
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

19 years agoTypo.
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

19 years agoupdate transformation
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

19 years agoUpdate transformation.
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

19 years agoClarify the sample configuration.
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

19 years agoUpdate transformation.
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

19 years agoNew Japanese translation.
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

19 years agoUpdate transformation.
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

19 years agoNew Japanese translation.
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

19 years ago* modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasing
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

19 years ago* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treat
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

19 years ago* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use the
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

19 years ago* modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler,
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

19 years ago* modules/proxy/proxy_connect.c (proxy_connect_handler,
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

19 years agoupdate transformation
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

19 years agosync of changes with backports
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

19 years agoUpdate SSLSessionCache section.
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

19 years ago- switch default session cache to shmcb
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

19 years agoAdd -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
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

19 years ago* modules/ssl/config.m4: Use libtool's -export-symbols-regex flag to
Joe Orton [Wed, 10 Nov 2004 15:11:23 +0000 (15:11 +0000)]
* modules/ssl/config.m4: Use libtool's -export-symbols-regex flag to
hide all global symbols defined by mod_ssl other than the module
structure (where possible).

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

19 years ago* modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,
Joe Orton [Wed, 10 Nov 2004 13:35:28 +0000 (13:35 +0000)]
* modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,
modules/mod_ssl.c: Switch to using ap_log_cerror() in place of
ap_log_error() everywhere that the conn_rec * is available.

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

19 years agoSynch history with 2.0 branch.
Joe Orton [Wed, 10 Nov 2004 13:00:32 +0000 (13:00 +0000)]
Synch history with 2.0 branch.

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

19 years agoSynch with 2.0 branch.
Joe Orton [Wed, 10 Nov 2004 12:53:06 +0000 (12:53 +0000)]
Synch with 2.0 branch.

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

19 years agoWording tweaks.
Joe Orton [Mon, 8 Nov 2004 17:15:40 +0000 (17:15 +0000)]
Wording tweaks.

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

19 years agonew two Korean translations and up-to-date patches
Jeon Jeongho [Mon, 8 Nov 2004 11:56:03 +0000 (11:56 +0000)]
new two Korean translations and up-to-date patches

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

19 years agoAdd info about mod_filter
Nick Kew [Sun, 7 Nov 2004 12:31:27 +0000 (12:31 +0000)]
Add info about mod_filter

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

19 years agoFirst Swing at a 2.0 -> 2.2 New Features Document.
Paul Querna [Sun, 7 Nov 2004 06:01:50 +0000 (06:01 +0000)]
First Swing at a 2.0 -> 2.2 New Features Document.

This is only a very rough start, feel free to add new features/modules
and edit my initial version.

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

19 years agoadd generated manpage for htcacheclean(8)
André Malo [Sun, 7 Nov 2004 00:16:57 +0000 (00:16 +0000)]
add generated manpage for htcacheclean(8)

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

19 years agoupdate transformation
André Malo [Sat, 6 Nov 2004 23:48:36 +0000 (23:48 +0000)]
update transformation

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

19 years agomention the new manual page everywhere
André Malo [Sat, 6 Nov 2004 23:42:42 +0000 (23:42 +0000)]
mention the new manual page everywhere

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

19 years agodocument htcacheclean (more or less taken from the program itself)
André Malo [Sat, 6 Nov 2004 23:36:08 +0000 (23:36 +0000)]
document htcacheclean (more or less taken from the program itself)

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

19 years agouse a smarter way to specify the limit
André Malo [Sat, 6 Nov 2004 22:41:54 +0000 (22:41 +0000)]
use a smarter way to specify the limit

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

19 years agomore native newlines
André Malo [Sat, 6 Nov 2004 21:49:31 +0000 (21:49 +0000)]
more native newlines

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