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