]> granicus.if.org Git - apache/log
apache
10 years agomod_lua: Add r:wspeek for checking if data is available to be read.
Daniel Gruno [Thu, 20 Feb 2014 14:46:38 +0000 (14:46 +0000)]
mod_lua: Add r:wspeek for checking if data is available to be read.

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

10 years agothis was backported too.
Daniel Gruno [Thu, 20 Feb 2014 12:34:13 +0000 (12:34 +0000)]
this was backported too.

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

10 years agobackported
Jim Jagielski [Thu, 20 Feb 2014 12:32:33 +0000 (12:32 +0000)]
backported

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

10 years agomod_lua: Slight null-check fix on setcookie.
Daniel Gruno [Thu, 20 Feb 2014 11:47:47 +0000 (11:47 +0000)]
mod_lua: Slight null-check fix on setcookie.

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

10 years agoRemove embarrassing stuck-in-the-past recipe.
Rich Bowen [Wed, 19 Feb 2014 15:03:09 +0000 (15:03 +0000)]
Remove embarrassing stuck-in-the-past recipe.

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

10 years agomessage ids used in r1569615
Eric Covener [Wed, 19 Feb 2014 02:45:56 +0000 (02:45 +0000)]
message ids used in r1569615

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

10 years agohandle POLLERR/POLLHUP during poll() to avoid high CPU busy loop.
Eric Covener [Wed, 19 Feb 2014 02:42:29 +0000 (02:42 +0000)]
handle POLLERR/POLLHUP during poll() to avoid high CPU busy loop.

Submitted By: Joffroy Christen <joffroy.christen solvaxis com>, Eric Covener]
Committed By: covener

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

10 years agoRebuild
Rich Bowen [Tue, 18 Feb 2014 18:27:42 +0000 (18:27 +0000)]
Rebuild

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

10 years agoFlipped links, L and END flags
Rich Bowen [Tue, 18 Feb 2014 18:14:46 +0000 (18:14 +0000)]
Flipped links, L and END flags

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

10 years agoAlpha-ordering
Rich Bowen [Tue, 18 Feb 2014 16:43:49 +0000 (16:43 +0000)]
Alpha-ordering

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

10 years agoInsert missing space.
Rich Bowen [Tue, 18 Feb 2014 16:20:46 +0000 (16:20 +0000)]
Insert missing space.

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

10 years agoupdate transformation
André Malo [Sun, 16 Feb 2014 14:36:40 +0000 (14:36 +0000)]
update transformation

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

10 years agoxform
Eric Covener [Sat, 15 Feb 2014 18:03:49 +0000 (18:03 +0000)]
xform

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

10 years agolinkify internal <directive> tags
Eric Covener [Sat, 15 Feb 2014 18:03:38 +0000 (18:03 +0000)]
linkify internal <directive> tags

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

10 years agoUpdate.
Lucien Gentis [Sat, 15 Feb 2014 13:19:00 +0000 (13:19 +0000)]
Update.

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

10 years agomod_proxy_http: don't recycle backend connections known to be closed (eg. EOS by...
Yann Ylavic [Fri, 14 Feb 2014 17:55:19 +0000 (17:55 +0000)]
mod_proxy_http: don't recycle backend connections known to be closed (eg. EOS by close).
This saves a useless ap_is_socket_connected() call when reused.

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

10 years agouse err_headers_out for setting cookies instead of headers_out, so they persist on...
Daniel Gruno [Tue, 11 Feb 2014 22:51:20 +0000 (22:51 +0000)]
use err_headers_out for setting cookies instead of headers_out, so they persist on non-2xx/3xx statuses (Thanks to Joe Schaefer for this)

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

10 years agoxforms
Daniel Gruno [Tue, 11 Feb 2014 22:49:21 +0000 (22:49 +0000)]
xforms

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

10 years agomod_lua: Upgrade r:setcookie to accept a table of arguments, and add domain, path...
Daniel Gruno [Tue, 11 Feb 2014 22:45:32 +0000 (22:45 +0000)]
mod_lua: Upgrade r:setcookie to accept a table of arguments, and add domain, path and HttpOnly to the list of options available for setting. PR 56128

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

10 years agomod_lua: Fix r:setcookie() to add, rather than replace,
Eric Covener [Tue, 11 Feb 2014 16:57:07 +0000 (16:57 +0000)]
mod_lua: Fix r:setcookie() to add, rather than replace,
the Set-Cookie header. PR56105

Submitted By: Kevin J Walters <kjw ms com>, Edward Lu <Chaosed0 gmail com>
Committed By: covener

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

10 years agoupdate transformation
André Malo [Tue, 11 Feb 2014 07:58:36 +0000 (07:58 +0000)]
update transformation

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

10 years agoQuick spelling fix
Victor J. Orlikowski [Sun, 9 Feb 2014 22:04:54 +0000 (22:04 +0000)]
Quick spelling fix

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

10 years agotypo in comments
Christophe Jaillet [Sun, 9 Feb 2014 21:24:38 +0000 (21:24 +0000)]
typo in comments

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

10 years agoUpdates.
Lucien Gentis [Sat, 8 Feb 2014 15:16:23 +0000 (15:16 +0000)]
Updates.

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

10 years agoFollow-up to r1512819:
Jeff Trawick [Fri, 7 Feb 2014 19:54:06 +0000 (19:54 +0000)]
Follow-up to r1512819:

Don't include "\" in the printable form of the data because
it will be escaped later in processing, and the extra escaping
throws off the alignment.  Just filter it out like unprintable
characters.

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

10 years agotypo
Jim Jagielski [Fri, 7 Feb 2014 18:56:49 +0000 (18:56 +0000)]
typo

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

10 years agoUpdates.
Lucien Gentis [Fri, 7 Feb 2014 17:32:42 +0000 (17:32 +0000)]
Updates.

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

10 years agoOops... missed this when I switched slaves to their
Jim Jagielski [Fri, 7 Feb 2014 16:44:57 +0000 (16:44 +0000)]
Oops... missed this when I switched slaves to their
own struct (for ease of use w/ arrays)

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

10 years agofollow-up to r1096569:
Jeff Trawick [Fri, 7 Feb 2014 16:15:20 +0000 (16:15 +0000)]
follow-up to r1096569:

remove unnecessary total_modules calculation

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

10 years agoAdd in the concept of "slave" connections...
Jim Jagielski [Fri, 7 Feb 2014 13:54:38 +0000 (13:54 +0000)]
Add in the concept of "slave" connections...
Allows for several "connections" all resulting in
a single real connection that talks to the network.
Right now, nothing uses this though.

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

10 years agoupdate transformation
André Malo [Thu, 6 Feb 2014 16:42:02 +0000 (16:42 +0000)]
update transformation

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

10 years agoupdate german translation
André Malo [Thu, 6 Feb 2014 16:39:40 +0000 (16:39 +0000)]
update german translation

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

10 years agoupdate transformation
André Malo [Thu, 6 Feb 2014 16:16:25 +0000 (16:16 +0000)]
update transformation

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

10 years agoadd example containers
André Malo [Thu, 6 Feb 2014 16:13:57 +0000 (16:13 +0000)]
add example containers

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

10 years agoupdate transformation
André Malo [Thu, 6 Feb 2014 09:37:12 +0000 (09:37 +0000)]
update transformation

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

10 years agoindentation fixup for multinode <pre> container
André Malo [Thu, 6 Feb 2014 09:34:52 +0000 (09:34 +0000)]
indentation fixup for multinode <pre> container

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

10 years agoupdate APLOGNO for r1564760
Kaspar Brand [Thu, 6 Feb 2014 05:25:12 +0000 (05:25 +0000)]
update APLOGNO for r1564760

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

10 years agoupdate transformation
André Malo [Wed, 5 Feb 2014 23:56:57 +0000 (23:56 +0000)]
update transformation

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

10 years agoleft-trim one-liner-<pre>s or -<highlight>s completely. The indentation is
André Malo [Wed, 5 Feb 2014 23:51:08 +0000 (23:51 +0000)]
left-trim one-liner-<pre>s or -<highlight>s completely. The indentation is
usually an accident.

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

10 years agomove the <pre> trimming code into its own module and use it both for html and
André Malo [Wed, 5 Feb 2014 23:19:32 +0000 (23:19 +0000)]
move the <pre> trimming code into its own module and use it both for html and
latex output

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

10 years agomove string-reverse function into its own file and share it.
André Malo [Wed, 5 Feb 2014 22:47:57 +0000 (22:47 +0000)]
move string-reverse function into its own file and share it.

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

10 years agoupdate transformation
André Malo [Wed, 5 Feb 2014 22:28:30 +0000 (22:28 +0000)]
update transformation

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

10 years agothis is not a quote.
André Malo [Wed, 5 Feb 2014 22:20:24 +0000 (22:20 +0000)]
this is not a quote.

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

10 years agoimprove output by trimming spaces from <pre> and <highlight> output.
André Malo [Wed, 5 Feb 2014 22:19:53 +0000 (22:19 +0000)]
improve output by trimming spaces from <pre> and <highlight> output.
- strip the initial empty lines, but keep initial indentation
- strip trailing whitespace completely.

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

10 years ago<pre> does not accept a class attribute.
André Malo [Wed, 5 Feb 2014 19:46:59 +0000 (19:46 +0000)]
<pre> does not accept a class attribute.

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

10 years agorename zh-cn html files and update transformation
André Malo [Wed, 5 Feb 2014 15:20:19 +0000 (15:20 +0000)]
rename zh-cn html files and update transformation

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

10 years agobuild bootstrap
André Malo [Wed, 5 Feb 2014 15:15:29 +0000 (15:15 +0000)]
build bootstrap

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

10 years agozh-cn documents missing utf8 extension. d'oh.
André Malo [Wed, 5 Feb 2014 15:14:43 +0000 (15:14 +0000)]
zh-cn documents missing utf8 extension. d'oh.

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

10 years agofix tr docs charset
André Malo [Wed, 5 Feb 2014 13:33:29 +0000 (13:33 +0000)]
fix tr docs charset

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

10 years agoWith OpenSSL 1.0.2 or later, enable OCSP stapling in a loop based on
Kaspar Brand [Wed, 5 Feb 2014 13:02:35 +0000 (13:02 +0000)]
With OpenSSL 1.0.2 or later, enable OCSP stapling in a loop based on
SSL_CTX_set_current_cert(), near the end of ssl_init_server_ctx.

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

10 years agomod_proxy_fcgi: Fix error message when an unexpected protocol version
Jeff Trawick [Wed, 5 Feb 2014 12:58:11 +0000 (12:58 +0000)]
mod_proxy_fcgi: Fix error message when an unexpected protocol version
number is received from the application.

PR: 56110

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

10 years agoFix support for uploading files by using pushlstring instead of pushstring when pushi...
Daniel Gruno [Wed, 5 Feb 2014 12:04:14 +0000 (12:04 +0000)]
Fix support for uploading files by using pushlstring instead of pushstring when pushing binary data.

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

10 years agoUse the correct IP addresses to populate the proxy_ips field
Mike Rumph [Tue, 4 Feb 2014 20:38:01 +0000 (20:38 +0000)]
Use the correct IP addresses to populate the proxy_ips field
in mod_remoteip.c.  PR 55972.

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

10 years agoupdate transformation
André Malo [Tue, 4 Feb 2014 20:01:43 +0000 (20:01 +0000)]
update transformation

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

10 years agoupdate German translation (low hanging fruit)
André Malo [Tue, 4 Feb 2014 19:52:11 +0000 (19:52 +0000)]
update German translation (low hanging fruit)

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

10 years ago* Only use PCRE_DUPNAMES if it is present (only in more recent versions of PCRE)
Ruediger Pluem [Tue, 4 Feb 2014 19:39:18 +0000 (19:39 +0000)]
* Only use PCRE_DUPNAMES if it is present (only in more recent versions of PCRE)

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

10 years ago* Do not parse URL in case of regular expression as they likely do not follow
Ruediger Pluem [Tue, 4 Feb 2014 19:36:50 +0000 (19:36 +0000)]
* Do not parse URL in case of regular expression as they likely do not follow
  the URL syntax.

PR: 56074

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

10 years agobuild bootstrap
André Malo [Mon, 3 Feb 2014 21:06:45 +0000 (21:06 +0000)]
build bootstrap

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

10 years agoactivate chm.
André Malo [Mon, 3 Feb 2014 21:05:09 +0000 (21:05 +0000)]
activate chm.

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

10 years agofix links
André Malo [Mon, 3 Feb 2014 21:04:03 +0000 (21:04 +0000)]
fix links

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

10 years agoCorrect the trusted proxy match test in mod_remoteip. PR 54651.\n\nSubmitted By:...
Mike Rumph [Mon, 3 Feb 2014 21:01:17 +0000 (21:01 +0000)]
Correct the trusted proxy match test in mod_remoteip. PR 54651.\n\nSubmitted By: Yoshinori Ehara <yoshinori ehara gmail com>\nEndorsed By: Eugene L <eugenel amazon com>\nCommited By: mrumph

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

10 years agoimprove pdf TOC output
André Malo [Mon, 3 Feb 2014 14:15:02 +0000 (14:15 +0000)]
improve pdf TOC output

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

10 years agofix a few spelling errors
Jeff Trawick [Mon, 3 Feb 2014 13:50:14 +0000 (13:50 +0000)]
fix a few spelling errors

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

10 years agoput indexes in pdf where they were planned.
André Malo [Mon, 3 Feb 2014 13:34:53 +0000 (13:34 +0000)]
put indexes in pdf where they were planned.

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

10 years agoTesting SVN commit
Mike Rumph [Mon, 3 Feb 2014 00:29:46 +0000 (00:29 +0000)]
Testing SVN commit

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

10 years agoupdate transformation
André Malo [Sun, 2 Feb 2014 23:31:47 +0000 (23:31 +0000)]
update transformation

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

10 years agograb some low-hanging fruit and update some German translations.
André Malo [Sun, 2 Feb 2014 23:28:55 +0000 (23:28 +0000)]
grab some low-hanging fruit and update some German translations.

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

10 years agoignore external references in the sitemap
André Malo [Sun, 2 Feb 2014 22:45:11 +0000 (22:45 +0000)]
ignore external references in the sitemap

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

10 years agoupdate transformation
André Malo [Sun, 2 Feb 2014 22:39:59 +0000 (22:39 +0000)]
update transformation

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

10 years agouse minified prettify script
André Malo [Sun, 2 Feb 2014 22:20:23 +0000 (22:20 +0000)]
use minified prettify script

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

10 years agoadd minified prettify script version
André Malo [Sun, 2 Feb 2014 22:19:44 +0000 (22:19 +0000)]
add minified prettify script version

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

10 years agoremove trailing comma, avoiding syntax errors in older browsers - and chm
André Malo [Sun, 2 Feb 2014 22:09:55 +0000 (22:09 +0000)]
remove trailing comma, avoiding syntax errors in older browsers - and chm
viewers.

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

10 years agoupdate chinese chm settings
André Malo [Sun, 2 Feb 2014 21:35:54 +0000 (21:35 +0000)]
update chinese chm settings

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

10 years agodisable da chm build (too less files)
André Malo [Sun, 2 Feb 2014 21:27:47 +0000 (21:27 +0000)]
disable da chm build (too less files)

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

10 years agoupdate chm settings for danish.
André Malo [Sun, 2 Feb 2014 21:24:32 +0000 (21:24 +0000)]
update chm settings for danish.

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

10 years agoupdate chm toc font info
André Malo [Sun, 2 Feb 2014 21:17:54 +0000 (21:17 +0000)]
update chm toc font info

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

10 years agohmm. same directive in different modules? sorting is undefined...
André Malo [Sun, 2 Feb 2014 21:10:42 +0000 (21:10 +0000)]
hmm. same directive in different modules? sorting is undefined...

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

10 years agobuild bootstrap with new xalan
André Malo [Sun, 2 Feb 2014 21:06:36 +0000 (21:06 +0000)]
build bootstrap with new xalan

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

10 years agoupdate transformation
André Malo [Sun, 2 Feb 2014 21:03:22 +0000 (21:03 +0000)]
update transformation

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

10 years agoprepare for upcoming xalan update
André Malo [Sun, 2 Feb 2014 19:53:08 +0000 (19:53 +0000)]
prepare for upcoming xalan update

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

10 years agoTesting SVN commit.
Mike Rumph [Sun, 2 Feb 2014 17:30:53 +0000 (17:30 +0000)]
Testing SVN commit.

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

10 years agoUpdates.
Lucien Gentis [Sun, 2 Feb 2014 15:30:43 +0000 (15:30 +0000)]
Updates.

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

10 years agomsdn url change
André Malo [Sun, 2 Feb 2014 14:51:41 +0000 (14:51 +0000)]
msdn url change

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

10 years agoupdate transformation
André Malo [Sat, 1 Feb 2014 22:26:13 +0000 (22:26 +0000)]
update transformation

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

10 years agobuild bootstrap
André Malo [Sat, 1 Feb 2014 22:23:36 +0000 (22:23 +0000)]
build bootstrap

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

10 years agoport retirement styles from 2.0 to trunk
André Malo [Sat, 1 Feb 2014 22:22:18 +0000 (22:22 +0000)]
port retirement styles from 2.0 to trunk

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

10 years agoenable auto curve selection for ephemeral ECDH keys
Kaspar Brand [Sat, 1 Feb 2014 14:04:23 +0000 (14:04 +0000)]
enable auto curve selection for ephemeral ECDH keys
when compiled against OpenSSL 1.0.2 or later

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

10 years agoAdd %{CONN_REMOTE_ADDR} to mod_rewrite. PR56094
Eric Covener [Sat, 1 Feb 2014 14:02:29 +0000 (14:02 +0000)]
Add %{CONN_REMOTE_ADDR} to mod_rewrite. PR56094

Submitted By: Edward Lu <Chaosed0 gmail com>
Committed By: covener

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

10 years agoFollowup fix for r1553824:
Kaspar Brand [Sat, 1 Feb 2014 13:57:06 +0000 (13:57 +0000)]
Followup fix for r1553824:

also pass the file name to ssl_load_encrypted_pkey, to make sure that we
retry with the same filename we used for SSL_CTX_use_PrivateKey_file first

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

10 years agos/apr_pstrndup/apr_pstrmemdup/ when applicable
Christophe Jaillet [Sat, 1 Feb 2014 08:26:33 +0000 (08:26 +0000)]
s/apr_pstrndup/apr_pstrmemdup/ when applicable

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

10 years agoUse %pm in order to save 8k of stack in 'ap_pcfg_strerror'
Christophe Jaillet [Sat, 1 Feb 2014 07:55:58 +0000 (07:55 +0000)]
Use %pm in order to save 8k of stack in 'ap_pcfg_strerror'

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

10 years agoadd the URI to DEBUG message 00765 (and drop an exclamation point):
Eric Covener [Fri, 31 Jan 2014 17:40:54 +0000 (17:40 +0000)]
add the URI to DEBUG message 00765 (and drop an exclamation point):

  Cache provider's store_body failed!

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

10 years agooops.
Jim Jagielski [Wed, 29 Jan 2014 16:07:20 +0000 (16:07 +0000)]
oops.

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

10 years agoMore debugging
Jim Jagielski [Wed, 29 Jan 2014 15:10:08 +0000 (15:10 +0000)]
More debugging

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

10 years ago- treat highlight sections in latex output identically to pre sections.
André Malo [Wed, 29 Jan 2014 11:14:09 +0000 (11:14 +0000)]
- treat highlight sections in latex output identically to pre sections.
- trim whitespaces from pre and highligh sections.

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

10 years agoupdate transformation
André Malo [Tue, 28 Jan 2014 23:04:45 +0000 (23:04 +0000)]
update transformation

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

10 years agonoxml.fr property is no longer correct
André Malo [Tue, 28 Jan 2014 23:01:36 +0000 (23:01 +0000)]
noxml.fr property is no longer correct

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

10 years ago- fix various internal links, directive and module references
André Malo [Tue, 28 Jan 2014 22:59:24 +0000 (22:59 +0000)]
- fix various internal links, directive and module references
- add missing documents to the sitemap (if it's not in the sitemap, it's not
  going into any of the offline formats)
- fix a few metafile references (d'oh)
- fix some typos along the way

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

10 years agofix links relative to the current directory
André Malo [Tue, 28 Jan 2014 22:56:02 +0000 (22:56 +0000)]
fix links relative to the current directory

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

10 years agorestore directive output without module attribute
André Malo [Tue, 28 Jan 2014 22:55:37 +0000 (22:55 +0000)]
restore directive output without module attribute

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