]> sjero.net Git - wget/blob - tests/ChangeLog
Add fix from eleven, for doing HTTPS auth over a proxy (in eleven, changeset 883844a4...
[wget] / tests / ChangeLog
1 2008-04-26  Micah Cowan  <micah@cowan.name>
2
3         * Makefile.am, Test-proxied-https-auth.px: Added a test for
4         accessing password-protected HTTPS URLs through a proxy (via
5         CONNECT).
6
7 2008-04-10  Micah Cowan  <micah@cowan.name>
8
9         * Makefile.am, Test-proxy-auth-basic.px: Added a test for
10         accessing password-protected URLs through a proxy.
11
12 2008-01-25  Micah Cowan  <micah@cowan.name>
13
14         * Makefile.am: Updated copyright year.
15
16 2008-01-23  Micah Cowan  <micah@cowan.name>
17
18         * Makefile.am: Add libmd5 to unit-tests.
19
20 2007-11-28  Micah Cowan <micah@cowan.name>
21
22         * Makefile.am: Updated license exception for OpenSSL, per the
23         SFLC.
24
25 2007-10-18  Micah Cowan  <micah@cowan.name>
26
27         * Makefile.am: Add dependency for unit_tests on libgnu.a.
28
29 2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30
31         * WgetTest.pm.in: wget is built in the build tree.  Use an
32         absolute path to the binary.
33         * Makefile.in: Removed, replaced by Makefile.am.
34         * Makefile.am: Converted from Makefile.in.
35
36 2007-09-25  Micah Cowan  <micah@cowan.name>
37
38         * Makefile.in: Use EXEEXT instead of exeext.
39
40 2007-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
41
42         * WgetTest.pm.in: Added support for timestamping of pre-existing
43         files.
44
45         * Test-N-current.px: Fixed broken test logic.
46
47         * Makefile.in: Updated list of automatically run tests.
48
49         * Test-HTTP-Content-Disposition.px: Added -e contentdisposition=on
50         option, since now HTTP Content-Disposition header support is turned
51         off by default.
52
53         * Test-HTTP-Content-Disposition-1.px: Ditto.
54
55 2007-08-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
56
57         * Test--spider--no-content-disposition-trivial.px: Added new tests for
58         validation of HTTP Content-Disposition header support logic. In
59         particular, these tests check wget's behavior for every combination of
60         --spider [-r] and -e contentdisposition=on/off options.
61
62         * Test--spider-r-HTTP-Content-Disposition.px: Ditto.
63
64         * Test--spider-HTTP-Content-Disposition.px: Ditto.
65
66         * Test--spider--no-content-disposition.px: Ditto.
67
68         * Test--spider-r--no-content-disposition-trivial.px: Ditto.
69
70         * Test--spider-r--no-content-disposition.px: Ditto.
71
72 2007-07-25  Micah Cowan  <micah@cowan.name>
73
74         * HTTPServer.pm (run, send_response): Farmed out some logic from
75         the run method into a separate one named send_response, which
76         was then modified to handle simple authentication testing.
77         (handle_auth): Added to handle simple authentication testing.
78         (verify_auth_basic): Checks to make sure Basic credentials are
79         valid.
80         (verify_auth_digest): Stub added; always fails test.
81         * Makefile.in: Added Test-auth-basic.px to list of automatically
82         run tests.
83         * Test-auth-basic: Simple basic authentication test; mainly just
84         lets the server do its testing. Its current purpose is just to
85         ensure that correct basic creds are sent, but never until a
86         challenge has been sent.
87
88 2007-07-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
89
90         * Test--no-content-disposition.px: Added new tests for validation of
91         HTTP Content-Disposition header support logic. In particular, these
92         tests check wget's behavior for every combination of -N/-O and -e
93         contentdisposition=on/off options.
94
95         * Test--no-content-disposition-trivial.px: Ditto.
96
97         * Test-N-HTTP-Content-Disposition.px: Ditto.
98
99         * Test-N--no-content-disposition.px: Ditto.
100
101         * Test-N--no-content-disposition-trivial.px: Ditto.
102
103         * Test-O-HTTP-Content-Disposition.px: Ditto.
104
105         * Test-O--no-content-disposition.px: Ditto.
106
107         * Test-O--no-content-disposition-trivial.px: Ditto.
108
109 2007-07-05  Micah Cowan  <micah@cowan.name>
110
111         * Makefile.in:
112         Updated GPL reference to version 3 or later, removed FSF
113         address.
114
115 2007-06-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
116
117         * FTPServer.pm: Added FTP testing support.
118
119         * FTPTest.pm: Ditto.
120
121         * Test-ftp.px: Ditto.
122
123 2006-12-22  Mauro Tortonesi  <mauro@ferrara.linux.it>
124
125         * HTTPTest.pm: Don't ignore initial '/' character in requested URLs.
126
127 2006-11-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
128
129         * Test-np.px: Added test for -np.
130
131         * HTTPTest.pm: Ignore initial '/' character in requested URLs.
132         
133 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
134
135         * Test1.px: Renamed to Test-noop.px.
136
137         * Test-noop.px: Ditto.
138
139         * Test2.px: Renamed to Test-N.px.
140
141         * Test-N.px: Ditto.
142
143         * Test3.px: Renamed to Test-nonexisting-quiet.px.
144
145         * Test-nonexisting-quiet.px: Ditto.
146
147         * Test4.px: Renamed to Test-O-nonexisting.px.
148
149         * Test-O-nonexisting.px: Ditto.
150
151         * Test5.px: Renamed to Test-HTTP-Content-Disposition.px.
152         
153         * Test-HTTP-Content-Disposition.px: Ditto.
154         
155         * Test6.px: Renamed to Test-HTTP-Content-Disposition-1.px.
156         
157         * Test-HTTP-Content-Disposition-1.px: Ditto.
158         
159         * Test7.px: Renamed to Test-HTTP-Content-Disposition-2.px.
160
161         * Test-HTTP-Content-Disposition-2.px: Ditto.
162
163         * Test8.px: Replaced by Test--spider-r.px.
164
165         * Test9.px: Renamed to Test-Restrict-Lowercase.px.
166
167         * Test-Restrict-Lowercase.px: Ditto.
168
169         * Test10.px: Renamed to Test-Restrict-Uppercase.px.
170         
171         * Test-Restrict-Uppercase.px: Ditto.
172
173         * Test--spider.px: Added test for spider mode.
174         
175         * Test--spider-fail.px: Added failing test for spider mode.
176         
177         * Test--spider-r.px: Added test for recursive spider mode.
178
179         * Test-c.px: Added test for --continue mode.
180
181         * Test-c-full.px: Added test for --continue mode.
182
183         * Test-c-partial.px: Added test for --continue mode.
184
185         * Test-O.px: Added test for -O.
186
187         * Test-N-current.px: Added test for -N.
188         
189         * Test-N-old.px: Added test for -N.
190
191         * Test-E-k.px: Added test for -E -k.
192
193         * Test-E-k-K.px: Added test for -E -k -K.
194
195 2006-08-17  Mauro Tortonesi  <mauro@ferrara.linux.it>
196
197         * HTTPServer.pm: Added support for Range header.
198
199 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
200
201         * Test4.px: Fixed wrong expected behaviour.
202
203 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
204
205         * Test9.px: Added test for --restrict-file-names=lowercase option.
206         
207         * Test10.px: Added test for --restrict-file-names=uppercase option.
208
209 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
210
211         * HTTPServer.pm: Added synchronization between client and server
212         processes to prevent the test to start before the server is ready.
213
214         * HTTPTest.pm: Ditto.
215
216         * Test.pm: Ditto.
217
218         * Test1.px: Removed unneeded ../src/ from command line.
219
220         * Test2.px: Ditto.
221         
222         * Test3.px: Ditto.
223         
224         * Test4.px: Ditto.
225
226         * Test5.px: Ditto.
227
228         * Test6.px: Ditto.
229
230         * Test7.px: Ditto.
231
232         * Test8.px: Added test for recursive spider mode.
233
234 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
235
236         * HTTPServer.pm: Fixed bug when returning 404. Improved logging. 
237
238         * Test.pm: Added support for command lines which use an absolute path
239         for the Wget binary.
240
241 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
242
243         * Test5.px: Added test for HTTP Content-Disposition support.
244
245         * Test6.px: Ditto.
246         
247         * Test7.px: Ditto.
248
249 2006-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
250         
251         * HTTPServer.pm: Serve index.html if no filename is given.
252
253         * Test.pm: Added support for pre-existing files.
254         
255 2006-01-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
256
257         * HTTPServer.pm: Enhanced logging support.
258
259         * HTTPTest.pm: Updated to new test format.
260         
261         * Test.pm: Improved test setup, verification and cleanup. Major 
262         refactoring.
263         
264         * Test1.px: Updated to new test format.
265
266         * Test2.px: Updated to new test format.
267
268         * Test3.px: Added new test for quiet download of nonexistent URL.
269
270         * Test4.px: Added new test for quiet download of nonexistent URL with
271         --output-document option.
272         
273 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
274
275         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
276         Removed the old run method and renamed the old run_daemon 
277         method to run.  Added support for partial 
278         
279         * Testing.pm: Renamed to HTTPTest.pm.
280         
281         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
282         Run_HTTP_Test to run, verify_download to _verify_download 
283         and added support for timestamp checking.
284
285         * Test.pm: Added Test class as the super class of every 
286         testcase.
287
288         * test1: Renamed to Test1.px.
289         
290         * Test1.px: Refactored as an instance of the HTTPTest class.
291         
292         * Test2.px: Added -N HTTP test.
293
294 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
295
296         * HTTPServer.pm: Added basic support for HTTP testing.
297         
298         * Testing.pm: Added basic support for feature testing (only HTTP
299         testing is supported at the moment).
300
301         * test1: Added basic HTTP test.
302