wget/src
2016-09-08 16:51:15 +02:00
..
build_info.c.in Add options --bind-dns-address and --dns-servers 2016-03-23 09:26:22 +01:00
connect.c Fix some issues detected by Coverity 2016-09-08 10:12:02 +02:00
connect.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
convert.c Parse <img srcset> attributes, they have image URLs. 2016-03-03 09:38:45 +01:00
convert.h Parse <img srcset> attributes, they have image URLs. 2016-03-03 09:38:45 +01:00
cookies.c Improve PSL cookie checking 2016-08-17 16:32:26 +02:00
cookies.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css-tokens.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css-url.c * src/css-url.c (get_urls_css): Fix memory leak 2016-08-17 23:13:27 +02:00
css-url.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css.l maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
decc_ver.c Ensure main calls bindtextdomain 2014-06-12 18:49:14 +02:00
DESCRIP_DEPS.MMS imported patch vms-overlay 2010-01-09 15:24:02 -08:00
DESCRIP_MODS.MMS Remove trailing empty lines 2014-06-12 18:49:15 +02:00
DESCRIP_SRC.MMS Remove trailing empty lines 2014-06-12 18:49:15 +02:00
exits.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
exits.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp-basic.c Fix compile error when IPv6 is disabled 2015-11-17 13:40:44 +01:00
ftp-ls.c * src/ftp-ls.c (ftp_parse_winnt_ls): Initialize struct fileinfo cur 2016-09-08 16:51:15 +02:00
ftp-opie.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp.c Fix some issues detected by Coverity 2016-09-08 10:12:02 +02:00
ftp.h ftp: understand --trust-server-names on a HTTP->FTP redirect 2016-06-09 15:02:49 +02:00
gnutls.c Include gnulib fcntl.h instead of sys/fcntl.h 2016-06-12 17:06:31 +02:00
hash.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
hash.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
host.c Include sys/select.h if HAVE_LIBCARES 2016-04-17 14:18:55 +02:00
host.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
hsts.c Bypass world-writable checks on Windows 2016-06-27 09:54:32 +02:00
hsts.h Correct HSTS debug message 2016-05-26 16:37:51 +02:00
html-parse.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
html-parse.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
html-url.c * src/html-url.c (get_urls_html): Fix memory leak 2016-08-17 23:12:25 +02:00
html-url.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
http-ntlm.c Remove shadowed variable in http.c 2015-05-04 21:45:26 +05:30
http-ntlm.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
http.c Add const to url param of some functions 2016-09-08 16:13:54 +02:00
http.h Add const to url param of some functions 2016-09-08 16:13:54 +02:00
init.c Fix some issues detected by Coverity 2016-09-08 10:12:02 +02:00
init.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
iri.c Use ICONV_CONST to avoid type warning for iconv() 2016-06-12 21:51:34 +02:00
iri.h Fix warnings for --disable-iri configure flag 2016-06-07 12:52:59 +02:00
log.c Retain value of errno in logprintf(), logputs() even better 2016-02-11 10:53:02 +01:00
log.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
main.c Fix some issues detected by Coverity 2016-09-08 10:12:02 +02:00
Makefile.am Keep fetched URLs in POSIX extended attributes 2016-07-22 13:42:23 +02:00
metalink.c * src/metalink.c (badhash_suffix): Fix quoting 2016-08-04 13:09:28 +02:00
metalink.h Add new option --keep-badhash to keep Metalink's files with a bad hash 2016-08-04 12:03:49 +02:00
mswindows.c Fix xsleep() for Windows (trivial change) 2016-04-25 15:50:23 +02:00
mswindows.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
netrc.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
netrc.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
openssl.c Fix compilation for OpenSSL 1.1.0 2016-06-30 13:24:33 +02:00
options.h Add --use-askpass=COMMAND support 2016-09-03 21:01:24 +02:00
progress.c Remove special handling for Emacs in progress bar code 2016-05-23 21:46:29 +02:00
progress.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ptimer.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ptimer.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
recur.c * src/recur.c (retrieve_tree): Fix possible NULL dereference 2016-09-08 13:04:37 +02:00
recur.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
res.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
res.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
retr.c * src/retr.c (retrieve_url): NULL check mynewloc 2016-09-08 12:46:25 +02:00
retr.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
spider.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
spider.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ssl.h Added support for FTPS 2015-09-14 10:16:44 +02:00
sysdep.h Fix warning about redefinition of MAP_FAILED 2016-06-07 09:56:01 +02:00
test.c Add unit test for parse_content_range() method 2015-08-30 21:34:32 +05:30
test.h Add unit test for parse_content_range() method 2015-08-30 21:34:32 +05:30
url.c Fix some issues detected by Coverity 2016-09-08 10:12:02 +02:00
url.h Add --use-askpass=COMMAND support 2016-09-03 21:01:24 +02:00
utils.c * src/utils.c (stable_sort): Reduce tmp allocation size 2016-09-08 12:44:17 +02:00
utils.h Implement --pinnedpubkey option to pin public keys 2016-04-11 16:18:05 +02:00
version.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
vms.c Remove trailing empty lines 2014-06-12 18:49:15 +02:00
warc.c Fix writing WARC-Target-URI value 2016-02-27 23:08:28 +01:00
warc.h Add more const usage to function params 2015-04-17 22:42:59 +02:00
wget.h Eliminate NDEBUG redefined warnings 2015-11-16 23:53:59 +01:00
xattr.c Style fixes and DEBUG on setxattr failure. 2016-07-27 17:05:57 +02:00
xattr.h Style fixes and DEBUG on setxattr failure. 2016-07-27 17:05:57 +02:00