]> granicus.if.org Git - apache/log
apache
8 years agoxforms
Christophe Jaillet [Fri, 27 May 2016 05:48:32 +0000 (05:48 +0000)]
xforms

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

8 years agoImprove highlight
Christophe Jaillet [Fri, 27 May 2016 05:47:43 +0000 (05:47 +0000)]
Improve highlight

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

8 years ago_setargv will not compile on _MSC_VER > 1700 MS documentation's example simply does...
Gregg Lewis Smith [Wed, 25 May 2016 16:27:59 +0000 (16:27 +0000)]
_setargv will not compile on _MSC_VER > 1700 MS documentation's example simply does not work. Disabe for now, Apachemonitor still works.

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

8 years agoTranslated to match english revision.
Luis Gil [Mon, 23 May 2016 15:41:18 +0000 (15:41 +0000)]
Translated to match english revision.
Reviewed. build the html file

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

8 years agoxform
Eric Covener [Mon, 23 May 2016 14:55:42 +0000 (14:55 +0000)]
xform

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

8 years agoadd a -R example, I had to ask for help to figure out the single quotes.
Eric Covener [Mon, 23 May 2016 14:55:13 +0000 (14:55 +0000)]
add a -R example, I had to ask for help to figure out the single quotes.

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

8 years agominor fixes fixed the first example not displaying correctly.
Luis Gil [Mon, 23 May 2016 13:45:33 +0000 (13:45 +0000)]
minor fixes fixed the first example not displaying correctly.

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

8 years agomodified the revision number
Luis Gil [Mon, 23 May 2016 13:12:43 +0000 (13:12 +0000)]
modified the revision number

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

8 years agoFixed the time in the line previouse to the example.
Luis Gil [Mon, 23 May 2016 13:11:15 +0000 (13:11 +0000)]
Fixed the time in the line previouse to the example.

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

8 years agoTranslated to match english revision.
Luis Gil [Mon, 23 May 2016 13:05:58 +0000 (13:05 +0000)]
Translated to match english revision.
Reviewed. Added the xml file to repo

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

8 years agomod_http2: fix possible null pointer deref in bucket beams on receive
Stefan Eissing [Mon, 23 May 2016 12:37:53 +0000 (12:37 +0000)]
mod_http2: fix possible null pointer deref in bucket beams on receive

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

8 years agoDocumentation Rebuild
Luca Toscano [Mon, 23 May 2016 12:14:50 +0000 (12:14 +0000)]
Documentation Rebuild

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

8 years agoAdding a note to mod_proxy documentation to clarify DNS resolution with origin server...
Luca Toscano [Mon, 23 May 2016 12:14:19 +0000 (12:14 +0000)]
Adding a note to mod_proxy documentation to clarify DNS resolution with origin servers. Follow up from a question on users@.

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

8 years agoTranslated to match english revision.
Luis Gil [Mon, 23 May 2016 11:38:58 +0000 (11:38 +0000)]
Translated to match english revision.
Reviewed.

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

8 years agoPhrasing assumed you're converting from auth_basic.
Rich Bowen [Sun, 22 May 2016 14:46:25 +0000 (14:46 +0000)]
Phrasing assumed you're converting from auth_basic.

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

8 years agoinclude the scheme in the error message about missing a
Eric Covener [Sun, 22 May 2016 13:11:11 +0000 (13:11 +0000)]
include the scheme in the error message about missing a
mod_proxy_submodule (mod_proxy_$usually_a_scheme)

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

8 years agoPR59612: Print the ap_expr() error message when an expression cannot
Eric Covener [Sun, 22 May 2016 12:03:21 +0000 (12:03 +0000)]
PR59612: Print the ap_expr() error message when an expression cannot
be evaluated in forward-dns provider.

Submitted By: Tianyin Xu <tixu cs.ucsd.edu>
Committed By: covener

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

8 years agoPR59611: Fix AH02633 require type
Eric Covener [Sun, 22 May 2016 12:00:33 +0000 (12:00 +0000)]
PR59611: Fix AH02633 require type

Submitted By: Tianyin Xu <tixu cs.ucsd.edu>
Commited By: covener

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

8 years agorebuild
Rich Bowen [Sat, 21 May 2016 21:01:21 +0000 (21:01 +0000)]
rebuild

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

8 years agoClarify the meaning of the file-group syntax, as per bz59610
Rich Bowen [Sat, 21 May 2016 20:59:25 +0000 (20:59 +0000)]
Clarify the meaning of the file-group syntax, as per bz59610

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

8 years agoSave a few bytes in the conf pool.
Christophe Jaillet [Sat, 21 May 2016 20:39:59 +0000 (20:39 +0000)]
Save a few bytes in the conf pool.

The directive's names don't need to be duplicated in this pool when parsing the configuration file.

Either they match a known directive name and we can use it directly if needed. Otherwise, it is still possible to make a copy afterwards.

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

8 years agoRebuild.
Lucien Gentis [Sat, 21 May 2016 16:50:44 +0000 (16:50 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 21 May 2016 16:49:54 +0000 (16:49 +0000)]
XML updates.

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

8 years agoupdate
Jim Jagielski [Sat, 21 May 2016 15:16:41 +0000 (15:16 +0000)]
update

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

8 years agobackported
Jim Jagielski [Sat, 21 May 2016 15:12:59 +0000 (15:12 +0000)]
backported

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

8 years agore build
Luis Gil [Sat, 21 May 2016 07:10:51 +0000 (07:10 +0000)]
re build

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

8 years agore build
Luis Gil [Sat, 21 May 2016 06:58:40 +0000 (06:58 +0000)]
re build

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

8 years agoSupport build files for mod_proxy_http2
William A. Rowe Jr [Fri, 20 May 2016 20:11:41 +0000 (20:11 +0000)]
Support build files for mod_proxy_http2

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

8 years agoAdd mod_proxy_http2 based on CMakeLists.txt prereqs
William A. Rowe Jr [Fri, 20 May 2016 17:41:41 +0000 (17:41 +0000)]
Add mod_proxy_http2 based on CMakeLists.txt prereqs

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

8 years agoCorrect line endings / these are text files
William A. Rowe Jr [Fri, 20 May 2016 17:11:07 +0000 (17:11 +0000)]
Correct line endings / these are text files

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

8 years agoYes this is text, as well as an image/* mime-type.
William A. Rowe Jr [Fri, 20 May 2016 17:08:17 +0000 (17:08 +0000)]
Yes this is text, as well as an image/* mime-type.

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

8 years agoNot sure how these came to be checked in as non-text
William A. Rowe Jr [Fri, 20 May 2016 16:59:56 +0000 (16:59 +0000)]
Not sure how these came to be checked in as non-text

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

8 years agomod_http2: fixing re-entrancy problems with new master event dispatching
Stefan Eissing [Fri, 20 May 2016 14:37:39 +0000 (14:37 +0000)]
mod_http2: fixing re-entrancy problems with new master event dispatching

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

8 years agomod_http2: improved resume/response/window update handling on master connection
Stefan Eissing [Fri, 20 May 2016 11:18:37 +0000 (11:18 +0000)]
mod_http2: improved resume/response/window update handling on master connection

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

8 years agoRemove out-dated comment
Christophe Jaillet [Fri, 20 May 2016 04:18:48 +0000 (04:18 +0000)]
Remove out-dated comment

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

8 years agoadd availability to rewriteoption too
Eric Covener [Thu, 19 May 2016 14:03:11 +0000 (14:03 +0000)]
add availability to rewriteoption too

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

8 years agousing context info for rewritebase was not until 2.4.16
Eric Covener [Thu, 19 May 2016 14:01:14 +0000 (14:01 +0000)]
using context info for rewritebase was not until 2.4.16

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

8 years agoAvoid memory allocation before making sure that this handler can handle the URL
Christophe Jaillet [Wed, 18 May 2016 21:54:09 +0000 (21:54 +0000)]
Avoid memory allocation before making sure that this handler can handle the URL

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

8 years agoAvoid memory allocation before making sure that this handler can handle the URL
Christophe Jaillet [Wed, 18 May 2016 21:46:42 +0000 (21:46 +0000)]
Avoid memory allocation before making sure that this handler can handle the URL

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

8 years agoAvoid memory allocation before making sure that this handler can handle the URL
Christophe Jaillet [Wed, 18 May 2016 21:41:02 +0000 (21:41 +0000)]
Avoid memory allocation before making sure that this handler can handle the URL

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

8 years agoCHANGES update and version bump after backport of mod_http2 v1.5.5
Stefan Eissing [Wed, 18 May 2016 15:10:53 +0000 (15:10 +0000)]
CHANGES update and version bump after backport of mod_http2 v1.5.5

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

8 years agomod_http2: fixes timeout vs. keepalive timeout use when closing streams on flush...
Stefan Eissing [Wed, 18 May 2016 14:39:33 +0000 (14:39 +0000)]
mod_http2: fixes timeout vs. keepalive timeout use when closing streams on flush, adding pseudo header length check against limit_req_line

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

8 years agoTranslated to match english revision.
Luis Gil [Wed, 18 May 2016 09:49:53 +0000 (09:49 +0000)]
Translated to match english revision.
Reviewed.

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

8 years agoavoid a copy/paste trap. Similar style used elsewhere in INSTALL.
Eric Covener [Tue, 17 May 2016 17:58:52 +0000 (17:58 +0000)]
avoid a copy/paste trap. Similar style used elsewhere in INSTALL.

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

8 years agomod_http2: checking configured Limit* values against header fields
Stefan Eissing [Tue, 17 May 2016 14:33:15 +0000 (14:33 +0000)]
mod_http2: checking configured Limit* values against header fields

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

8 years agomod_rewrite: adding h2:// and h2c:// proxy schemes to absolute uri detection, patch...
Stefan Eissing [Tue, 17 May 2016 08:24:10 +0000 (08:24 +0000)]
mod_rewrite: adding h2:// and h2c:// proxy schemes to absolute uri detection, patch by Evgeny Kotkov

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

8 years agomod_http2: adding export to netware build, thanks normw
Stefan Eissing [Tue, 17 May 2016 08:08:53 +0000 (08:08 +0000)]
mod_http2: adding export to netware build, thanks normw

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

8 years agomod_http2: fixing c->current_thread on slave connections, addresses PR 59542
Stefan Eissing [Tue, 17 May 2016 08:03:32 +0000 (08:03 +0000)]
mod_http2: fixing c->current_thread on slave connections, addresses PR 59542

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

8 years agoDocumentation rebuild
Luca Toscano [Sun, 15 May 2016 21:07:24 +0000 (21:07 +0000)]
Documentation rebuild

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

8 years agodocumentation rebuild
Luca Toscano [Sun, 15 May 2016 21:03:03 +0000 (21:03 +0000)]
documentation rebuild

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

8 years agoUpdated broken link and added a clarification example for mod_authn_dbm. PR: 59558
Luca Toscano [Sun, 15 May 2016 21:02:10 +0000 (21:02 +0000)]
Updated broken link and added a clarification example for mod_authn_dbm. PR: 59558

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

8 years agoupdate after backport of latest http2 changes, version bump
Stefan Eissing [Sat, 14 May 2016 11:49:58 +0000 (11:49 +0000)]
update after backport of latest http2 changes, version bump

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

8 years agoxforms
Christophe Jaillet [Sat, 14 May 2016 09:00:34 +0000 (09:00 +0000)]
xforms

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

8 years agoAdd a link
Christophe Jaillet [Sat, 14 May 2016 09:00:16 +0000 (09:00 +0000)]
Add a link

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

8 years agoxforms
Christophe Jaillet [Sat, 14 May 2016 07:17:33 +0000 (07:17 +0000)]
xforms

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

8 years agoFix typo in doc as spotted by Pete Edwards in online doc.
Christophe Jaillet [Sat, 14 May 2016 07:16:30 +0000 (07:16 +0000)]
Fix typo in doc as spotted by Pete Edwards  in online doc.
Improve layout.
Synchronize with 2.4.x for relevant parts

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

8 years agoFix NULL pointer dereference
Christophe Jaillet [Sat, 14 May 2016 06:23:25 +0000 (06:23 +0000)]
Fix NULL pointer dereference

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

8 years agoAvoid truncating the_request line when there is no request to 'W'rite.
William A. Rowe Jr [Fri, 13 May 2016 16:52:33 +0000 (16:52 +0000)]
Avoid truncating the_request line when there is no request to 'W'rite.

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

8 years agofix for handling invalid proxy uris and code cleanup provided by Evgeny Kotkov
Stefan Eissing [Thu, 12 May 2016 15:12:59 +0000 (15:12 +0000)]
fix for handling invalid proxy uris and code cleanup provided by Evgeny Kotkov

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

8 years agoapplied mod_proxy_http2 related cmake biuld changes as proposed by Evgeny Kotkov
Stefan Eissing [Thu, 12 May 2016 15:04:18 +0000 (15:04 +0000)]
applied mod_proxy_http2 related cmake biuld changes as proposed by Evgeny Kotkov

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

8 years agoRevert 1742822, incorrect assumptions here
William A. Rowe Jr [Thu, 12 May 2016 14:50:09 +0000 (14:50 +0000)]
Revert 1742822, incorrect assumptions here

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

8 years agoadjusteing changes after backport, mod_http2: version bump, adding modified patch...
Stefan Eissing [Wed, 11 May 2016 11:03:41 +0000 (11:03 +0000)]
adjusteing changes after backport, mod_http2: version bump, adding modified patch for c->aborted by Michael Kaufmann

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

8 years agominor fixes
Luis Gil [Tue, 10 May 2016 21:26:31 +0000 (21:26 +0000)]
minor fixes

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

8 years agominor fixes
Luis Gil [Tue, 10 May 2016 19:16:11 +0000 (19:16 +0000)]
minor fixes

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

8 years agoFixed words
Luis Gil [Mon, 9 May 2016 17:21:14 +0000 (17:21 +0000)]
Fixed words

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

8 years agoFixed misspelled word
Luis Gil [Mon, 9 May 2016 16:56:45 +0000 (16:56 +0000)]
Fixed misspelled word

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

8 years agocommit of the html file and fixed some spelling errors
Luis Gil [Mon, 9 May 2016 16:26:46 +0000 (16:26 +0000)]
commit of the html file and fixed some spelling errors

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

8 years agoFix yet another case where we clobber the
Rainer Jung [Sun, 8 May 2016 13:53:37 +0000 (13:53 +0000)]
Fix yet another case where we clobber the
server-status request info when a timeout happens.

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

8 years agoRebuild.
Lucien Gentis [Sun, 8 May 2016 13:20:22 +0000 (13:20 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sun, 8 May 2016 13:19:22 +0000 (13:19 +0000)]
XML updates.

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

8 years agoFollowup to r1742791: Probably the better fix
Rainer Jung [Sun, 8 May 2016 10:17:57 +0000 (10:17 +0000)]
Followup to r1742791: Probably the better fix
is not fiddling with connection changes but instead
use a NULL request like in similar places.

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

8 years agoDon't globber scoreboard request info if
Rainer Jung [Sun, 8 May 2016 10:09:17 +0000 (10:09 +0000)]
Don't globber scoreboard request info if
read_request_line() fails with a timeout.
In that case there's no new useful request
info available.

Noticed via server-status showing request
"NULL" after keep-alive connections timed out.

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

8 years agoRebuild.
Lucien Gentis [Sat, 7 May 2016 16:29:46 +0000 (16:29 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 7 May 2016 16:28:36 +0000 (16:28 +0000)]
XML updates.

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

8 years agoFollow up to r1740928: mod_ssl.h now needs http_config.h
Yann Ylavic [Sat, 7 May 2016 09:51:37 +0000 (09:51 +0000)]
Follow up to r1740928: mod_ssl.h now needs http_config.h

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

8 years agocommit the meta file
Luis Gil [Thu, 5 May 2016 20:38:21 +0000 (20:38 +0000)]
commit the meta file

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

8 years agoNo need to set CFLAGS and LDFLAGS for "ab"
Rainer Jung [Thu, 5 May 2016 19:47:55 +0000 (19:47 +0000)]
No need to set CFLAGS and LDFLAGS for "ab"
during detection of libnghttp2. "ab" doesn't
yet support http2.

The macros were probably copied over from our
OpenSSL detection, where it actually makes
sense to adjust the "ab" flags.

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

8 years agoImprove alignment
Christophe Jaillet [Thu, 5 May 2016 16:14:57 +0000 (16:14 +0000)]
Improve alignment

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

8 years agoImprove alignment
Christophe Jaillet [Thu, 5 May 2016 16:14:22 +0000 (16:14 +0000)]
Improve alignment

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

8 years agoImprove alignment
Christophe Jaillet [Thu, 5 May 2016 16:13:43 +0000 (16:13 +0000)]
Improve alignment

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

8 years agoAvoid a potential NULL pointer deference.
Christophe Jaillet [Thu, 5 May 2016 16:12:47 +0000 (16:12 +0000)]
Avoid a potential NULL pointer deference.

Not sure this can happen, but the tests in this function handle such a case, so they should  handle it correctly.

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

8 years agoupdated FAQ index and rebuilded html
Luis Gil [Thu, 5 May 2016 12:10:11 +0000 (12:10 +0000)]
updated FAQ index and rebuilded html

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

8 years agoupdatedupdated and reviewed, translated to last en revision
Luis Gil [Thu, 5 May 2016 11:47:14 +0000 (11:47 +0000)]
updatedupdated and reviewed, translated to last en revision

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

8 years agoupdatedupdated and reviewed
Luis Gil [Thu, 5 May 2016 10:46:32 +0000 (10:46 +0000)]
updatedupdated and reviewed

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

8 years agoupdatedupdated and reviewed
Luis Gil [Thu, 5 May 2016 10:40:53 +0000 (10:40 +0000)]
updatedupdated and reviewed

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

8 years agoupdated and reviewed
Luis Gil [Thu, 5 May 2016 10:39:37 +0000 (10:39 +0000)]
updated and reviewed

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

8 years agoAvoid a potential NULL pointer deference.
Christophe Jaillet [Thu, 5 May 2016 06:13:09 +0000 (06:13 +0000)]
Avoid a potential NULL pointer deference.

Not sure this can happen, but the tests in this function handle such a case, so they should  handle it correctly.

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

8 years agoaddendum to r1742260
Stefan Eissing [Wed, 4 May 2016 12:48:05 +0000 (12:48 +0000)]
addendum to r1742260

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

8 years agomod_http2: fix for partial file buckets in master connection output, flushing of...
Stefan Eissing [Wed, 4 May 2016 12:32:05 +0000 (12:32 +0000)]
mod_http2: fix for partial file buckets in master connection output, flushing of output revisited, uplift of some 2.4.x compat changes on slave filters

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

8 years agoWe need another guard, this may resolve a crash in the rather odd faux-server
William A. Rowe Jr [Tue, 3 May 2016 16:02:43 +0000 (16:02 +0000)]
We need another guard, this may resolve a crash in the rather odd faux-server
implementation in mod_perl test suite which calls access checking too early.

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

8 years agofixed reference to mod_http2
Stefan Eissing [Tue, 3 May 2016 09:00:21 +0000 (09:00 +0000)]
fixed reference to mod_http2

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

8 years agoadd comments for all media types in IANA registry dated 2016-05-02
Roy T. Fielding [Tue, 3 May 2016 00:02:28 +0000 (00:02 +0000)]
add comments for all media types in IANA registry dated 2016-05-02

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

8 years agodocumentation rebuild
Luca Toscano [Mon, 2 May 2016 19:27:06 +0000 (19:27 +0000)]
documentation rebuild

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

8 years agoFixed wording about the event's doc page after Mike's feedback on dev@
Luca Toscano [Mon, 2 May 2016 19:26:12 +0000 (19:26 +0000)]
Fixed wording about the event's doc page after Mike's feedback on dev@

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

8 years agomod_http2: rewrote TLS buffering on master connection
Stefan Eissing [Mon, 2 May 2016 16:39:42 +0000 (16:39 +0000)]
mod_http2: rewrote TLS buffering on master connection

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

8 years agomod_http2: fixed typo re unintended double negate
Stefan Eissing [Mon, 2 May 2016 08:35:21 +0000 (08:35 +0000)]
mod_http2: fixed typo re unintended double negate

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

8 years agoRemove useless <br \> in highlight blocks.
Christophe Jaillet [Sun, 1 May 2016 17:47:37 +0000 (17:47 +0000)]
Remove useless <br \> in highlight blocks.

(r1741864 in 2.4.x + small tweak because quoting is different. This will be fixed later on)

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

8 years agoRemove useless <br \> in highlight blocks.
Christophe Jaillet [Sun, 1 May 2016 06:47:18 +0000 (06:47 +0000)]
Remove useless <br \> in highlight blocks.

(r1741841 in 2.4.x + small tweak for logs.xml because quoting is different. This will be fixed later on)

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

8 years agoRebuild.
Lucien Gentis [Sat, 30 Apr 2016 15:06:31 +0000 (15:06 +0000)]
Rebuild.

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

8 years agoXML update.
Lucien Gentis [Sat, 30 Apr 2016 15:05:35 +0000 (15:05 +0000)]
XML update.

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