summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_connect.c
Commit message (Expand)AuthorAgeFilesLines
* * Port r546128 to mod_proxy_connect to ensure that core_pre_connection does notRuediger Pluem2022-05-201-0/+10
* * Do not change the status code after we already sent it to the client.Ruediger Pluem2021-12-091-2/+0
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-091-2/+2
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* mod_proxy: Improve tunneling loop.Yann Ylavic2019-11-051-1/+6
* mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.Yann Ylavic2019-11-031-119/+28
* All error handling paths of this function call 'apr_socket_close()' , except ...Christophe Jaillet2018-05-271-0/+1
* Fix some style (spaces only)Christophe Jaillet2016-08-181-4/+4
* Be more consistent when we alocate this brigade.Christophe Jaillet2016-08-181-1/+2
* mod_proxy_connect,wstunnel: log polling errors (and events) consistently atYann Ylavic2016-07-261-15/+10
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-1/+1
* * Let mod_proxy_wstunnel and mod_proxy_connect use ap_proxy_transfer_between_...Ruediger Pluem2016-02-041-55/+14
* * Transform the buckets to the correct lifetime of the brigade, connection an...Ruediger Pluem2016-01-291-18/+26
* mod_proxy_{connect,wstunnel}: follow up to r1657636.Yann Ylavic2015-03-251-12/+12
* mod_proxy_connect/wstunnel: If both client and backend sides get readableYann Ylavic2015-02-051-7/+7
* mod_proxy_connect: fix duplicated AH introduced by r1635645.Yann Ylavic2015-01-311-1/+1
* mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the readYann Ylavic2014-10-311-14/+16
* Fix some compiler warnings.Guenter Knauf2013-07-071-1/+1
* Don't keepalive the connection to the client if theStefan Fritsch2013-02-041-0/+1
* * modules/proxy/mod_proxy_connect.c (proxy_connect_handler): FixJoe Orton2012-08-211-1/+1
* Fix handling of ProxyBlock if a forward proxy is configured, and fixJoe Orton2012-07-241-36/+22
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-13/+13
* great proxy logging cleanup:Stefan Fritsch2011-11-181-37/+29
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-4/+4
* mod_proxy_http, mod_proxy_connect: Add 'proxy-status' and 'proxy-source-port'Stefan Fritsch2011-08-051-1/+2
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+1
* PR50220: keep on chugging after EINTR in mod_proxy_connectEric Covener2010-11-051-0/+3
* - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_sslStefan Fritsch2010-06-061-11/+11
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* log issues with CONNECT at request scope instead of server scopeStefan Fritsch2010-06-031-2/+1
* mod_proxy_connect: Support port ranges in AllowConnectStefan Fritsch2010-04-111-10/+33
* If the client disconnects and the backend continues to send data fast, forciblyStefan Fritsch2010-03-171-1/+9
* tweak handling for default allowed portsTakashi Sato2009-12-291-11/+6
* Move AllowCONNECT from mod_proxy to mod_proxy_connect.Takashi Sato2009-12-291-6/+61
* * More style fixes. No functional changes.Ruediger Pluem2009-09-101-26/+27
* * Style fixes. No functional changes.Ruediger Pluem2009-09-101-44/+54
* * Silence compiler warningsRuediger Pluem2009-09-101-1/+1
* mod_proxy_connect: The connect method doesn't work if the client is Graham Leggett2009-09-091-108/+132
* OK, might as well finish this... Allow ServerTokens OffJim Jagielski2009-08-281-1/+1
* Return consistent error status for proxy unable to connectNick Kew2009-08-231-1/+1
* * Do better checking of pollset operations in various places to avoid segfaults.Ruediger Pluem2009-08-161-3/+16
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* whitespace format change... Jim Jagielski2007-09-021-3/+3
* * Improve formating. No functional change.Ruediger Pluem2007-09-021-5/+6
* Clean up nasty formattingJim Jagielski2007-09-011-17/+16
* * s/\t/ /g. No functional change.Ruediger Pluem2007-09-011-4/+5
* Move error-checking to where it should beNick Kew2007-09-011-6/+5
* Fix potential proxy segfaultNick Kew2007-08-311-5/+11
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-3/+3