1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
Commit Graph

2896 Commits

Author SHA1 Message Date
Giuseppe Scrivano
e0c25f7a5f Remove some unused variables. 2010-05-31 22:58:56 +02:00
Giuseppe Scrivano
e9e09e1cc0 Fix condition for closed HTML tag. 2010-05-31 17:29:05 +02:00
Giuseppe Scrivano
f747e73445 Remove _SVID_SOURCE and _BSD_SOURCE definition. 2010-05-31 11:56:06 +02:00
Giuseppe Scrivano
260b9593dc Remove an unused function and an unused local variable. 2010-05-31 11:51:27 +02:00
Giuseppe Scrivano
9e286ee357 Print diagnostic messages to stderr, not stdout. 2010-05-31 09:45:03 +02:00
Giuseppe Scrivano
c702d99f7b Use the gnulib snprintf module. 2010-05-27 13:59:46 +02:00
Giuseppe Scrivano
1b2092fd06 Cope better with unclosed html tags. 2010-05-30 14:01:10 +02:00
Giuseppe Scrivano
05fccaeed2 Add new test. 2010-05-29 23:10:59 +02:00
Giuseppe Scrivano
d733dbc703 Exit with failure if -k is specified and -O is not a regular file. 2010-05-27 12:45:15 +02:00
Giuseppe Scrivano
83fe87d9ed Mention a recent change. 2010-05-27 12:19:54 +02:00
Giuseppe Scrivano
af5008cdb4 Tiny aesthetic changes. 2010-05-27 12:14:59 +02:00
Giuseppe Scrivano
8ff8a1d289 Send new cookies when the authorization fails. 2010-05-27 12:09:56 +02:00
Giuseppe Scrivano
a59e12ab26 Mention some recent changes in the NEWS file. 2010-05-25 18:39:32 +02:00
Giuseppe Scrivano
b2b76dcef4 Ignore zero length domains in no_proxy. 2010-05-25 18:36:02 +02:00
Giuseppe Scrivano
475c452780 Ignore HTTP 1xx responses. 2010-05-25 17:52:13 +02:00
Giuseppe Scrivano
8f91cbd2d6 Remove definition of unused symbols. 2010-05-24 12:12:41 +02:00
Giuseppe Scrivano
84b2d52598 http_atotm copies the NUL character of the locale string. 2010-05-23 10:58:05 +02:00
Giuseppe Scrivano
58a9721edf Use the gnulib md5 module. 2010-05-16 01:34:17 +02:00
Giuseppe Scrivano
ffbba2e6b9 Fix some build issues 2010-05-15 22:58:57 +02:00
Giuseppe Scrivano
baa0ec7f31 Use the getopt-gnu gnulib module instead of getopt. 2010-05-15 22:34:33 +02:00
Giuseppe Scrivano
294f2e1f6b bootstrap: ensure gnulib_path is not empty. 2010-05-14 11:46:42 +02:00
Giuseppe Scrivano
e36538b53a Use a script to generate the version string. 2010-05-10 00:47:17 +02:00
Giuseppe Scrivano
293008f682 Mass update copyright years. 2010-05-08 21:56:15 +02:00
Giuseppe Scrivano
b76ef3f452 Use always close as it is defined by gnulib on platforms lacking it. 2010-05-07 13:27:11 +02:00
Giuseppe Scrivano
5a97871f5d Fix unit tests build in a VPATH. 2010-05-07 13:10:09 +02:00
Giuseppe Scrivano
b2e34eb6a9 Add -lws2_32 under mingw32. 2010-05-07 12:51:39 +02:00
Giuseppe Scrivano
cba3187919 Remove some functions not needed anymore. 2010-05-07 12:46:47 +02:00
Giuseppe Scrivano
78a1186f2d Fix build under mingw. 2010-05-07 12:28:26 +02:00
Giuseppe Scrivano
a8d87e175e Remove generated file. 2010-05-07 12:12:55 +02:00
Giuseppe Scrivano
8234d9866a Add directory with generated gnulib files. 2010-05-07 10:15:14 +02:00
Giuseppe Scrivano
a8de649f28 Do not use macro WGET_SOCKLEN_T. 2010-05-07 10:11:15 +02:00
Giuseppe Scrivano
0cf88f48e6 Do not define ALL_LINGUAS in configure.ac. 2010-05-07 10:00:41 +02:00
Giuseppe Scrivano
63f280a030 Copy build_info.c.in only if we are working in a VPATH. 2010-05-07 09:51:35 +02:00
Giuseppe Scrivano
57a46fed5d Generate build_info.c in the builddir not in the srcdir. 2010-05-06 23:13:24 +02:00
Giuseppe Scrivano
9c23efbf57 Use gnulib bootstrap script. 2010-05-06 22:51:08 +02:00
Giuseppe Scrivano
282798f52e Give a nicer message on a malformed status line. 2010-05-05 12:27:29 +02:00
Giuseppe Scrivano
bb3f805b86 Mention last patch in the ChangeLog. 2010-05-04 18:03:51 +02:00
Giuseppe Scrivano
d829a89218 Check `resp_status' function return code. 2010-05-04 17:34:40 +02:00
Giuseppe Scrivano
ee69f96a91 Added myself to the AUTHORS file. 2010-05-04 13:20:18 +02:00
Giuseppe Scrivano
29e3aa3a20 Fix a sanity check by the AC_CONFIG_SRCDIR macro. 2010-05-03 20:40:23 +02:00
Giuseppe Scrivano
bbd81b91c0 Mention support for HTTP/1.1 2010-05-01 23:01:43 +02:00
Giuseppe Scrivano
1cee086162 Support HTTP/1.1. 2010-05-01 22:34:11 +02:00
Steven Schubiger
a801efcd96 Don't delete an input file fetched via FTP. 2010-03-04 22:09:31 +01:00
Steven Schubiger
33d8b23dfd Check stricter for supported URL scheme. 2010-03-02 21:41:32 +01:00
Steven Schubiger
f391a5b5b0 Fix memory leak in retrieve_from_file. 2010-03-02 20:35:02 +01:00
Steven Schubiger
ec6950f1a6 Make -i work with FTP. 2010-03-02 00:00:17 +01:00
Steven Schubiger
f6a33f1dd0 Test -i with HTTP. 2010-02-26 23:07:51 +01:00
Steven Schubiger
baf9994402 Add port substitution for FTP to tests. 2010-02-25 21:47:53 +01:00
Paul Townsend
068991e8a0 Time-measurement fix 2010-01-27 10:08:26 -08:00
Micah Cowan
30b24240ae Fixed some mixed declarations-and-code. 2010-01-13 20:41:15 -08:00