Commit Graph

217 Commits

Author SHA1 Message Date
aedc1715da added Travis CI .travis.yml 2014-02-02 17:11:28 +01:00
1ee622d986 added test routine for HSTS feature 2014-02-02 16:35:20 +01:00
1a3d356e48 fix possible endless loop in http_parse_param() 2014-02-02 16:34:23 +01:00
759d102cbc added support for RFC 6797 HTTP Strict Transport Security (HSTS) 2014-02-01 21:43:40 +01:00
21b379e77c Do not download robots.txt twice for HTTP and HTTPS if --protocol-directories is not given 2014-02-01 19:52:15 +01:00
b013655705 working on RFC 6797 HSTS (HTTP Strict Transport Security) 2014-01-31 17:51:54 +01:00
3d108831c1 removed failing tests of not yet implemented options 2014-01-24 16:40:23 +01:00
e8665d2f8f compile check for available hash functions in libnettle 2014-01-24 16:37:30 +01:00
d1be9223de use libnettle for checksumming if libgnutls not available or too old 2014-01-24 16:09:27 +01:00
1d24590810 fixed check for libunistring 2014-01-24 09:41:40 +01:00
ffa017abf2 fixed warning in ssl_gnutls.c 2014-01-24 09:41:17 +01:00
2cfea53520 gtk-doc optional, project tested on Cygwin 2014-01-21 17:12:07 +01:00
f44788bec3 edited AUTHORS and NEWS 2014-01-17 16:22:23 +01:00
1e3eeb8e69 brushed up README.md 2014-01-16 11:09:48 +01:00
c7ef206dbf added Contacts to README.md 2014-01-16 11:04:56 +01:00
6060ebb76c put mailing list address into configure.ac 2014-01-13 17:14:05 +01:00
b755144959 fixed 'make distcheck' 2014-01-12 22:14:31 +01:00
9c8f45d38d fixed some clang 3.4 warnings 2014-01-11 14:21:05 +01:00
a5f21a0ac9 added example print_html_url.c (scanning and printing URLs from HTML files) 2014-01-03 17:28:50 +01:00
dd3ffc5a7c fix mailing list address in README.md 2nd 2014-01-02 17:22:37 +01:00
57c8920ec7 fix mailing list address in README.md 2014-01-02 17:21:30 +01:00
dd0c23f447 added support for bzip2 Content-Encoding / Accept-Encoding type 2014-01-02 17:06:53 +01:00
fefc6b6877 added 'lzma' to Content-Encoding 2014-01-02 14:41:42 +01:00
f42166fd29 added support for XZ Content-Encoding / Accept-Encoding type 2013-12-31 13:01:40 +01:00
f4d8cb7d87 extended --adjust-extension to attach .rss and .atom 2013-12-30 16:28:59 +01:00
e2df3472ef added --waitretry, new function mget_millisleep() 2013-12-30 16:21:12 +01:00
342e3a4947 added --wait/-w, --random-wait and -tries/-t 2013-12-30 13:53:52 +01:00
d553d1c9a8 allow m, h and d modifiers for timeout options 2013-12-30 12:39:53 +01:00
3824785089 disable valgrind testing by default, just needed by developers 2013-12-30 12:36:23 +01:00
faa967c601 use valgrind to check invocations of mget in test suite (and not the test suite itself, as before) 2013-12-30 11:52:35 +01:00
41eb3b2621 add IRI that triggers robots.txt to blacklist, create local filename for --continue-download 2013-12-30 11:50:54 +01:00
23dce571e0 fixed test-iri-forced-remote 2013-12-28 19:52:45 +01:00
5fffae9fa1 fixed test-iri-list 2013-12-27 17:31:35 +01:00
ff967f8863 added new option --input-encoding 2013-12-27 17:30:10 +01:00
a68d0c7a14 added RSS parsing test 2013-12-25 21:45:53 +01:00
3845d792cc added parsing RSS 2.0 feeds 2013-12-21 19:02:47 +01:00
d23bf4e54d fixed compilation error in atom_url.c 2013-12-16 12:57:49 +01:00
2101e8ace4 added parsing Atom 1.0 feeds 2013-12-15 21:50:30 +01:00
1d6acb0e25 refactored basic sitemap parsing into libmget 2013-12-14 17:48:24 +01:00
742ff0ebdf new option --force-sitemap to scan URLs from a local Sitemap XML file 2013-11-30 20:36:21 +01:00
5787715b91 fix: added query twice if query contained slash(es) 2013-11-30 18:17:46 +01:00
c3dfc13209 fixed two more tests 2013-11-25 21:40:36 +01:00
a7dd7e2c93 fixed proxy destruction 2013-11-25 21:39:56 +01:00
965efe54db added sitemap parsing 2013-11-24 21:39:27 +01:00
8dc27042c2 fix some compiler warnings 2013-11-03 22:39:53 +01:00
6e025a1982 Support arbitrary number of proxies for parallel downloads 2013-11-02 21:31:25 +01:00
8bbed94375 fixed some warnings of clang 3.4 2013-11-02 16:40:24 +01:00
26681f10da added --chunk-size to allow multithreaded downloads of single files 2013-10-31 22:02:55 +01:00
a140195018 added --(no-)check-hostname to disable certificate hostname checking only 2013-10-27 21:34:19 +01:00
3e53d35205 Merge pull request #12 from magemore/patch-2
fix help: wget replaced with mget
2013-10-22 03:18:26 -07:00