]>
granicus.if.org Git - apache/log
Graham Leggett [Sun, 12 Jun 2016 00:58:09 +0000 (00:58 +0000)]
mod_dav: Add dav_get_provider_name() function to obtain the name
of the provider from mod_dav.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747946 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 10 Jun 2016 22:53:07 +0000 (22:53 +0000)]
Strip proxy:fcgi:// just like proxy:balancer
Submitted By: Jacob Champion <champion.pxi gmail.com>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747810 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 10 Jun 2016 22:44:39 +0000 (22:44 +0000)]
Add -DDUMP_INCLUDES configtest option to show the tree
of Included configuration files.
Example:
Included configuration files:
(*) .../conf/httpd.conf
(517) .../conf/extra/proxy-html.conf
(91) /dev/null
Submitted By: Jacob Champion <champion.pxi gmail.com>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747808 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 10 Jun 2016 22:12:55 +0000 (22:12 +0000)]
When ap_proxy_show_hcmethod has been backported in 2.4.x (r1744951) the function has not been placed at the same position in the code (see r1725306).
Move it at the same place in oder to synch 2.4.x and trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747807 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 10 Jun 2016 15:27:34 +0000 (15:27 +0000)]
mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch by Evgeny Kotkov
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747735 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 9 Jun 2016 14:03:07 +0000 (14:03 +0000)]
mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2_util.c, updated dsp and cmake as well as configure files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747550 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 9 Jun 2016 11:20:02 +0000 (11:20 +0000)]
mod_http2: uddated changes and version after backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747535 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 9 Jun 2016 10:28:51 +0000 (10:28 +0000)]
mod_http2: more orderly destruction of stream/task pairs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747531 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 9 Jun 2016 02:42:23 +0000 (02:42 +0000)]
A much more innocuous cut-and-paste flaw
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747484 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 9 Jun 2016 02:40:08 +0000 (02:40 +0000)]
Have to walk it back, but somewhere along the way, I missed a critical edit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747483 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 9 Jun 2016 01:05:45 +0000 (01:05 +0000)]
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
This time, with merge-ability back into 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747478 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 9 Jun 2016 01:04:47 +0000 (01:04 +0000)]
Major issue with these two specific edits falling into r1747469
is that it becomes impossible to cleanly merge into branches/2.4.x.
Reverting this one functional/historical edit, to recommit for merging.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747477 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 9 Jun 2016 00:19:24 +0000 (00:19 +0000)]
The answer to the question appears to be in 2.4.21, drop h2_casecmpstr fork
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747470 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 9 Jun 2016 00:06:42 +0000 (00:06 +0000)]
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747469 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jun 2016 23:46:13 +0000 (23:46 +0000)]
Update code to mirror r1747461 of apr-2.0 apr_cstr.c.
More legible, slightly more performant. Based on the
compiler in use and -O flags, YMWV.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747468 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 8 Jun 2016 23:32:26 +0000 (23:32 +0000)]
backported (expected more)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747467 13f79535 -47bb-0310-9956-
ffa450edef68
Luis Gil [Wed, 8 Jun 2016 11:37:09 +0000 (11:37 +0000)]
commited just for work over it (since its too long (on going )
still have the outdated tag just if some acces to the page
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747381 13f79535 -47bb-0310-9956-
ffa450edef68
Luis Gil [Wed, 8 Jun 2016 11:08:46 +0000 (11:08 +0000)]
Translated to match english revision.
Reviewed. build the html file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747374 13f79535 -47bb-0310-9956-
ffa450edef68
Luis Gil [Wed, 8 Jun 2016 10:33:44 +0000 (10:33 +0000)]
Translated to match english revision.
Reviewed. build the html file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747368 13f79535 -47bb-0310-9956-
ffa450edef68
Luis Gil [Wed, 8 Jun 2016 00:11:57 +0000 (00:11 +0000)]
Translated to match english revision.
Reviewed. build the html file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747328 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Tue, 7 Jun 2016 12:05:59 +0000 (12:05 +0000)]
update CHANGES and mod_http2 version after backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747201 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 7 Jun 2016 11:29:09 +0000 (11:29 +0000)]
Update htdbm manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747193 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 7 Jun 2016 11:00:52 +0000 (11:00 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747191 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 7 Jun 2016 10:40:52 +0000 (10:40 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747186 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 7 Jun 2016 10:34:59 +0000 (10:34 +0000)]
The -l option requires a filename argument.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747185 13f79535 -47bb-0310-9956-
ffa450edef68
Luis Gil [Tue, 7 Jun 2016 10:31:55 +0000 (10:31 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747184 13f79535 -47bb-0310-9956-
ffa450edef68
Luis Gil [Tue, 7 Jun 2016 10:30:27 +0000 (10:30 +0000)]
Translated to match english revision.
Reviewed. build the html file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747183 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Tue, 7 Jun 2016 08:54:02 +0000 (08:54 +0000)]
mod_http2: fixes a mem corruption when streams/connections terminated before tasks returned
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1747170 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Mon, 6 Jun 2016 12:54:47 +0000 (12:54 +0000)]
mod_http2: updated CHANGES and version bump after backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746988 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 5 Jun 2016 09:17:33 +0000 (09:17 +0000)]
Delay a table lookup until we know that we can handle the request.
Concat a string at compile time, rather than run time.
Some various style fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746884 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 5 Jun 2016 08:40:20 +0000 (08:40 +0000)]
No need to scan the first 5 bytes, they are already correct (i.e. HTTP_)
Fix indentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746878 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 4 Jun 2016 15:50:20 +0000 (15:50 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746839 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 4 Jun 2016 15:49:29 +0000 (15:49 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746838 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 3 Jun 2016 20:33:14 +0000 (20:33 +0000)]
Add some links and improve highlight
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746754 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 2 Jun 2016 22:31:35 +0000 (22:31 +0000)]
Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name],
such that disabling either disables both, and that enabling either will
trigger the more comprehensive SSLProxyCheckPeerName behavior.
Only a single configuration remains to enable the legacy behavior, which
is to explicitly disable SSLProxyCheckPeerName and enable SSLProxyCheckPeerCN.
Changes to the proxy config directives leads us to a different 2.4 fix...
https://github.com/wrowe/patches/blob/master/fix_proxy_check_peer-2.4.x.patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746647 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 30 May 2016 22:38:23 +0000 (22:38 +0000)]
mod_dav: Add support for childtags to dav_error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746207 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 30 May 2016 21:08:56 +0000 (21:08 +0000)]
Off by one "make dox" warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746206 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 30 May 2016 20:22:37 +0000 (20:22 +0000)]
Fix r1746183
(when you rename a parameter, make sure to update places where it is used...)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746193 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 30 May 2016 20:19:41 +0000 (20:19 +0000)]
Fix some doxygen warning.
Make the use of 'pfds' and 'pds' consistent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746189 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 30 May 2016 19:56:14 +0000 (19:56 +0000)]
Fix some obvious doxygen warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746183 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 30 May 2016 19:24:34 +0000 (19:24 +0000)]
Off by one "make dox" warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746171 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 29 May 2016 13:10:45 +0000 (13:10 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746003 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 29 May 2016 13:03:11 +0000 (13:03 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746002 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 29 May 2016 12:56:04 +0000 (12:56 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1746000 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 28 May 2016 15:02:03 +0000 (15:02 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745885 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 28 May 2016 14:50:46 +0000 (14:50 +0000)]
Send them to the auth'ed area on success, as expected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745883 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 28 May 2016 14:40:24 +0000 (14:40 +0000)]
Rebuild new working example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745879 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 28 May 2016 14:37:43 +0000 (14:37 +0000)]
Make this example actually, y'know, work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745878 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 28 May 2016 14:20:39 +0000 (14:20 +0000)]
The example doesn't do anything at all without a Require directive,
which is very confusing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745877 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 28 May 2016 10:45:53 +0000 (10:45 +0000)]
Fix comment typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745864 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 28 May 2016 10:45:18 +0000 (10:45 +0000)]
Fix segfault with logresolve -c and IPv6
Due to a logic error, there could be a NULL pointer dereference.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745863 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 28 May 2016 05:54:19 +0000 (05:54 +0000)]
Constify and save a few bytes in the conf pool when parsing "UserDir" directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745835 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 27 May 2016 20:39:13 +0000 (20:39 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745813 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 27 May 2016 20:38:44 +0000 (20:38 +0000)]
Improve example layout
Synch with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745812 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 27 May 2016 20:25:49 +0000 (20:25 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745811 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 27 May 2016 20:25:04 +0000 (20:25 +0000)]
Fix broken link
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745810 13f79535 -47bb-0310-9956-
ffa450edef68
Gregg Lewis Smith [Fri, 27 May 2016 15:47:23 +0000 (15:47 +0000)]
PR59630: include OpenSSL_Applink when compiling on Visual Studio 2015 and up
Submitted By: Jan Ehrhardt <phpdev ehrhardt.nl>
Committed By: gsmith
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1745767 13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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