summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* These need to be signed longs... cast as needed.Jim Jagielski2018-08-272-5/+5
* better struct layout ...Jim Jagielski2018-08-241-5/+5
* optimize struct layoutJim Jagielski2018-08-241-4/+4
* update field commentJim Jagielski2018-08-241-1/+1
* Update updated field at the start of the check rather than at the end.Jim Jagielski2018-08-241-1/+1
* Save some cycle.Christophe Jaillet2018-08-181-9/+11
* mod_proxy: Improve the balancer member data shownRainer Jung2018-08-071-6/+14
* If ProxyPassReverse is used for reverse mapping of relative redirects, subseq...Christophe Jaillet2018-08-011-2/+6
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-4/+1
* mod_proxy_http: follow up to r1836588: nonblocking read for 100-continue body.Yann Ylavic2018-07-301-3/+2
* mod_proxy_http: follow up to r1836588: fix drop of spurious 100 responses.Yann Ylavic2018-07-261-3/+4
* mod_proxy_http: follow up to r1836588/r1836648: handle unread 100-continue.Yann Ylavic2018-07-261-23/+44
* mod_proxy_http: follow up to r1836588: avoid 100-continue responses from core.Yann Ylavic2018-07-252-23/+48
* * ap_proxy_balancer_get_best_worker cannot be exported and used as an optionalRuediger Pluem2018-07-255-12/+24
* mod_proxy_http: forward 100-continue.Yann Ylavic2018-07-241-262/+327
* * Add missing log numbersRuediger Pluem2018-07-203-3/+3
* * Always retrieve conditional function. static variable might contain garbage...Ruediger Pluem2018-07-203-20/+14
* * Remove invalid copy and paste commentsRuediger Pluem2018-07-202-8/+0
* * mod_proxy: Remove load order and link dependency between mod_lbmethod_*Ruediger Pluem2018-07-205-3/+90
* mod_proxy_hcheck: take balancer's SSLProxy* directives into account.Yann Ylavic2018-07-191-18/+30
* Fix some style issue to improve readability:Christophe Jaillet2018-06-231-8/+14
* Follow-up to r1754161Christophe Jaillet2018-06-231-1/+1
* Add default schema ports for websocketsJim Jagielski2018-06-211-0/+2
* * modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_config):Joe Orton2018-06-061-2/+1
* * modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpoolJoe Orton2018-06-051-1/+2
* mod_proxy_balancer: follow up to r1828890: indentation and 80 col.Yann Ylavic2018-05-293-8/+11
* All error handling paths of this function call 'apr_brigade_destroy()' , exce...Christophe Jaillet2018-05-271-0/+1
* All error handling paths of this function call 'apr_socket_close()' , except ...Christophe Jaillet2018-05-271-0/+1
* In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie'...Christophe Jaillet2018-05-261-48/+54
* mod_proxy_balancer: clear slotmem slots' inuse flags from persisted files.Yann Ylavic2018-05-201-1/+1
* Revert r1831218, the API garantees slotmem_attach() is called in child_init().Yann Ylavic2018-05-111-3/+15
* mod_proxy_balancer: follow up to r1830800.Yann Ylavic2018-05-091-1/+1
* Axe ap_rgetline_core(), not used anymore.Yann Ylavic2018-04-222-2/+2
* Delay some memory allocation.Christophe Jaillet2018-04-201-1/+2
* mod_proxy_http: follow up to r1829573: remain EBCDIC friendly.Yann Ylavic2018-04-201-1/+1
* mod_proxy_http: make use of AP_GETLINE_NOSPC_EOL in ap_proxygetline().Yann Ylavic2018-04-191-41/+24
* add log id for r1828926Eric Covener2018-04-111-1/+1
* PR62199: add worker parameter ResponseFieldSize to mod_proxyEric Covener2018-04-113-8/+62
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-117-232/+193
* needs mod_http2.hGregg Lewis Smith2018-04-061-2/+2
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-1/+1
* Follow up to r1609680: further simplify/optimize ap_proxy_strcmp_ematch().Yann Ylavic2018-03-091-7/+6
* Follow up to r1609680: simpler/faster ap_proxy_strcmp_ematch().Yann Ylavic2018-03-091-3/+5
* Set the notice when hostname is too long for legacy proxy modules to info level.Graham Leggett2018-02-161-1/+1
* Tone down the message that worker hostname is too long noting it onlyGraham Leggett2018-02-161-4/+5
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-138-40/+49
* mod_proxy_fcgi: prioritize the check for mayflush when using flushpacketsLuca Toscano2018-02-111-4/+4
* mod_proxy_balancer: follow up tp r1822509.Yann Ylavic2018-02-081-10/+117
* too-long worker schemes and/or hostnames are no longer fatal errorsJim Jagielski2018-02-071-2/+4
* mod_proxy: follow up to r1822849 and r1822879.Yann Ylavic2018-02-011-5/+7