Commit Graph

  • 48543621ab Fix HTML BASE with absolute path Tim Rühsen 2015-10-25 21:02:33 +01:00
  • 0600162563 Add download statistics Tim Rühsen 2015-10-25 19:04:19 +01:00
  • b3e7df0b57 Remove unused argument argv from option parser functions Tim Rühsen 2015-10-24 22:44:11 +02:00
  • 35519055db Comment code for broken servers and document it Tim Rühsen 2015-10-24 15:20:26 +02:00
  • 6aa1e01a40 Ensure atleast one downloader thread Darshit Shah 2015-10-24 02:29:16 +05:30
  • ca83af92f6 Abort on SIGTERM or on 2x CTRL-C Tim Rühsen 2015-10-23 22:50:02 +02:00
  • a29190661d Add --config option for backwards compatibility Tim Rühsen 2015-10-23 22:38:28 +02:00
  • ff9db5a03f Exit immediately if cannot set http_proxy or https_proxy Giuseppe Scrivano 2015-10-23 16:28:43 +02:00
  • 7cbd3d5e67 set_http_proxy and set_https_proxy can return an error Giuseppe Scrivano 2015-10-23 16:10:52 +02:00
  • b6bc7f653f Indent C preprocessor directives Giuseppe Scrivano 2015-10-22 10:18:23 +02:00
  • 131709da7d .dir-locals.el: new file Giuseppe Scrivano 2015-10-22 10:15:51 +02:00
  • 7533d9d1bc Fix function prototypes Giuseppe Scrivano 2015-10-22 10:12:29 +02:00
  • eee1b5f80b Check for wget_iri_parse errors Giuseppe Scrivano 2015-10-22 10:02:57 +02:00
  • f63767b028 Documented hashing functions Ander Juaristi 2015-10-21 17:13:09 +02:00
  • b16792d80a Typos Ander Juaristi 2015-10-20 20:13:05 +02:00
  • 10003c829f Initial docs for hashing utils Ander Juaristi 2015-10-20 20:12:56 +02:00
  • ad2cb53f12 Merge pull request #21 from darnir/check-asprintf-return Tim Rühsen 2015-10-23 13:04:51 +02:00
  • 7048dd73eb Fix compiler warning about unused return code Darshit Shah 2015-10-23 15:44:04 +05:30
  • 850eb7acbc Allow recursive downloads to be more concurrent Darshit Shah 2015-10-23 15:35:59 +05:30
  • 2c19003650 Add option to explicitly set path to wgetrc file Darshit Shah 2015-10-22 03:49:58 +05:30
  • cd0957dd83 OCSP and HSTS files should be stored to ~/.wget_* Darshit Shah 2015-10-22 03:28:29 +05:30
  • 4a186f1732 Add new test tests/test-redirection.c Tim Rühsen 2015-10-20 22:43:56 +02:00
  • 3cb9027e51 Add extension of test suite port variables in response headers Tim Rühsen 2015-10-20 22:41:36 +02:00
  • e1990c6415 On CTRL-C save downloaded data before exit Tim Rühsen 2015-10-19 21:13:28 +02:00
  • 7217348824 gnutls: check for gnutls_srp_server_get_username function Giuseppe Scrivano 2015-10-19 12:33:45 +02:00
  • d81e9d26f2 Rename option --num-threads to --max-threads Darshit Shah 2015-10-18 14:36:39 +05:30
  • 87399e88a5 Change 'git branch' into 'git checkout' Tim Rühsen 2015-10-18 15:29:43 +02:00
  • 98232ba649 Fix TLS read timeout issue with GnuTLS 3.4.x Tim Rühsen 2015-10-17 21:06:31 +02:00
  • 0a25942598 Fix issue when --debug is the first option passed Darshit Shah 2015-10-16 21:00:24 +05:30
  • 8ca274de11 Fix shell in contrib/gen_option_diff.sh Tim Rühsen 2015-10-15 21:51:56 +02:00
  • 39636c3c5e Add contrib/gen_option_diff.sh Tim Rühsen 2015-10-15 21:38:13 +02:00
  • 43ca83492f Remove mentioning SPDY from README.md Tim Rühsen 2015-10-11 12:00:24 +02:00
  • 792a003341 Rename wget executable to wget2 Tim Rühsen 2015-10-11 11:54:00 +02:00
  • 8b0669eb20 Handle TLS rehandshakes Tim Rühsen 2015-09-28 12:58:07 +02:00
  • 571fc9b533 Add copyright notes to NEWS Tim Rühsen 2015-09-23 10:30:25 +02:00
  • dab2fd18f9 Print number of downloaded files and bytes when done Tim Rühsen 2015-09-22 17:01:40 +02:00
  • 1e2fb62790 Fix SPDY incompatibility Tim Rühsen 2015-09-22 17:00:14 +02:00
  • 330d4b0618 Fix README Tim Rühsen 2015-09-22 13:11:36 +02:00
  • 26480f6ad9 Fix README.md Tim Rühsen 2015-09-22 13:08:50 +02:00
  • 0f8e49128a Transfer copyright to Free Software Foundation, Inc. Tim Rühsen 2015-09-22 11:50:06 +02:00
  • 592c6941d7 Fix mailing list and website in configure.ac Tim Rühsen 2015-09-22 11:48:49 +02:00
  • 2a7b6f4e84 Add ABOUT-NLS and INSTALL to .gitignore Tim Rühsen 2015-09-21 11:37:43 +02:00
  • e4fd2e86ca Add fallback code for GnuTLS < 3.1.7 Tim Rühsen 2015-09-21 11:32:42 +02:00
  • c6b0e461a1 Transform Mget into Wget Tim Rühsen 2015-09-19 21:53:42 +02:00
  • c726913a8f More HTTP/2 related code, new option --(no-)http2 Tim Rühsen 2015-09-18 17:04:16 +02:00
  • abf38ba748 Fixed cookie test routine Tim Rühsen 2015-09-13 21:38:19 +02:00
  • 1bccc5796d Added missing breaks to switch in libtest.c Tim Rühsen 2015-09-12 11:37:28 +02:00
  • 15d57f1627 Fix resource leak in new HTTP/2 code Tim Rühsen 2015-09-12 11:32:25 +02:00
  • bd9c67f2f9 Fix compilation without nghttp2 Tim Rühsen 2015-09-11 21:45:20 +02:00
  • db7da4aff0 HTTP/2 download is working Tim Rühsen 2015-09-11 17:05:10 +02:00
  • 1063947034 Fix res->encoding in _html_get_url() Tim Rühsen 2015-09-11 11:40:25 +02:00
  • 858546776b Fix typo in comment Tim Rühsen 2015-09-10 11:43:31 +02:00
  • b71abda2b0 Rearrange HTTP header API Tim Rühsen 2015-09-07 12:26:21 +02:00
  • 591ec4fe65 Request HTTP/1.1 and HTTP/2.0 via ALPN Tim Rühsen 2015-09-07 10:51:57 +02:00
  • eacdc709c4 Fix Content-Disposition filename retrieval Tim Rühsen 2015-08-31 15:03:47 +02:00
  • 0821d67313 Fix filename when charset conversion fails #2 Tim Rühsen 2015-08-28 15:47:15 +02:00
  • 73cb0b2dbf Remove iconv() from AC_CHECK_FUNCS Tim Rühsen 2015-08-28 12:08:35 +02:00
  • cffe303d6e Include sys/types.h in libmget.h Tim Rühsen 2015-08-28 12:08:01 +02:00
  • c16fe4d622 Fix filename when charset conversion fails Tim Rühsen 2015-08-28 12:07:06 +02:00
  • 52e10c8886 Unify mget_ssl_server_open and mget_ssl_open Tim Rühsen 2015-07-12 21:24:55 +02:00
  • 9de3f85c77 Add AUTH command to FTP test suite Tim Rühsen 2015-07-12 21:01:56 +02:00
  • 716fb160e5 Add tests/test-ftps.c Tim Rühsen 2015-07-12 21:01:28 +02:00
  • 5768fa9cab Remove INSTALL from git Tim Rühsen 2015-07-12 20:58:30 +02:00
  • 2d35ac3ff0 Add mget_tcp_tls_start() and mget_tcp_tls_stop() Tim Rühsen 2015-07-12 20:57:52 +02:00
  • a7d9d4fcf3 Add FTPS server to test suite Tim Rühsen 2015-07-11 10:01:36 +02:00
  • c0a5561afc Allow ordered and unordered I/O for FTP test suite Tim Rühsen 2015-07-11 09:35:26 +02:00
  • 6d1858b9e6 Add --inet4-only to tests/test-ftp.c Tim Rühsen 2015-07-10 21:13:05 +02:00
  • 3bead1e606 Added EPSV to tests/libtest.c Tim Rühsen 2015-07-10 21:12:14 +02:00
  • 0fb3db91a1 Include sys/wait.h for WIF* macros Tim Rühsen 2015-07-10 16:31:09 +02:00
  • e10caca51c Remove tests/.test_* with make clean Tim Rühsen 2015-07-10 15:16:17 +02:00
  • c97053134e Remove unused variables from tests/libtest.c Tim Rühsen 2015-07-10 14:59:04 +02:00
  • 72f80ea941 Remove GNU make specialty from libmget/Makefile.am Tim Rühsen 2015-07-10 14:57:39 +02:00
  • 56257307e8 Remove qsort_r trampoline version Tim Rühsen 2015-07-10 14:45:12 +02:00
  • 08bc4602fd Fix tests/libtest.c crash recently introduced Tim Rühsen 2015-07-10 14:43:58 +02:00
  • 91beea791e Add first FTP testing capability Tim Rühsen 2015-07-09 21:26:22 +02:00
  • 3c8c6e3de3 Don't cache automatic server ports Tim Rühsen 2015-07-09 21:26:01 +02:00
  • df92b555fb Add Travis CI OSX check Tim Rühsen 2015-07-09 16:03:04 +02:00
  • 470208a792 Fix typo in libmget/encoding.c Tim Rühsen 2015-07-09 15:43:46 +02:00
  • 9a2164c595 Work around a libidn 1.30 vulnerability Tim Rühsen 2015-07-06 12:51:24 +02:00
  • 7ab74946ae Revert "Bump GETTEXT to version 0.19.1" Tim Rühsen 2015-07-06 12:27:15 +02:00
  • 2e8f0b6441 Allow NULL for mget_http_parse_setcookie()i cookie param Tim Rühsen 2015-07-06 11:40:44 +02:00
  • 469e501859 Bump GETTEXT to version 0.19.1 Tim Rühsen 2015-07-06 11:39:27 +02:00
  • 508656a665 Avoid tautological check warnings from clang Tim Rühsen 2015-07-06 11:38:55 +02:00
  • 045210803a Avoid printf format warning Tim Rühsen 2015-07-06 11:37:50 +02:00
  • 32f60a088c Add check and support for BSD style qsort_r Tim Rühsen 2015-07-06 10:52:14 +02:00
  • 896373011e Fix check for HAVE_DPRINTF in libmget/printf.c Tim Rühsen 2015-07-05 20:58:15 +02:00
  • a2be3b5c84 Fix waste of CPU cycles in mget_iri_relative_to_abs() Tim Ruehsen 2015-05-04 21:54:33 +02:00
  • f878d8c907 prepared for release Tim Ruehsen 2015-05-02 20:07:23 +02:00
  • 129f4bce5e use random/srandom instead weak functions rand/srand Tim Ruehsen 2015-03-22 20:18:24 +01:00
  • 71d1ed3b2d added .gitignore Tim Rühsen 2015-03-18 11:28:57 +01:00
  • 8706d962c4 fixing two more Coverity issues Tim Rühsen 2015-03-13 11:14:31 +01:00
  • d4616510ec fixing more Coverity issues Tim Ruehsen 2015-03-12 21:29:26 +01:00
  • 7c5962d82a fixing more Coverity issues Tim Rühsen 2015-03-09 11:41:21 +01:00
  • 1d45d9a704 changes in hashmap handling Tim Ruehsen 2015-03-08 21:44:01 +01:00
  • 6cdd208444 fix several issues found by Coverity Tim Ruehsen 2015-03-07 22:55:17 +01:00
  • 24030f6b01 comment unused mget_bsprintf functions Tim Ruehsen 2015-03-03 21:49:11 +01:00
  • 8a1334d335 fix possible buffer overflow Tim Ruehsen 2015-03-03 21:31:11 +01:00
  • 8b5b8f03b5 added Coverity Scan Status Tim Ruehsen 2015-03-01 18:11:30 +01:00
  • b2d1b2182b fix strndup() compat function Tim Ruehsen 2015-02-28 22:05:18 +01:00
  • 87abcabfd2 replace logger vsprintf, Solaris *printf can't handle NULL arguments Tim Rühsen 2015-02-27 17:34:05 +01:00