| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections, | Yann Ylavic | 2016-04-26 | 1 | -2/+1 |
* | reverting the reverting of r1735174, r1735176 was the culprit | Stefan Eissing | 2016-03-16 | 1 | -20/+44 |
* | reverting r1735174 as http/1.1 just terminated before response | Stefan Eissing | 2016-03-16 | 1 | -44/+20 |
* | mpm: Generalise the ap_mpm_register_socket functions to accept pipes or sockets. | Graham Leggett | 2016-03-15 | 1 | -20/+44 |
* | * Use correct bucket allocator for sending data to the backend | Ruediger Pluem | 2016-02-17 | 1 | -1/+1 |
* | Prefer "goto cleanup" over "do {... if (error) break; ... } while(0)" | Yann Ylavic | 2016-02-10 | 1 | -37/+33 |
* | mod_proxy: axe negative "ping" parameter setting and handling. | Yann Ylavic | 2016-02-10 | 1 | -6/+2 |
* | * Let mod_proxy_wstunnel and mod_proxy_connect use ap_proxy_transfer_between_... | Ruediger Pluem | 2016-02-04 | 1 | -70/+13 |
* | * Use the correct brigade created from the correct bucket allocator for the c... | Ruediger Pluem | 2016-01-29 | 1 | -2/+2 |
* | * Use the brigades the other way around if the connections are used the other... | Ruediger Pluem | 2016-01-29 | 1 | -1/+1 |
* | * Transform the buckets to the correct lifetime of the brigade, connection an... | Ruediger Pluem | 2016-01-26 | 1 | -15/+25 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
* | Concat string at compile time in order to save a few cycles. | Christophe Jaillet | 2015-06-01 | 1 | -1/+1 |
* | mod_proxy_wstunnel: Bypass the handler while the connection is not | Yann Ylavic | 2015-04-19 | 1 | -0/+8 |
* | mod_proxy_wstunnel: Avoid an empty response by failing with 502 (Bad Gateway) | Yann Ylavic | 2015-03-26 | 1 | -10/+22 |
* | mod_proxy_{connect,wstunnel}: follow up to r1657636. | Yann Ylavic | 2015-03-25 | 1 | -14/+14 |
* | mod_proxy_connect/wstunnel: If both client and backend sides get readable | Yann Ylavic | 2015-02-05 | 1 | -9/+9 |
* | Synch trunk with 2.4.x. | Christophe Jaillet | 2014-12-05 | 1 | -0/+3 |
* | mod_proxy_wstunnel: abort backend connection on polling error to avoid | Yann Ylavic | 2014-10-31 | 1 | -0/+1 |
* | Silent some cppcheck warnings. | Christophe Jaillet | 2014-09-01 | 1 | -1/+1 |
* | Revert r1601943, r1602058, r1605307 (socket callback returning pollfds) | Takashi Sato | 2014-06-27 | 1 | -55/+54 |
* | Async mod_proxy_wstunnel: | Takashi Sato | 2014-06-25 | 1 | -0/+1 |
* | Refactor asynchronous mod_proxy_wstunnel using pollfd returned by MPM. | Takashi Sato | 2014-06-25 | 1 | -54/+55 |
* | Use ap_remove_input_filter_byhandle instead of duplicating the code. | Christophe Jaillet | 2014-06-24 | 1 | -24/+1 |
* | Socket event callback now takes pollfd. | Takashi Sato | 2014-06-11 | 1 | -2/+2 |
* | * apr_status_t vs HTTP status code fix | Takashi Sato | 2014-06-10 | 1 | -7/+7 |
* | Private function doesn't need ap_ prefix. | Takashi Sato | 2014-06-10 | 1 | -2/+2 |
* | mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:" scheme. | Yann Ylavic | 2014-05-14 | 1 | -1/+3 |
* | Extend the socket callbacks in event to allow a timeout on the I/O callback. | Eric Covener | 2014-05-11 | 1 | -22/+52 |
* | whitespace changes only | Eric Covener | 2014-04-15 | 1 | -2/+2 |
* | followup to r1587036. | Eric Covener | 2014-04-15 | 1 | -1/+3 |
* | s/asynch/async | Eric Covener | 2014-04-14 | 1 | -8/+8 |
* | several related mod_proxy_wstunnel changes that are tough to pull apart: | Eric Covener | 2014-04-13 | 1 | -23/+88 |
* | stop leaking websockets backend connections (trunk only) | Eric Covener | 2014-04-13 | 1 | -2/+5 |
* | cleanup wstunnel error handling | Eric Covener | 2014-04-13 | 1 | -17/+14 |
* | actually remove mod_reqtimeout, since the util_filter functions involved | Eric Covener | 2014-04-13 | 1 | -1/+2 |
* | *) mod_proxy_wstunnel: Don't pool backend websockets connections, | Eric Covener | 2014-04-13 | 1 | -1/+1 |
* | handle POLLERR/POLLHUP during poll() to avoid high CPU busy loop. | Eric Covener | 2014-02-19 | 1 | -3/+20 |
* | Add no's | Jim Jagielski | 2013-10-08 | 1 | -3/+3 |
* | typo | Jim Jagielski | 2013-09-20 | 1 | -1/+1 |
* | Fix for stupid CodeWarrior compiler. | Guenter Knauf | 2013-06-18 | 1 | -3/+6 |
* | Fold in Eric Covener's socket callback | Jim Jagielski | 2013-06-17 | 1 | -60/+147 |
* | Keep mod_req clear. Simply scan thru input filters and | Jim Jagielski | 2013-03-19 | 1 | -2/+25 |
* | bypass reqtimeout for websockets | Jim Jagielski | 2013-03-19 | 1 | -0/+2 |
* | streamline | Jim Jagielski | 2013-03-08 | 1 | -12/+1 |
* | don't strip these, ensure that they exist. | Jim Jagielski | 2013-03-08 | 1 | -0/+10 |
* | "final" rename :) | Jim Jagielski | 2013-03-08 | 1 | -0/+375 |