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