| Commit message (Expand) | Author | Files | Lines |
2016-06-27 | mod_proxy: follow up to r1750301. | Yann Ylavic | 3 | -3/+6 |
2016-06-27 | mod_proxy: don't reuse backend connections with data available before the | Yann Ylavic | 2 | -7/+51 |
2016-06-25 | Follow up to r1737447: fix max_spare_threads lower bound. | Yann Ylavic | 2 | -4/+16 |
2016-06-25 | Rebuild. | Lucien Gentis | 1 | -1/+1 |
2016-06-25 | XML update. | Lucien Gentis | 1 | -126/+126 |
2016-06-24 | Replace the proxy_mods_enable logic, with its hazardous 'yes' value that | William A. Rowe Jr | 1 | -19/+28 |
2016-06-23 | With correct and now-multiple dependency checking, drop this redundant test | William A. Rowe Jr | 1 | -8/+1 |
2016-06-23 | Promote any static module to yes|shared if a required dependency is not static | William A. Rowe Jr | 1 | -2/+2 |
2016-06-23 | Add watchdog by default at level 'most' for mod_proxy_hcheck | William A. Rowe Jr | 1 | -1/+1 |
2016-06-23 | Fix typo | Christophe Jaillet | 1 | -1/+1 |
2016-06-22 | mod_http2: fixing APLOG_NO overdose and some log levels | Stefan Eissing | 3 | -10/+10 |
2016-06-22 | assign IDs to new AH*'s | Eric Covener | 6 | -23/+23 |
2016-06-22 | spatch some AH* IDs to pick up the new INFO level messages, | Eric Covener | 5 | -21/+23 |
2016-06-22 | update after backport | Stefan Eissing | 1 | -3/+0 |
2016-06-22 | Cause missing mod_watchdog to 'unset' the --enable-proxy default, rather than | William A. Rowe Jr | 1 | -1/+1 |
2016-06-22 | mod_proxy_http2: fixed retry behaviour when proxy engine needs to retry its b... | Stefan Eissing | 3 | -18/+20 |
2016-06-22 | Simplify, and correct the dependency handling of mod_proxy_hcheck | William A. Rowe Jr | 1 | -9/+8 |
2016-06-22 | Support multiple module dependencies for the final prereq argument to the | William A. Rowe Jr | 1 | -5/+6 |
2016-06-21 | mod_proxy_http2: improved retry when encountering errored/shutdown connections | Stefan Eissing | 2 | -1/+15 |
2016-06-20 | Add CHANGES entry for r1749401 | Christophe Jaillet | 1 | -0/+2 |
2016-06-20 | Use 'memcpy' instead of 'strcpy' when the size of the string has already been... | Christophe Jaillet | 1 | -2/+2 |
2016-06-20 | Style only | Christophe Jaillet | 1 | -35/+40 |
2016-06-20 | Fix 'x' command processing in mod_sed. | Christophe Jaillet | 1 | -0/+1 |
2016-06-19 | mod_http2: fix for request abort when connections drops, introduced in 1.5.8 | Stefan Eissing | 1 | -0/+3 |
2016-06-18 | Rebuild. | Lucien Gentis | 2 | -7/+11 |
2016-06-18 | XML update. | Lucien Gentis | 1 | -8/+11 |
2016-06-18 | Documentation rebuild | Luca Toscano | 1 | -7/+8 |
2016-06-18 | Follow up about DNS Resolution cache in mod-proxy after | Luca Toscano | 1 | -7/+8 |
2016-06-17 | * If enable_proxy_hcheck is unset handle it like other proxy modules | Ruediger Pluem | 1 | -0/+4 |
2016-06-16 | Fix a potential buffer overflow. | Christophe Jaillet | 1 | -2/+2 |
2016-06-15 | core: removing quirk for supressing h2 in Upgrade: response header, never bac... | Stefan Eissing | 1 | -6/+1 |
2016-06-15 | * Fix compilation error introduced in r1748322 by double typedef | Ruediger Pluem | 1 | -2/+2 |
2016-06-15 | mod_http2: update after backport | Stefan Eissing | 2 | -6/+2 |
2016-06-15 | mod_http2: more rigid error handling in DATA frame assembly | Stefan Eissing | 4 | -20/+36 |
2016-06-14 | Prepare to backport, this is not specific to VS 2015... | William A. Rowe Jr | 2 | -4/+5 |
2016-06-14 | Drop an invalid Last-Modified header value returned by a FCGI/CGI | Luca Toscano | 2 | -3/+15 |
2016-06-14 | mod_http2: version bump after backport | Stefan Eissing | 1 | -2/+2 |
2016-06-14 | mod_ssl: follow up to r1734561. | Yann Ylavic | 1 | -1/+6 |
2016-06-14 | Allow other modules to become providers and add ACLs | Graham Leggett | 6 | -6/+255 |
2016-06-13 | backported to 2.4.21-dev | Jim Jagielski | 1 | -11/+0 |
2016-06-13 | mod_dav: making mod_dav.h compile with clang again | Stefan Eissing | 1 | -2/+2 |
2016-06-12 | mod_dav: Add dav_begin_multistatus, dav_send_one_response, | Graham Leggett | 4 | -18/+80 |
2016-06-12 | mod_dav: Add dav_get_provider_name() function to obtain the name | Graham Leggett | 4 | -1/+13 |
2016-06-11 | Strip proxy:fcgi:// just like proxy:balancer | Eric Covener | 2 | -5/+19 |
2016-06-11 | Add -DDUMP_INCLUDES configtest option to show the tree | Eric Covener | 4 | -0/+92 |
2016-06-11 | When ap_proxy_show_hcmethod has been backported in 2.4.x (r1744951) the func... | Christophe Jaillet | 1 | -11/+11 |
2016-06-10 | mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch... | Stefan Eissing | 4 | -5/+18 |
2016-06-09 | mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2... | Stefan Eissing | 10 | -158/+891 |
2016-06-09 | mod_http2: uddated changes and version after backport | Stefan Eissing | 2 | -5/+2 |
2016-06-09 | mod_http2: more orderly destruction of stream/task pairs | Stefan Eissing | 5 | -24/+35 |