]> granicus.if.org Git - apache/blob - modules/proxy/CHANGES
change readbytes from a apr_size_t to a apr_off_t to match the parameter
[apache] / modules / proxy / CHANGES
1 mod_proxy changes for httpd 2.0.23-dev
2   *) Change 'readbytes' from apr_size_t to apr_off_t due to change
3      in ap_get_brigade's parameters [Barbee barbee@veribox.nbet]
4
5 mod_proxy changes for httpd 2.0.20-dev
6   *) Timeout added for backend connections.
7      [Victor Orlikowski <v.j.orlikowski@gte.net>]
8
9   *) Fix abort code path in proxy_http.c, similar to FTP fix.
10      [Chuck Murcko <chuck@topsail.org>]
11
12   *) Fix FTP ABOR command execution path.
13      [Victor Orlikowski <v.j.orlikowski@gte.net>]
14
15   *) FTP return code variable cleanup; fixed problem in login
16      [Chuck Murcko <chuck@topsail.org>]
17
18   *) Get PORT working again in the ftp proxy.
19      [Victor Orlikowski <v.j.orlikowski@gte.net>]
20
21   *) Return result code check for FTP QUIT, after fixing
22      problems with passive connection handling.
23      [Victor Orlikowski <v.j.orlikowski@gte.net>]
24
25   *) Reorganize ap_proxy_string_read() internally to not process eos
26      buckets.
27      [Chuck Murcko <chuck@topsail.org>]
28      [Victor Orlikowski <v.j.orlikowski@gte.net>]
29
30   *) Remove result code check for FTP QUIT command. Some servers send
31      nothing at all back in response to QUIT.
32      [Chuck Murcko <chuck@topsail.org>]
33      [Victor Orlikowski <v.j.orlikowski@gte.net>]
34
35 mod_proxy changes for httpd 2.0.19
36
37   *) Reverse previous patch since the core reverted.
38      [Chuck Murcko <chuck@topsail.org>]
39
40   *) Remove indirection on number of bytes to read for input filters.
41      [Chuck Murcko <chuck@topsail.org>]
42
43   *) Fixed a problem with directory listing corruption in the
44      PROXY_DIR filter.
45      [Graham Leggett <minfrin@sharp.fm>]
46
47   *) mod_proxy and the proxy submodules now build properly as DSOs.
48      [Graham Leggett <minfrin@sharp.fm>]
49
50   *) Stopped the HTTP proxy from trying to read entity bodies when there
51      wasn't one (response was 1xx, 204, 205 or 304).
52      [Graham Leggett <minfrin@sharp.fm>]
53
54   *) Made sure dates were canonicalised correctly when passed to the client
55      browser through the HTTP proxy.
56      [Graham Leggett <minfrin@sharp.fm>]
57
58   *) Split each individual proxy protocol into separate modules.
59      [Graham Leggett <minfrin@sharp.fm>]
60
61   *) Added Max-Forwards support for all request types so as to prevent
62      loops.
63      [Graham Leggett <minfrin@sharp.fm>]
64
65   *) Fix warnings about byte count type on Darwin (connect handler).
66      [Chuck Murcko <chuck@topsail.org>]
67
68 mod_proxy changes for httpd 2.0.18
69
70   *) IPV6 EPSV support for IPV6 in FTP proxy.
71      [Graham Leggett <minfrin@sharp.fm>]
72
73   *) FTP directory filter works now.
74      [Graham Leggett <minfrin@sharp.fm>]
75
76   *) Fixed some thread-safety issues with the HTTP proxy in mod_proxy.
77      [Graham Leggett <minfrin@sharp.fm>]
78
79   *) PASV FTP works now.
80      [Graham Leggett <minfrin@sharp.fm>]
81
82   *) Reworked the line-at-a-time read from the control connection to
83      workaround a stray empty bucket returned by the HTTP_IN filter.
84      [Graham Leggett <minfrin@sharp.fm>]
85
86   *) Stopped the CORE filter from sending off an HTTP response when a
87      CONNECT tunnel was closed.
88      [Graham Leggett <minfrin@sharp.fm>]
89
90   *) Fixed the poll() loop in proxy_connect.c -> it works now!!!
91      [Graham Leggett <minfrin@sharp.fm>]
92
93   *) Converted send_dir() to ap_proxy_send_dir_filter() in proxy_ftp.c.
94      [Graham Leggett <minfrin@sharp.fm>]
95
96 mod_proxy changes for httpd 2.0.17
97
98   *) Major rework of ap_proxy_ftp_handler() to use filters (begone foul
99      BUFF!!!). It compiles, but is untested, and the build environment needs
100      to be fixed to include proxy_ftp.c.
101      [Graham Leggett <minfrin@sharp.fm>]
102
103   *) Cleanup of dead functions within proxy_util.c.
104      [Graham Leggett <minfrin@sharp.fm>]
105
106   *) Reworked the storage of the client socket between keepalive connections
107      to fix some nasty problems with the socket lasting longer than the
108      memory pool it was allocated from.
109      [Graham Leggett <minfrin@sharp.fm>]
110
111   *) Fixed bug where a hostname without a "." in it (such as "localhost")
112      would not trigger an IP address check with ProxyBlock.
113      [Graham Leggett <minfrin@sharp.fm>]
114
115 mod_proxy changes for httpd 2.0.16
116
117   *) Fixed ProxyBlock bugs with ap_proxy_http_handler() and
118      ap_proxy_connect_handler().
119      [Graham Leggett <minfrin@sharp.fm>]
120
121   *) Updated ap_proxy_connect_handler() to support APR, while
122      moving some common code between http_handler and connect_handler
123      to proxy_util.c.
124      [Graham Leggett <minfrin@sharp.fm>]
125
126   *) Updated mod_proxy.html docs to include v2.0 configuration.
127      [Graham Leggett <minfrin@sharp.fm>]
128
129   *) Fixed problem where responses without entity bodies would cause
130      the directly following proxy keepalive request to fail.
131      [Graham Leggett <minfrin@sharp.fm>]
132
133 mod_proxy changes for httpd 2.0.15
134
135   *) Added support for downstream keepalives in mod_proxy.
136      [Graham Leggett <minfrin@sharp.fm>]
137
138   *) Changed mod_proxy ap_proxy_http_handler() to support APR properly.
139      [Graham Leggett <minfrin@sharp.fm>]
140
141   *) Fix problem where incoming response headers were not being returned
142      to the client in mod_proxy.
143      [Graham Leggett <minfrin@sharp.fm>]
144
145   *) Added X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server to
146      reverse proxied request headers in mod_proxy.
147      [Graham Leggett <minfrin@sharp.fm>]
148
149   *) replace INADDR_NONE with APR_INADDR_NONE [Ian Holsman <IanH@cnet.com>]
150
151   *) Fix problem with proxy configuration where globally set
152      configuration options were overridden inside virtual hosts.
153      [Graham Leggett <minfrin@sharp.fm>]
154
155   *) Fix ProxyReceiveBufferSize where default value was left
156      uninitialised.
157      [Graham Leggett <minfrin@sharp.fm>]
158
159   *) Some small changes:
160      - Ensured hop-by-hop headers were stripped as per
161        RFC2616 13.5.1.
162      - Upgraded version code to HTTP/1.1.
163      - Added Connection: close until Keepalives come.
164      - Some cosmetic fixes and commenting.
165      [Graham Leggett <minfrin@sharp.fm>]
166
167 mod_proxy changes for httpd 2.0.14
168
169   *) removed ProxyNoCache and ProxyCacheForceCompletion config directives,
170      since we no longer directly cache from this module
171      [Chuck Murcko <chuck@topsail.org>]
172
173   *) removed cache
174      [Chuck Murcko <chuck@topsail.org>]
175
176   *) initial rerebuild for 2.0
177      [Chuck Murcko <chuck@topsail.org>]
178