Commit Graph

17 Commits

Author SHA1 Message Date
ec396c577f Fix URLs to HTTPS where possible 2017-02-28 15:31:30 +01:00
0a9ee00db9 Fix possible file name truncation
* tests/test-parse-html.c: Increase buffer for filename
* tests/test.c: Likewise
2017-02-01 11:19:52 +01:00
9568b0c87e Rename include/libwget.h to include/wget/wget.h+wgetver.h 2016-09-30 09:47:32 +02:00
d393fc4ed5 Fix compiler warnings in test suite
* tests/libtest.c (wget_test_check_filesystem): Fix printf
  format warning
* tests/test-parse-html.c (html_dump): Add switch default case,
  fix printf format warning
2016-06-15 16:42:27 +02:00
385e0d52b3 Allow options and URLs in any order
* src/options.c (parse_command_line): Reorder URLs after options
* src/options.h: Fix init() prototype
* src/wget.c, tests/test-parse-html.c, tests/test.c:
  Fix main() argv argument
2016-03-28 21:58:10 +02:00
dd3c2f63b2 Updated copyright year for all relevant files 2016-01-25 13:06:21 +01:00
dbc9e54a24 Use c-ctype.h where possible
* libwget/atom_url.c, libwget/buffer_printf.c, libwget/css.c,
  libwget/html_url.c, libwget/http.c, libwget/rss_url.c, libwget/sitemap_url.c,
  src/options.c src/wget.c, tests/libtest.c, tests/test-parse-html.c:
  Use c-ctype.h where possible
2016-01-13 11:34:31 +01:00
ff9db5a03f Exit immediately if cannot set http_proxy or https_proxy
* src/wget.c (main): Exit immediately on an "init()" error.
* src/options.c (init): Raise an error if cannot set http_proxy or https_proxy.
* tests/test-parse-html.c (main): Check for "init" errors.
* tests/test.c (main): Check for "init" errors.
2015-10-23 20:22:41 +02:00
0f8e49128a Transfer copyright to Free Software Foundation, Inc. 2015-09-22 11:50:06 +02:00
c6b0e461a1 Transform Mget into Wget 2015-09-19 22:54:38 +02:00
675831afa3 use ASCII-only string case comparison 2014-09-23 17:11:01 +02:00
4e667ae853 fix some clang warnings 2014-04-04 15:36:10 +02:00
7533f67118 fixed some minor warnings 2014-02-02 21:07:51 +01:00
9c8f45d38d fixed some clang 3.4 warnings 2014-01-11 14:21:05 +01:00
a68d0c7a14 added RSS parsing test 2013-12-25 21:45:53 +01:00
00249e0a5c threading model reimplemented to put more load onto the workers 2013-09-09 21:39:11 +02:00
6aa639f762 xml parser rewritten to output len and pos of values 2013-08-16 17:10:01 +02:00