2N/Amod_proxy changes for httpd 2.0.25-dev
2N/A [Doug MacEachern <dougm@covalent.net>]
2N/Amod_proxy changes for httpd 2.0.23-dev
2N/A *) break the proxy_http_handler into multiple smaller functions.
2N/A [John Barbee <barbee@veribox.net>]
2N/A *) Fix the proxy when the origin server sends back a 100
2N/A Continue response. [John Barbee <barbee@veribox.net>]
2N/A *) Change 'readbytes' from apr_size_t to apr_off_t due to change
2N/A in ap_get_brigade's parameters [John Barbee <barbee@veribox.net>]
2N/Amod_proxy changes for httpd 2.0.20-dev
2N/A *) Timeout added for backend connections.
2N/A [Victor Orlikowski <v.j.orlikowski@gte.net>]
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/A *) Fix FTP ABOR command execution path.
2N/A [Victor Orlikowski <v.j.orlikowski@gte.net>]
2N/A *) FTP return code variable cleanup; fixed problem in login
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/A *) Get PORT working again in the ftp proxy.
2N/A [Victor Orlikowski <v.j.orlikowski@gte.net>]
2N/A *) Return result code check for FTP QUIT, after fixing
2N/A problems with passive connection handling.
2N/A [Victor Orlikowski <v.j.orlikowski@gte.net>]
2N/A *) Reorganize ap_proxy_string_read() internally to not process eos
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/A [Victor Orlikowski <v.j.orlikowski@gte.net>]
2N/A *) Remove result code check for FTP QUIT command. Some servers send
2N/A nothing at all back in response to QUIT.
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/A [Victor Orlikowski <v.j.orlikowski@gte.net>]
2N/Amod_proxy changes for httpd 2.0.19
2N/A *) Reverse previous patch since the core reverted.
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/A *) Remove indirection on number of bytes to read for input filters.
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/A *) Fixed a problem with directory listing corruption in the
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) mod_proxy and the proxy submodules now build properly as DSOs.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Stopped the HTTP proxy from trying to read entity bodies when there
2N/A wasn't one (response was 1xx, 204, 205 or 304).
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Made sure dates were canonicalised correctly when passed to the client
2N/A browser through the HTTP proxy.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Split each individual proxy protocol into separate modules.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Added Max-Forwards support for all request types so as to prevent
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Fix warnings about byte count type on Darwin (connect handler).
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/Amod_proxy changes for httpd 2.0.18
2N/A *) IPV6 EPSV support for IPV6 in FTP proxy.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) FTP directory filter works now.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Fixed some thread-safety issues with the HTTP proxy in mod_proxy.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) PASV FTP works now.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Reworked the line-at-a-time read from the control connection to
2N/A workaround a stray empty bucket returned by the HTTP_IN filter.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Stopped the CORE filter from sending off an HTTP response when a
2N/A CONNECT tunnel was closed.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/Amod_proxy changes for httpd 2.0.17
2N/A *) Major rework of ap_proxy_ftp_handler() to use filters (begone foul
2N/A BUFF!!!). It compiles, but is untested, and the build environment needs
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Reworked the storage of the client socket between keepalive connections
2N/A to fix some nasty problems with the socket lasting longer than the
2N/A memory pool it was allocated from.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Fixed bug where a hostname without a "." in it (such as "localhost")
2N/A would not trigger an IP address check with ProxyBlock.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/Amod_proxy changes for httpd 2.0.16
2N/A *) Fixed ProxyBlock bugs with ap_proxy_http_handler() and
2N/A ap_proxy_connect_handler().
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Updated ap_proxy_connect_handler() to support APR, while
2N/A moving some common code between http_handler and connect_handler
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Fixed problem where responses without entity bodies would cause
2N/A the directly following proxy keepalive request to fail.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/Amod_proxy changes for httpd 2.0.15
2N/A *) Added support for downstream keepalives in mod_proxy.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Changed mod_proxy ap_proxy_http_handler() to support APR properly.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Fix problem where incoming response headers were not being returned
2N/A to the client in mod_proxy.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Added X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server to
2N/A reverse proxied request headers in mod_proxy.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) replace INADDR_NONE with APR_INADDR_NONE [Ian Holsman <IanH@cnet.com>]
2N/A *) Fix problem with proxy configuration where globally set
2N/A configuration options were overridden inside virtual hosts.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Fix ProxyReceiveBufferSize where default value was left
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/A *) Some small changes:
2N/A - Ensured hop-by-hop headers were stripped as per
2N/A - Upgraded version code to HTTP/1.1.
2N/A - Added Connection: close until Keepalives come.
2N/A - Some cosmetic fixes and commenting.
2N/A [Graham Leggett <minfrin@sharp.fm>]
2N/Amod_proxy changes for httpd 2.0.14
2N/A *) removed ProxyNoCache and ProxyCacheForceCompletion config directives,
2N/A since we no longer directly cache from this module
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/A [Chuck Murcko <chuck@topsail.org>]
2N/A *) initial rerebuild for 2.0
2N/A [Chuck Murcko <chuck@topsail.org>]