Gijs van Tulder
|
6a25955fe6
|
warc: support large files.
|
2012-02-25 11:58:21 +01:00 |
|
Gijs van Tulder
|
586ade4fb1
|
Fix memory leak.
|
2012-01-28 14:08:52 +01:00 |
|
Sasikantha Babu
|
5e1badae1e
|
Properly format IPv6 addresses.
|
2012-01-09 00:03:23 +01:00 |
|
Gijs van Tulder
|
e3820953b2
|
Add support for WARC files.
|
2011-11-04 22:25:00 +01:00 |
|
Henrik Holst
|
fce4e757a2
|
Add support for --content-on-error.
|
2011-10-06 13:25:17 +02:00 |
|
Giuseppe Scrivano
|
19ef7249b8
|
Allow --timestamping and --continue at the same time.
|
2011-09-07 12:57:55 +02:00 |
|
Giuseppe Scrivano
|
9fab5a9f28
|
Fix a memory leak.
|
2011-08-18 15:17:20 +02:00 |
|
Giuseppe Scrivano
|
75d04cadf5
|
Fix a hang on redirects which change the transfer-encoding
|
2011-08-18 11:46:58 +02:00 |
|
Giuseppe Scrivano
|
1d9bb1c7b0
|
Use Cache-Control when --no-cache is specified.
|
2011-08-06 10:56:07 +02:00 |
|
Filipe Brandenburger
|
e219e587b3
|
Support HTTP/1.1 307 redirects keep request method.
|
2011-03-03 14:02:25 +01:00 |
|
Filipe Brandenburger
|
bb6a72caea
|
Do not adjust the extension if the file ends in .htm.
|
2011-03-02 10:57:44 +01:00 |
|
Steven Schubiger
|
e076a6d39d
|
Move duplicated code in http.c to a function
|
2011-02-23 10:37:48 +01:00 |
|
Giuseppe Scrivano
|
2f6aa1d741
|
mass change: update copyright years.
|
2011-01-01 13:19:37 +01:00 |
|
Giuseppe Scrivano
|
9ae052b1e2
|
Remove redundant guard.
|
2010-12-01 13:15:13 +01:00 |
|
Giuseppe Scrivano
|
8aa378bd9e
|
Revert 2444.
|
2010-11-22 18:04:42 +01:00 |
|
Giuseppe Scrivano
|
2aa2a913c3
|
On a network error, attempt to resume the download, not restart it.
|
2010-11-21 22:56:20 +01:00 |
|
Giuseppe Scrivano
|
a2596ccf21
|
Fix an infinite loop with error message '<filename> has sprung into existence'
|
2010-11-19 17:14:21 +01:00 |
|
Giuseppe Scrivano
|
542c549985
|
Silent warnings reported by clang.
|
2010-10-16 03:04:25 +02:00 |
|
Merinov Nikolay
|
b5c9573ad6
|
Add --unlink.
|
2010-09-29 13:34:09 +02:00 |
|
Dennis, CHENG Renquan
|
6230b73df0
|
Fix problem when content-disposition is used with recursive downloading.
|
2010-09-24 14:07:58 +02:00 |
|
Giuseppe Scrivano
|
2107eb06ab
|
Use persistent connections with proxies supporting them.
|
2010-08-09 12:56:49 +02:00 |
|
Giuseppe Scrivano
|
87ad80cacc
|
Specify the connection header when keep alive connections are not used.
|
2010-08-09 12:32:04 +02:00 |
|
Giuseppe Scrivano
|
3e25a9817f
|
Introduce --trust-server-names. Close CVE-2010-2252.
|
2010-07-28 21:22:22 +02:00 |
|
Alan Jenkins
|
954fead685
|
Fix a failure if the server doesn't specify a content-length and -c is used.
|
2010-07-20 19:42:13 +02:00 |
|
Giuseppe Scrivano
|
57584fe2da
|
Fix another case of -N and -c not working well together.
|
2010-07-18 20:10:42 +02:00 |
|
Giuseppe Scrivano
|
b7f54921f6
|
Now --timestamping and --continue works well together.
|
2010-07-11 15:47:18 +02:00 |
|
Giuseppe Scrivano
|
117c25970b
|
Send a HEAD before the GET when -N and --content-disposition are used together.
|
2010-06-14 19:24:47 +02:00 |
|
Muthu Subramanian K
|
aca9f566b6
|
Report the total avg transfer speed correctly with multiple URL's and -c.
|
2010-06-11 00:35:30 +02:00 |
|
Giuseppe Scrivano
|
bd5527dad4
|
If --content-disposition is used, do not send a HEAD request.
|
2010-06-03 16:46:56 +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
|
475c452780
|
Ignore HTTP 1xx responses.
|
2010-05-25 17:52:13 +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
|
293008f682
|
Mass update copyright years.
|
2010-05-08 21:56:15 +02:00 |
|
Giuseppe Scrivano
|
282798f52e
|
Give a nicer message on a malformed status line.
|
2010-05-05 12:27:29 +02:00 |
|
Giuseppe Scrivano
|
d829a89218
|
Check `resp_status' function return code.
|
2010-05-04 17:34:40 +02:00 |
|
Giuseppe Scrivano
|
1cee086162
|
Support HTTP/1.1.
|
2010-05-01 22:34:11 +02:00 |
|
Micah Cowan
|
7585b7019d
|
--no-match-server-timestamps -> --no-use-server-timestamps
|
2010-01-09 20:21:37 -08:00 |
|
David Holman
|
1f08245076
|
--no-match-server-timestamps
|
2010-01-09 18:57:18 -08:00 |
|
Arvind Jamuna Dixit
|
d5361eca21
|
Support RFC 2231.
|
2010-01-09 14:23:29 -08:00 |
|
Micah Cowan
|
4a08094db8
|
[mq]: cfg-mk
|
2009-09-21 20:39:44 -07:00 |
|
Steven Schweda
|
5ef1d7b949
|
Fixes needed for VMS.
|
2009-09-11 19:41:57 -07:00 |
|
Micah Cowan
|
b014f8fae9
|
Improved exit status handling.
|
2009-08-27 23:08:58 -07:00 |
|
Micah Cowan
|
d21dde51b8
|
Heed cookies from 401s.
|
2009-08-27 00:40:48 -07:00 |
|
Tony Lewis
|
ee1df87dd8
|
Parse content-length before using it. Fixes NTLM (#27192).
|
2009-08-17 20:47:05 -07:00 |
|
Micah Cowan
|
9dadbf6fe9
|
Rename --html-extension to --adjust-extension.
|
2009-07-28 17:37:58 -07:00 |
|
Peter Pisar
|
2524076dd2
|
Translation fixes.
|
2009-07-05 14:35:21 -07:00 |
|
Micah Cowan
|
ae042e99cf
|
Remove version.h; we generate version.c these days.
|
2009-07-04 16:15:26 -07:00 |
|
Micah Cowan
|
d5e283b1a7
|
Automated merge.
|
2009-07-04 15:32:57 -07:00 |
|