]> granicus.if.org Git - apache/log
apache
14 years agoCheck return value from ap_pass_brigade incase we are buffering and a client disconnects.
Paul Querna [Tue, 1 Sep 2009 09:30:36 +0000 (09:30 +0000)]
Check return value from ap_pass_brigade incase we are buffering and a client disconnects.

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

14 years agoInitialize len to 0, since for some logic paths it might be unset.
Paul Querna [Tue, 1 Sep 2009 09:09:54 +0000 (09:09 +0000)]
Initialize len to 0, since for some logic paths it might be unset.

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

14 years agoSupport mod_rewrite's %{varname} variables in ap_expr default expression parser
Nick Kew [Mon, 31 Aug 2009 22:36:42 +0000 (22:36 +0000)]
Support mod_rewrite's %{varname} variables in ap_expr default expression parser

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

14 years agoAdd suggested parentheses around APR_STATUS_IS_ENOENT.
Graham Leggett [Mon, 31 Aug 2009 17:11:27 +0000 (17:11 +0000)]
Add suggested parentheses around APR_STATUS_IS_ENOENT.

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

14 years agomoved "finfo.mtime = 0;" after var declaration;
Guenter Knauf [Mon, 31 Aug 2009 00:22:44 +0000 (00:22 +0000)]
moved "finfo.mtime = 0;" after var declaration;
removed tab.

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

14 years agoTypo and updates.
Lucien Gentis [Sun, 30 Aug 2009 13:37:25 +0000 (13:37 +0000)]
Typo and updates.

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

14 years agoFix up doc note on ProxyPassMatch quirks - this wording seems to have
Nick Kew [Sun, 30 Aug 2009 02:57:58 +0000 (02:57 +0000)]
Fix up doc note on ProxyPassMatch quirks - this wording seems to have
got accepted in 2.2.x.

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

14 years agoDocument ServerTokens Set "One Big Happy Family Server"
Jim Jagielski [Fri, 28 Aug 2009 17:39:08 +0000 (17:39 +0000)]
Document ServerTokens Set "One Big Happy Family Server"

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

14 years agoAnd additional ServerTokens improvement...
Jim Jagielski [Fri, 28 Aug 2009 17:37:12 +0000 (17:37 +0000)]
And additional ServerTokens improvement...

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

14 years agoUpdate docs xforms and mappings
Jim Jagielski [Fri, 28 Aug 2009 14:57:01 +0000 (14:57 +0000)]
Update docs xforms and mappings

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

14 years agoMake code match warning message: disable nonce-checking
Daniel Earl Poirier [Fri, 28 Aug 2009 14:42:25 +0000 (14:42 +0000)]
Make code match warning message: disable nonce-checking
if shared memory isn't available.

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

14 years agoDon't let the server start if user has asked for qop=auth-int
Daniel Earl Poirier [Fri, 28 Aug 2009 14:39:34 +0000 (14:39 +0000)]
Don't let the server start if user has asked for qop=auth-int
with mod_auth_digest.  The server can't provide it because it's
not implemented yet.

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

14 years agoUpdate all xforms
Jim Jagielski [Fri, 28 Aug 2009 14:33:19 +0000 (14:33 +0000)]
Update all xforms

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

14 years agoOK, might as well finish this... Allow ServerTokens Off
Jim Jagielski [Fri, 28 Aug 2009 14:31:00 +0000 (14:31 +0000)]
OK, might as well finish this... Allow ServerTokens Off

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

14 years agopush_connection, push_server also targetted for export, no?
William A. Rowe Jr [Fri, 28 Aug 2009 01:40:44 +0000 (01:40 +0000)]
push_connection, push_server also targetted for export, no?

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

14 years agoNot static; trusting this targetted for export?
William A. Rowe Jr [Fri, 28 Aug 2009 01:39:50 +0000 (01:39 +0000)]
Not static; trusting this targetted for export?

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

14 years agoAxe an unused variable.
William A. Rowe Jr [Fri, 28 Aug 2009 01:32:18 +0000 (01:32 +0000)]
Axe an unused variable.

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

14 years agoAdd parenthesis for legibility and correcting association,
William A. Rowe Jr [Fri, 28 Aug 2009 01:31:23 +0000 (01:31 +0000)]
Add parenthesis for legibility and correcting association,
and axe an unused variable

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

14 years agoAlways make mod_*.h files available where they exist, modpath by modpath
William A. Rowe Jr [Fri, 28 Aug 2009 01:27:46 +0000 (01:27 +0000)]
Always make mod_*.h files available where they exist, modpath by modpath

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

14 years agoNote style flaw, this is rather inappropriate on a global basis, no?
William A. Rowe Jr [Fri, 28 Aug 2009 01:26:07 +0000 (01:26 +0000)]
Note style flaw, this is rather inappropriate on a global basis, no?

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

14 years ago%.*s precision supposedly takes an int, according to gcc
William A. Rowe Jr [Thu, 27 Aug 2009 23:33:09 +0000 (23:33 +0000)]
%.*s precision supposedly takes an int, according to gcc

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

14 years agocatch missing .h for install
William A. Rowe Jr [Thu, 27 Aug 2009 23:31:46 +0000 (23:31 +0000)]
catch missing .h for install

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

14 years agoMake sure when adding a warning, that we don't duplicate an existing warning.
Graham Leggett [Thu, 27 Aug 2009 21:57:27 +0000 (21:57 +0000)]
Make sure when adding a warning, that we don't duplicate an existing warning.

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

14 years agoLog the return code in the debug message to properly indicate why the lock
Graham Leggett [Thu, 27 Aug 2009 21:47:26 +0000 (21:47 +0000)]
Log the return code in the debug message to properly indicate why the lock
could not be obtained.

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

14 years agoWhen attempting to set the stale lock, we will pass try_lock twice. If we
Graham Leggett [Thu, 27 Aug 2009 21:44:48 +0000 (21:44 +0000)]
When attempting to set the stale lock, we will pass try_lock twice. If we
already have the lock the first time, we must also have the lock the second
time.

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

14 years agoDocument limitation to ProxyPassMatch directive.
Nick Kew [Thu, 27 Aug 2009 08:43:32 +0000 (08:43 +0000)]
Document limitation to ProxyPassMatch directive.
This is a valid bug report PR 46665, which I'm marking as WONTFIX
but which needs documenting for what it is.

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

14 years agomod_headers: generalise the envclause to support conditional
Nick Kew [Thu, 27 Aug 2009 01:02:42 +0000 (01:02 +0000)]
mod_headers: generalise the envclause to support conditional
header rules via ap_expr.

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

14 years agoReintroduce an optimisation lost in some cut and paste. The cache lock
Graham Leggett [Wed, 26 Aug 2009 23:22:18 +0000 (23:22 +0000)]
Reintroduce an optimisation lost in some cut and paste. The cache lock
is removed as soon as we see an EOS, or is removed immediately if a
failure has occurred.

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

14 years agoUpdate transformations.
Graham Leggett [Wed, 26 Aug 2009 22:48:47 +0000 (22:48 +0000)]
Update transformations.

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

14 years agomod_cache: Introduce the thundering herd lock, a mechanism to keep
Graham Leggett [Wed, 26 Aug 2009 22:46:35 +0000 (22:46 +0000)]
mod_cache: Introduce the thundering herd lock, a mechanism to keep
the flood of requests at bay that strike a backend webserver as
a cached entity goes stale.

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

14 years agoFix shm, rmm, and lock problems.
Daniel Earl Poirier [Wed, 26 Aug 2009 18:29:49 +0000 (18:29 +0000)]
Fix shm, rmm, and lock problems.

PR: 16057

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

14 years agoBring back OS/2 support.
Brian Havard [Wed, 26 Aug 2009 08:56:13 +0000 (08:56 +0000)]
Bring back OS/2 support.
Reverses r758929 with a little bit of conflict resolution.

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

14 years agoUpdate transform for core.
Daniel Earl Poirier [Tue, 25 Aug 2009 13:26:12 +0000 (13:26 +0000)]
Update transform for core.

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

14 years agoBroaden the warning about modifying memory-mapped files,
Daniel Earl Poirier [Tue, 25 Aug 2009 13:23:49 +0000 (13:23 +0000)]
Broaden the warning about modifying memory-mapped files,
so it's not specific to NFS.

PR: 46688

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

14 years agoPreserve port over internal redirection
Nick Kew [Sun, 23 Aug 2009 20:30:47 +0000 (20:30 +0000)]
Preserve port over internal redirection
PR#35999
A four-year-old buglet!

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

14 years agoReturn consistent error status for proxy unable to connect
Nick Kew [Sun, 23 Aug 2009 02:00:43 +0000 (02:00 +0000)]
Return consistent error status for proxy unable to connect
PR 46971

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

14 years agoSwitch mod_dbd to using APR_STATUS_IS_foo macros in error handling
Nick Kew [Fri, 21 Aug 2009 19:40:17 +0000 (19:40 +0000)]
Switch mod_dbd to using APR_STATUS_IS_foo macros in error handling

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

14 years agofix wrong name in function prototype which led to
Jeff Trawick [Thu, 20 Aug 2009 19:25:49 +0000 (19:25 +0000)]
fix wrong name in function prototype which led to
unresolved reference at link time

hint at adding some doc as well

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

14 years agoTwo typos correction.
Lucien Gentis [Thu, 20 Aug 2009 14:24:14 +0000 (14:24 +0000)]
Two typos correction.

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

14 years agoUpdates.
Lucien Gentis [Thu, 20 Aug 2009 10:42:30 +0000 (10:42 +0000)]
Updates.

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

14 years agoDon't require all listeners to be created equal ...
Nick Kew [Wed, 19 Aug 2009 23:55:14 +0000 (23:55 +0000)]
Don't require all listeners to be created equal ...

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

14 years agoClarification on unit of measure of %D in mod_headers
Daniel Earl Poirier [Wed, 19 Aug 2009 11:36:24 +0000 (11:36 +0000)]
Clarification on unit of measure of %D in mod_headers

PR: 47707
Reported by: Paschal Nee <pnee toombeola.com>

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

14 years agoFix a few more broken links, one misspelling, and
Daniel Earl Poirier [Mon, 17 Aug 2009 17:14:29 +0000 (17:14 +0000)]
Fix a few more broken links, one misspelling, and
remove reference to www.fastio.com which apparently doesn't
exist anymore.
Also update the transformations.

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

14 years agoupdate transformation
Nilgun Belma Buguner [Mon, 17 Aug 2009 14:09:36 +0000 (14:09 +0000)]
update transformation

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

14 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Mon, 17 Aug 2009 14:08:12 +0000 (14:08 +0000)]
update for sync with English docs.

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

14 years agofixed xml validation
Nilgun Belma Buguner [Mon, 17 Aug 2009 14:04:10 +0000 (14:04 +0000)]
fixed xml validation

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

14 years agoBroken links
Daniel Earl Poirier [Mon, 17 Aug 2009 13:20:57 +0000 (13:20 +0000)]
Broken links

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

14 years ago* Do better checking of pollset operations in various places to avoid segfaults.
Ruediger Pluem [Sun, 16 Aug 2009 20:29:47 +0000 (20:29 +0000)]
* Do better checking of pollset operations in various places to avoid segfaults.

PR: 46467
Submitted by: Stefan Fritsch <sf sfritsch.de>
Reviewed by: rpluem

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

14 years agoBring OS/2 MPM back from the dead.
Brian Havard [Sun, 16 Aug 2009 12:03:34 +0000 (12:03 +0000)]
Bring OS/2 MPM back from the dead.
Reverses r758899.

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

14 years agoUpdated vhost .fr translations, and added the mass missing file.
Vincent Deffontaines [Sun, 16 Aug 2009 09:52:36 +0000 (09:52 +0000)]
Updated vhost .fr translations, and added the mass missing file.

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

14 years ago* Correctly create an empty cell if the description for a file is missing.
Ruediger Pluem [Wed, 12 Aug 2009 20:42:48 +0000 (20:42 +0000)]
* Correctly create an empty cell if the description for a file is missing.

PR: 47682
Submitted by: Peter Poeml <poeml suse.de>
Reviewed by: rpluem

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

14 years agoWork around an empty DBM_LIST
William A. Rowe Jr [Tue, 11 Aug 2009 15:30:25 +0000 (15:30 +0000)]
Work around an empty DBM_LIST

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

15 years agoupdate transformation
André Malo [Sat, 8 Aug 2009 22:34:48 +0000 (22:34 +0000)]
update transformation

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

15 years agoMake sure mod_slotmem_shm is included in the final RPM
Graham Leggett [Tue, 4 Aug 2009 21:44:43 +0000 (21:44 +0000)]
Make sure mod_slotmem_shm is included in the final RPM

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

15 years agoUse the bzip2 version of the httpd tarball when building from RPM.
Graham Leggett [Tue, 4 Aug 2009 20:08:27 +0000 (20:08 +0000)]
Use the bzip2 version of the httpd tarball when building from RPM.

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

15 years agoOops my bad: Stop copying and pasting code.
Jean-Frederic Clere [Tue, 4 Aug 2009 06:49:48 +0000 (06:49 +0000)]
Oops my bad: Stop copying and pasting code.
Remove argstr_to_table and use qs_to_table.

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

15 years agobuildconf:
Takashi Sato [Mon, 3 Aug 2009 16:03:15 +0000 (16:03 +0000)]
buildconf:
 Fix error "[: -lt: unexpected operator"

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

15 years agoFix warnings.
Jean-Frederic Clere [Mon, 3 Aug 2009 11:48:40 +0000 (11:48 +0000)]
Fix warnings.

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

15 years agoRemove some duplicate extensions (reported by Jacob Rus)
Roy T. Fielding [Mon, 3 Aug 2009 04:36:18 +0000 (04:36 +0000)]
Remove some duplicate extensions (reported by Jacob Rus)
Add more unregistered Microsoft types for silverlight (idiots)
   http://blogs.msdn.com/tims/archive/2008/03/18/configuring-a-web-server-to-host-silverlight-content.aspx

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

15 years agoAdd the file logic for the handler.
Jean-Frederic Clere [Thu, 30 Jul 2009 15:37:22 +0000 (15:37 +0000)]
Add the file logic for the handler.
(Next step add the slotmem logic for the multicast socket).

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

15 years agoCatch up to apr_dbm projects
William A. Rowe Jr [Wed, 29 Jul 2009 20:47:49 +0000 (20:47 +0000)]
Catch up to apr_dbm projects

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

15 years agoMore 9x legacy
William A. Rowe Jr [Wed, 29 Jul 2009 20:41:20 +0000 (20:41 +0000)]
More 9x legacy

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

15 years agoUpdate to 2.2-current, post 2.2 stuff comes next
William A. Rowe Jr [Wed, 29 Jul 2009 20:40:09 +0000 (20:40 +0000)]
Update to 2.2-current, post 2.2 stuff comes next

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

15 years agoremoved another obsolete cast. Mentioned by Peter Sylvester.
Guenter Knauf [Wed, 29 Jul 2009 17:42:49 +0000 (17:42 +0000)]
removed another obsolete cast. Mentioned by Peter Sylvester.

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

15 years agoab: Fix broken error messages after resolver or connect() failures.
Jeff Trawick [Wed, 29 Jul 2009 15:15:38 +0000 (15:15 +0000)]
ab: Fix broken error messages after resolver or connect() failures.

The APR error code was truncated because ab used an incorrect data
type.

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

15 years agomark some private module data as "static", resolving
Jeff Trawick [Wed, 29 Jul 2009 14:38:02 +0000 (14:38 +0000)]
mark some private module data as "static", resolving
a duplicate definition error from the linker

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

15 years agofix type mismatch in argument to attach() method
Jeff Trawick [Wed, 29 Jul 2009 14:28:31 +0000 (14:28 +0000)]
fix type mismatch in argument to attach() method

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

15 years agoSave some bytes :)
Jim Jagielski [Tue, 28 Jul 2009 20:37:33 +0000 (20:37 +0000)]
Save some bytes :)

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

15 years agoAlign logic and message :)
Jim Jagielski [Tue, 28 Jul 2009 20:13:18 +0000 (20:13 +0000)]
Align logic and message :)

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

15 years agoPut the hm_slot_server_t in a common include.
Jean-Frederic Clere [Tue, 28 Jul 2009 12:28:18 +0000 (12:28 +0000)]
Put the hm_slot_server_t in a common include.

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

15 years agoremoved obsolete cast. Mentioned by Peter Sylvester.
Guenter Knauf [Mon, 27 Jul 2009 20:22:59 +0000 (20:22 +0000)]
removed obsolete cast. Mentioned by Peter Sylvester.

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

15 years agoNew .fr translation for mod_dir.
Vincent Deffontaines [Mon, 27 Jul 2009 16:38:04 +0000 (16:38 +0000)]
New .fr translation for mod_dir.
Committing html files to complete previous commit (core translation)

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

15 years agoAdded a new .fr translated file.
Vincent Deffontaines [Mon, 27 Jul 2009 15:14:32 +0000 (15:14 +0000)]
Added a new .fr translated file.

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

15 years agohtdbm: Fix possible buffer overflow if dbm database has very
Daniel Earl Poirier [Fri, 24 Jul 2009 17:15:29 +0000 (17:15 +0000)]
htdbm: Fix possible buffer overflow if dbm database has very
long values.  PR 30586 [Dan Poirier]

PR 30586
Reported by: Ulf Harnhammar, Swedish IT Incident Centre

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

15 years agoIn the case where we have no members, they aren't in error
Jim Jagielski [Mon, 20 Jul 2009 18:53:08 +0000 (18:53 +0000)]
In the case where we have no members, they aren't in error
states :)

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

15 years agognu-make's abspath seems broken when the path is already absolute.
Guenter Knauf [Mon, 20 Jul 2009 17:40:59 +0000 (17:40 +0000)]
gnu-make's abspath seems broken when the path is already absolute.

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

15 years agoEnable XP visual style.
Mladen Turk [Mon, 20 Jul 2009 08:34:36 +0000 (08:34 +0000)]
Enable XP visual style.

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

15 years agoUpdate r795445 patch in the light of rpluem's comments on-list
Nick Kew [Sun, 19 Jul 2009 21:54:36 +0000 (21:54 +0000)]
Update r795445 patch in the light of rpluem's comments on-list

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

15 years agoupdate transformation
Nilgun Belma Buguner [Sun, 19 Jul 2009 04:30:28 +0000 (04:30 +0000)]
update transformation

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

15 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Sun, 19 Jul 2009 04:29:42 +0000 (04:29 +0000)]
update for sync with English docs.

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

15 years agomod_dir: Change DefaultHandler to DefaultMapping, and document it
Nick Kew [Sat, 18 Jul 2009 23:49:20 +0000 (23:49 +0000)]
mod_dir: Change DefaultHandler to DefaultMapping, and document it

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

15 years agoTypo fix
Nick Kew [Sat, 18 Jul 2009 23:21:52 +0000 (23:21 +0000)]
Typo fix

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

15 years agoFix mod_include potential segfault checking backref from unmatched regexp
Nick Kew [Sat, 18 Jul 2009 23:12:58 +0000 (23:12 +0000)]
Fix mod_include potential segfault checking backref from unmatched regexp
http://markmail.org/message/jlc7t5edsjujbe37
Patch by rpluem, lars, niq

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

15 years agoremoved useless comments added with r795438.
Guenter Knauf [Sat, 18 Jul 2009 22:21:57 +0000 (22:21 +0000)]
removed useless comments added with r795438.

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

15 years agoenabled building gen_test_char for running on build when cross-compiling;
Guenter Knauf [Sat, 18 Jul 2009 21:51:21 +0000 (21:51 +0000)]
enabled building gen_test_char for running on build when cross-compiling;
this does not change code for any platform unless CROSS_COMPILE is defined.

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

15 years agoUpdate the document so it matches the last english revision (659902->752951)
Vincent Deffontaines [Sat, 18 Jul 2009 21:46:42 +0000 (21:46 +0000)]
Update the document so it matches the last english revision (659902->752951)

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

15 years agoadded vars for Metrowerks directories to make it easier configureable.
Guenter Knauf [Sat, 18 Jul 2009 21:21:47 +0000 (21:21 +0000)]
added vars for Metrowerks directories to make it easier configureable.

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

15 years agoNew .fr translation for the rewrite module.
Vincent Deffontaines [Sat, 18 Jul 2009 20:47:52 +0000 (20:47 +0000)]
New .fr translation for the rewrite module.

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

15 years agoenable building the NetWare build helpers for running on Win32.
Guenter Knauf [Sat, 18 Jul 2009 16:54:13 +0000 (16:54 +0000)]
enable building the NetWare build helpers for running on Win32.

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

15 years agoNew SSL .fr translations.
Vincent Deffontaines [Fri, 17 Jul 2009 18:46:11 +0000 (18:46 +0000)]
New SSL .fr translations.

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

15 years agoupdate transformation
André Malo [Thu, 16 Jul 2009 07:16:45 +0000 (07:16 +0000)]
update transformation

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

15 years agovalidate xml
André Malo [Thu, 16 Jul 2009 07:15:24 +0000 (07:15 +0000)]
validate xml

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

15 years agoupdate transformation
André Malo [Thu, 16 Jul 2009 07:11:41 +0000 (07:11 +0000)]
update transformation

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

15 years agorewrite : Completed the doc .fr translation.
Vincent Deffontaines [Wed, 15 Jul 2009 20:27:34 +0000 (20:27 +0000)]
rewrite : Completed the doc .fr translation.

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

15 years agoSSL : New .fr translation files
Vincent Deffontaines [Wed, 15 Jul 2009 20:26:30 +0000 (20:26 +0000)]
SSL : New .fr translation files

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

15 years agoskip another lua source file with NetWare build.
Guenter Knauf [Mon, 13 Jul 2009 14:31:07 +0000 (14:31 +0000)]
skip another lua source file with NetWare build.

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

15 years agoAdded french translation for some rewrite files.
Vincent Deffontaines [Mon, 13 Jul 2009 14:28:39 +0000 (14:28 +0000)]
Added french translation for some rewrite files.

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

15 years agoand another NetWare build fix for mod_lua.
Guenter Knauf [Mon, 13 Jul 2009 03:00:59 +0000 (03:00 +0000)]
and another NetWare build fix for mod_lua.

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

15 years agofinal NetWare mod_lua build fixes.
Guenter Knauf [Mon, 13 Jul 2009 01:44:24 +0000 (01:44 +0000)]
final NetWare mod_lua build fixes.

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

15 years agoadded mod_lua to the NetWare build.
Guenter Knauf [Sun, 12 Jul 2009 23:58:23 +0000 (23:58 +0000)]
added mod_lua to the NetWare build.

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