]>
granicus.if.org Git - apache/log
Jeff Trawick [Wed, 4 Mar 2009 19:13:07 +0000 (19:13 +0000)]
Use APR_POLLSET_NOCOPY for better performance with some pollset implementations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@750108
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 4 Mar 2009 19:01:28 +0000 (19:01 +0000)]
Implement Event-Based accept for 'AcceptMutex none' in the WinNT MPM.
This facilitates the next two refactorings; multiple listeners per
listener thread (all accept paths using win32 events) and then multiple
threads leveraging parallel CPU's.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@750102
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 4 Mar 2009 18:34:17 +0000 (18:34 +0000)]
repeat apr_pollset_poll() while it returns EINTR
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@750094
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 3 Mar 2009 20:53:18 +0000 (20:53 +0000)]
remove unreachable code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749747
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 3 Mar 2009 19:49:54 +0000 (19:49 +0000)]
* Remove unused variable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749714
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 3 Mar 2009 02:44:50 +0000 (02:44 +0000)]
Use --with-included-apr if you don't have the compiler
your OS-delivered APR was built with
xlc vs gcc
SunStudio vs gcc
gcc n vs gcc n-bignum
etc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749512
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Mon, 2 Mar 2009 23:18:43 +0000 (23:18 +0000)]
Note PR for OpenSSL type-safe STACK fix in CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749467
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Mon, 2 Mar 2009 23:17:53 +0000 (23:17 +0000)]
Clean up more compiler emits. Add CHANGES entry, credit Kasper for the OpenSSL STACK fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749466
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 2 Mar 2009 21:49:51 +0000 (21:49 +0000)]
axe a fearful comment that was addressed before committing r749438
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749445
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 2 Mar 2009 21:25:50 +0000 (21:25 +0000)]
fix CHANGES entry for r749438
the ab issue was with EALREADY, not EINPROGRESS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749441
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 2 Mar 2009 21:17:43 +0000 (21:17 +0000)]
ab: Fix maintenance of the pollset to resolve EINPROGRESS errors
with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
The apr_pollset API requires that a socket be removed from
the pollset whenever there is a change to the requested events.
The socket must also be removed when it is closed. This wasn't
completely implemented.
PR: 44584
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749438
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 2 Mar 2009 17:40:33 +0000 (17:40 +0000)]
improve acceptance of APR/APR-Util trunk/2.0-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749375
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 1 Mar 2009 14:36:08 +0000 (14:36 +0000)]
Missing verbs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749041
13f79535 -47bb-0310-9956-
ffa450edef68
Brian McCallister [Sun, 1 Mar 2009 01:46:17 +0000 (01:46 +0000)]
remove leftover debug statement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@748949
13f79535 -47bb-0310-9956-
ffa450edef68
Brian McCallister [Sun, 1 Mar 2009 01:37:44 +0000 (01:37 +0000)]
change syntax for getting document root in mod_lua to r.document_root, suggested by Bertrand Mansion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@748948
13f79535 -47bb-0310-9956-
ffa450edef68
Brian McCallister [Sun, 1 Mar 2009 01:25:27 +0000 (01:25 +0000)]
change r.content_type = "something" to use ap_set_content_type, which it should as was pointed out by Bertrand Mansion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@748946
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Fri, 27 Feb 2009 05:16:18 +0000 (05:16 +0000)]
The development trunk of OpenSSL has tightened up the type safety of the STACK construct
and the functions that manipulate it. Make httpd trunk compile against OpenSSL HEAD
as well as OpenSSL 0.9.8j. Also, get rid of some warnings.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@748396
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 22 Feb 2009 13:09:09 +0000 (13:09 +0000)]
Small typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@746668
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Sat, 21 Feb 2009 17:07:01 +0000 (17:07 +0000)]
fix mod_disk_cache to support EnableSendfile.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@746541
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 21 Feb 2009 16:57:09 +0000 (16:57 +0000)]
headers replaced by directives line 48
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@746540
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 18 Feb 2009 00:59:39 +0000 (00:59 +0000)]
only call mutex functions if APR_HAS_THREADS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@745338
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Tue, 17 Feb 2009 17:51:17 +0000 (17:51 +0000)]
Add watchdog module to win32 build.
Since it can only operate as static module reference it inside modules.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@745172
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Tue, 17 Feb 2009 17:28:33 +0000 (17:28 +0000)]
Add watchdog module header to dist include
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@745164
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 17 Feb 2009 13:59:30 +0000 (13:59 +0000)]
fix the name of this module in an error log message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@745073
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 16 Feb 2009 10:55:23 +0000 (10:55 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@744891
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 16 Feb 2009 10:52:26 +0000 (10:52 +0000)]
some modifications to generate the man pages in other languages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@744890
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 12 Feb 2009 21:40:20 +0000 (21:40 +0000)]
Fix a crash with r742218 by calling apr_os_thread_put() properly.
(The first parameter to apr_os_thread_put() must be initialized, either to
NULL or to an existing apr_thread_t.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743894
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 12 Feb 2009 18:58:10 +0000 (18:58 +0000)]
ap_meets_conditions() should not be called until all of
the known content metadata has been set, so that said metadata
can be included in the condition tests and in a 304 response.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743837
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 12 Feb 2009 17:43:39 +0000 (17:43 +0000)]
Adjust content metadata on deflate/inflate response before bailing out
on a 304 response so that the metadata does not differ from 200 response.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743814
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:47:28 +0000 (13:47 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743739
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:37:07 +0000 (13:37 +0000)]
New Turkish translation
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@743735
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:28:32 +0000 (13:28 +0000)]
update for sync with English doc.
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@743731
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:15:49 +0000 (13:15 +0000)]
update for sync with English doc.
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@743725
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 12 Feb 2009 01:59:27 +0000 (01:59 +0000)]
Reimplement deflate_check_etag() so that it isn't such a pig
and correctly works with weak etags. Related to PR 39727.
Note that there remains an error in ap_meets_conditions because
that function does not currently check for a transformed etag.
I am working on that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743595
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 12 Feb 2009 01:44:53 +0000 (01:44 +0000)]
mod_version needs to be compiled because the test framework requires it
(and the feature doesn't make much sense if it crashes httpd on test).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743589
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Wed, 11 Feb 2009 17:12:18 +0000 (17:12 +0000)]
MMapStatic directive doesn't exist.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743408
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 11 Feb 2009 07:16:18 +0000 (07:16 +0000)]
fix validation errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743252
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 11 Feb 2009 07:12:19 +0000 (07:12 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743251
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Feb 2009 21:14:47 +0000 (21:14 +0000)]
Missed the plainmem getter/setter. Caught by R
\9f diger
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743104
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Feb 2009 19:42:13 +0000 (19:42 +0000)]
Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743075
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Feb 2009 15:25:32 +0000 (15:25 +0000)]
remove belt-and-suspenders casting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742995
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Feb 2009 15:16:24 +0000 (15:16 +0000)]
Add getter/setter functions to the slotmem API. Also,
reset the id vars to unsigned ints universally.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742992
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 9 Feb 2009 19:21:25 +0000 (19:21 +0000)]
use pid_t consistantly
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742685
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 9 Feb 2009 19:13:25 +0000 (19:13 +0000)]
Fixed :)
CORE_PRIVATE not in trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742682
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 9 Feb 2009 19:12:44 +0000 (19:12 +0000)]
Removed in trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742681
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 9 Feb 2009 06:50:26 +0000 (06:50 +0000)]
Remove unused var
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742282
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 9 Feb 2009 06:49:46 +0000 (06:49 +0000)]
Add missing cleanup register
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742281
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 9 Feb 2009 00:57:58 +0000 (00:57 +0000)]
Add conn_rec::current_thread.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742218
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 8 Feb 2009 16:30:24 +0000 (16:30 +0000)]
Added a section about dynamic content security, and a couple of pointers to
external projects.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742125
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 8 Feb 2009 14:33:05 +0000 (14:33 +0000)]
New french translation for security tips.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742108
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 8 Feb 2009 11:21:21 +0000 (11:21 +0000)]
New french translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742058
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 8 Feb 2009 10:33:15 +0000 (10:33 +0000)]
New french translation for the SSI howto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742039
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sat, 7 Feb 2009 22:35:55 +0000 (22:35 +0000)]
New translation for the public_html howto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@741975
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 7 Feb 2009 20:03:37 +0000 (20:03 +0000)]
backported CHANGES entries are meaningful while we're rolling 2.3.x alphas.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@741951
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 7 Feb 2009 19:51:52 +0000 (19:51 +0000)]
Add watchdog module
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@741947
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 7 Feb 2009 09:25:28 +0000 (09:25 +0000)]
* Only drop the last char (the '"') and not the last one of the etag itself.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@741865
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 4 Feb 2009 01:09:28 +0000 (01:09 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740553
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 4 Feb 2009 01:05:29 +0000 (01:05 +0000)]
update for sync with English doc.
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@740548
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 4 Feb 2009 00:10:13 +0000 (00:10 +0000)]
New Turkish translation
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@740525
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Tue, 3 Feb 2009 22:16:22 +0000 (22:16 +0000)]
Added french translation for the CGI howto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740484
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Tue, 3 Feb 2009 20:35:21 +0000 (20:35 +0000)]
regen manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740426
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Tue, 3 Feb 2009 20:29:55 +0000 (20:29 +0000)]
Document the disabling of DefaultType and update terminology
regarding Internet message metadata.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740420
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 3 Feb 2009 18:10:06 +0000 (18:10 +0000)]
Adjust compatibility (unix specific) and description (this is
apparently not FastCGI - probably a cut n paste bug).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740365
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Mon, 2 Feb 2009 23:20:37 +0000 (23:20 +0000)]
mod_deflate: Fix creation of invalid Etag headers. We now make sure
that the Etag value is properly quoted when adding the gzip marker.
PR 39727.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740149
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Mon, 2 Feb 2009 23:08:25 +0000 (23:08 +0000)]
Remove DefaultType config. I could have sworn I did this
four years ago, but apparently that was just AddDefaultCharset.
PR: 13986
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740144
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 2 Feb 2009 17:11:17 +0000 (17:11 +0000)]
Clarify the description of what mod_charset_lite does and doesn't do
Submitted By: Dan Poirier
Reviwed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740044
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 2 Feb 2009 16:37:49 +0000 (16:37 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740028
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 2 Feb 2009 04:20:58 +0000 (04:20 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739919
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 2 Feb 2009 04:18:13 +0000 (04:18 +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@739918
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 1 Feb 2009 21:53:05 +0000 (21:53 +0000)]
Correct logic with non-seq lbsets config'ed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739854
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 1 Feb 2009 21:52:54 +0000 (21:52 +0000)]
Correct logic with non-seq lbsets config'ed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739853
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 1 Feb 2009 21:52:38 +0000 (21:52 +0000)]
Correct logic with non-seq lbsets config'ed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739852
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 21:39:35 +0000 (21:39 +0000)]
Make the french translation appear.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739848
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 1 Feb 2009 21:30:07 +0000 (21:30 +0000)]
Base our mod_buffer.so
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739843
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 1 Feb 2009 21:10:47 +0000 (21:10 +0000)]
The binary win32 installer copies pcre.dll
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739838
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 1 Feb 2009 20:45:16 +0000 (20:45 +0000)]
We no longer bundle PCRE in 2.3-dev, not in svn either
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739832
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 1 Feb 2009 20:44:36 +0000 (20:44 +0000)]
These occur in NOTICE/LICENSE and elsewhere, not for README
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739831
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 1 Feb 2009 20:30:44 +0000 (20:30 +0000)]
Build mod_buffer on win32
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739827
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 1 Feb 2009 19:51:21 +0000 (19:51 +0000)]
Change top level win32 Makefile for seperate pcre compilation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739824
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 1 Feb 2009 17:57:35 +0000 (17:57 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739801
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 17:17:52 +0000 (17:17 +0000)]
New htaccess howto translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739795
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 16:55:14 +0000 (16:55 +0000)]
New french translation for auth howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739787
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 16:31:11 +0000 (16:31 +0000)]
french translation for faq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739781
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 11:51:01 +0000 (11:51 +0000)]
sitemap page french translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739745
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 11:49:42 +0000 (11:49 +0000)]
accents fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739744
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 1 Feb 2009 11:28:27 +0000 (11:28 +0000)]
1st translation of env page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739742
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 1 Feb 2009 03:25:42 +0000 (03:25 +0000)]
* Reindent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739690
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sun, 1 Feb 2009 01:41:33 +0000 (01:41 +0000)]
20x22 icons for ODF, SVG, and XML documents.
Submitted by: Peter Harlow (CLA on file)
PR: 37185
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739677
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sun, 1 Feb 2009 01:37:34 +0000 (01:37 +0000)]
20x22 icons for ODF, SVG, and XML documents.
Submitted by: Peter Harlow (CLA on file)
PR: 37185
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739676
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sat, 31 Jan 2009 22:54:20 +0000 (22:54 +0000)]
redefine vnd.curl media types according to their documentation at
http://developers.curl.com/docs/DOC-1126
instead of following their bone-headed IANA registrations.
PR: 43135
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739649
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 31 Jan 2009 21:16:51 +0000 (21:16 +0000)]
Provide a hint when we see what looks like an SSL record when we're
expecting a plain-text request line.
Submitted by: Dan Poirer <poirier pobox.com>
Reviwed by: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739620
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 31 Jan 2009 20:35:03 +0000 (20:35 +0000)]
* Prevent segfaults in handlers by ensuring that r->handler != NULL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739598
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sat, 31 Jan 2009 01:46:56 +0000 (01:46 +0000)]
use a local module header file to store the function prototype
for ap_unixd_setup_child() that is used outside this module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739487
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Fri, 30 Jan 2009 19:12:51 +0000 (19:12 +0000)]
Disabled DefaultType directive and removed ap_default_type()
from core. We now exclude Content-Type from responses for which
a media type has not been configured via mime.types, AddType,
ForceType, or some other mechanism. MMN major bump to NZ time.
PR: 13986
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739382
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 30 Jan 2009 12:12:24 +0000 (12:12 +0000)]
Reflect the unixd_setup_child() rename (r739151) in the MMN (mod_backdoor needs to check that).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739253
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Fri, 30 Jan 2009 02:51:32 +0000 (02:51 +0000)]
name protect unixd_setup_child and restore its prototype to unixd.h
If someone wants to find a better place for it, then feel free to
so so only if you compile with -Werror before committing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739151
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Fri, 30 Jan 2009 02:48:08 +0000 (02:48 +0000)]
revert r711228: the ap_unixd_setup_child prototype needs to go somewhere.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739150
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 29 Jan 2009 12:44:19 +0000 (12:44 +0000)]
address a frequent pitfall/misunderstanding about how multiple basic auth providers are used
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@738841
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 28 Jan 2009 16:23:11 +0000 (16:23 +0000)]
Match up formats with args in error messages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@738526
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 27 Jan 2009 22:08:23 +0000 (22:08 +0000)]
* Correctly construct base href url in the reverse proxy case.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@738268
13f79535 -47bb-0310-9956-
ffa450edef68