Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ArchiveTeam/wget-lua

Wget-AT is a modern Wget with Lua hooks, Zstandard (+dictionary) WARC compression and URL-agnostic deduplication.
https://github.com/ArchiveTeam/wget-lua

New: Metalink/XML v3 python class, update tests to use this class

* testenv/misc/metalinkv3_xml.py: New Metalink/XML v3 python class
* testenv/Test-metalink-xml-a...

a35f3dd4f6b0fc2b507c090ab7a8df7bb92d7edd authored over 8 years ago by Matthew White <[email protected]>
Bugfix: Process Metalink/XML url strings containing white spaces and CRLF

* src/metalink.h: Add declaration of function clean_metalink_string()
* src/metalink.c: Add dire...

8aca8fc80dc4de726bf55e9f8498c4b544aed060 authored over 8 years ago by Matthew White <[email protected]>
New: Metalink/XML and Metalink/HTTP file naming safety rules

* NEWS: Mention the effect of --trust-server-names over Metalink
* src/metalink.h: Add declarati...

c29983a044b3fb934fb22ae57f00639383e6f26c authored over 8 years ago by Matthew White <[email protected]>
New document: Metalink/XML and Metalink/HTTP standard reference

* doc/metalink-standard.txt: New doc. Implemented and recommended
Metalink/XML and Metalink/HT...

5f3ed5eec88902283b9a247daa3587a34bba05f3 authored over 8 years ago by Matthew White <[email protected]>
New: Metalink file size mismatch returns error code METALINK_SIZE_ERROR

* src/wget.h (uerr_t): Add error code METALINK_SIZE_ERROR to enum
* src/metalink.c (retrieve_fro...

70360b3eabd1de0a0facf597f7a3a56ae8b6b74d authored over 8 years ago by Matthew White <[email protected]>
New test: Detect when there are no good Metalink url resources

* testenv/Makefile.am: Add new file
* testenv/Test-metalink-xml-nourls.py: New file. Metalink/XM...

ba82a47173ffad86c59e0c969070e0d2c8fc75df authored over 8 years ago by Matthew White <[email protected]>
Bugfix: Remove surrounding quotes from Metalink/HTTP key's value

* src/metalink.h: Add declaration of function dequote_metalink_string()
* src/metalink.c: Add fu...

9532861aef9a025639876b372df1e97701cfb8a4 authored over 8 years ago by Matthew White <[email protected]>
New test: Metalink shall not concatenate '/' to an empty directory prefix

* testenv/Makefile.am: Add new file
* testenv/Test-metalink-xml-emptyprefix-trust.py: New file.
...

64ab90ee66e559c5ea7947481c24bca84984cad3 authored over 8 years ago by Matthew White <[email protected]>
New: Parse Metalink/HTTP header for application/metalink4+xml

* src/http.c (metalink_from_http): Parse Metalink/HTTP header for
metaurls application/metalin...

628fb565c782dfbd56b8ebd940e08bd6877989ab authored over 8 years ago by Matthew White <[email protected]>
Enforce Metalink file name verification, strip directory if necessary

* NEWS: Mention the use of a safe Metalink destination path
* src/metalink.h: Add declaration of...

43ec7008f21195dfc33daacbbb760fa456fd77f5 authored over 8 years ago by Matthew White <[email protected]>
Add file size computation in Metalink module

* NEWS: Mention Metalink's file size verification
* src/metalink.c (retrieve_from_metalink): Add...

f3f349a0cf0598fdf3a40d909075974c7bc992bc authored over 8 years ago by Matthew White <[email protected]>
Change mfile->name to filename in Metalink module's messages

* src/metalink.c (retrieve_from_metalink): Change mfile->name to
filename when referring to th...

666b7862bfa0537b81fb28534ffef7c653ba1128 authored over 8 years ago by Matthew White <[email protected]>
Implement Metalink/XML --directory-prefix option in Metalink module

* NEWS: Mention the effect of --directory-prefix over Metalink
* src/metalink.c (retrieve_from_m...

7d4942864ba968412650bdb9c34adab6ff94f25b authored over 8 years ago by Matthew White <[email protected]>
Update Metalink/XML tests and add a new test for home paths

* testenv/Test-metalink-xml-relpath.py: Update test
* testenv/Test-metalink-xml-homepath.py: New...

6b1860da371489b3252c7fae316b2587b085820d authored over 8 years ago by Matthew White <[email protected]>
Bugfix: Keep the download progress when alternating metalink:url

* NEWS: Mention the effects of --continue over Metalink
* src/metalink.c (retrieve_from_metalink...

ff444ebc2adf3bb76d4827e7133567e2a037d6f4 authored over 8 years ago by Matthew White <[email protected]>
Bugfix: Fix NULL filename and output_stream in Metalink module

* NEWS: Mention the Metalink "path/file" name format handling
* src/metalink.c (retrieve_from_me...

96554861f921f716264f08f3cb0e51f68724f797 authored over 8 years ago by Matthew White <[email protected]>
Use python .replace instead than re.sub in Metalink tests

* testenv/Test-metalink-http.py: Use python .replace
* testenv/Test-metalink-xml.py: Use python ...

ea038006d19bf9134df17f8ccc38cf0f1a586de3 authored over 8 years ago by Matthew White <[email protected]>
Add metalink description

* doc/metalink.txt

Evaluation of "Directory Options" on the command line interacting with
the o...

bcb9bf7ae4ee7aaccf00336070894c497cde7383 authored over 8 years ago by Matthew White <[email protected]>
Fix: Change Metalink/XML v3 file name into test.metalink

* testenv/Test-metalink-xml-abspath.py: Change Metalink/XML v3 file
name from test.meta4 into ...

77e2c54991d5e423ebf01645abcb96d14282c701 authored over 8 years ago by Matthew White <[email protected]>
Add two Metalink/XML tests

* testenv/Test-metalink-xml-abspath.py: Reject absolute paths
* testenv/Test-metalink-xml-relpat...

7ffbccec4c1659c67621a1c2aa51fe9a50417d7b authored over 8 years ago by Tim Rühsen <[email protected]>
Fix crash on 'srcset' inline URIs

* src/html-url.c (tag_handle_img): Check append_url() for NULL
return value before dereference...

a2c4849900d1d5c7e5c273536ab0b8bbba9c1e54 authored over 8 years ago by Tim Rühsen <[email protected]>
* src/hsts.c (hsts_store_open): NULL check param for fclose().

Reported-by: Coverity

40870e1271c977d9b80734690a5691a68bf05473 authored over 8 years ago by Tim Rühsen <[email protected]>
* src/ftp-ls.c (ftp_parse_winnt_ls): Fix memset params

15c1e0eb7b13cf45aa26b0b8337cc6563b3e8ca1 authored over 8 years ago by Tim Rühsen <[email protected]>
* src/utils.c (stable_sort): Use xmalloc instead of malloc

eba724a1288b60ab35df4dfe21d461d0c4050b84 authored over 8 years ago by Tim Rühsen <[email protected]>
* src/ftp-ls.c (ftp_parse_winnt_ls): Initialize struct fileinfo cur

Reported-by: Coverity

66a9883c8f09181f0a2bd5382c5fa80fab4aeda7 authored over 8 years ago by Tim Rühsen <[email protected]>
Add const to url param of some functions

* src/http.c: Add const to first param of initialize_request(),
initialize_proxy_configuration...

4febe72bd2f7767eeaa0f885c51103fcddfa8e8b authored over 8 years ago by Tim Rühsen <[email protected]>
* Makefile.am: Remove trailing empty line

c629ec7fd1b1883609a15c8313f03587112db565 authored over 8 years ago by Tim Rühsen <[email protected]>
* src/recur.c (retrieve_tree): Fix possible NULL dereference

Reported-by: Coverity

03da900c5be6b43ebf1edb335b9b51c8c249d76b authored over 8 years ago by Tim Rühsen <[email protected]>
* src/http.c (initialize_request): Fix check for user

Reported-by: Coverity

b7b67e23cd6349f1b2ca8a22b1041d6b5ce7ee49 authored over 8 years ago by Tim Rühsen <[email protected]>
* src/retr.c (retrieve_url): NULL check mynewloc

Reported-by: Coverity

22aed3ed4b219e03d4e508cfd1ecec6a1c758adc authored over 8 years ago by Tim Rühsen <[email protected]>
* src/utils.c (stable_sort): Reduce tmp allocation size

Reported-by: Coverity

b4465afa8a1050accd7a6aa3f684ad5ea7512151 authored over 8 years ago by Tim Rühsen <[email protected]>
* Makefile.am: Add target 'check-valgrind'

a232835fd110cffde6fb405eca1552e7ddb1ef52 authored over 8 years ago by Tim Rühsen <[email protected]>
Fix some issues detected by Coverity

* src/connect.c (connect_to_ip): Check return value of setsockopt.
* src/ftp.c (ftp_retrieve_lis...

a78b83b1e9dbc0f3552f0456b49c023d35ca34f8 authored over 8 years ago by Tim Rühsen <[email protected]>
Code cleanup for --use-askpass

* bootstrap.conf: Add xmemdup0 and strpbrk.
* src/init.c (cmd_use_askpass): Add 'const' to char ...

37a5257c66b50d5a18728eeace4406a3badeb435 authored over 8 years ago by Tim Rühsen <[email protected]>
* src/http.c (check_file_output): Replace asprintf by aprint

49af22ca94570da3fa43c98e92ec0830f786db0d authored over 8 years ago by Tim Rühsen <[email protected]>
* testenv/README: Remove obsolete references to TEST_NAME

d505714a320834ade6a96e63d948f0c7605af9b6 authored over 8 years ago by Tim Rühsen <[email protected]>
Add --use-askpass=COMMAND support

* doc/wget.texi: Add --use-askpass to documentation.
* src/init.c: Add cmd_use_askpasss to set o...

21e1725e1248f38f6865e22ee3c15d44ff7c7987 authored over 8 years ago by Liam R. Howlett <[email protected]>
Add tests for recursion and redirection.

* testenv/Test-recursive-basic.py: New file. Test basic recursion
* testenv/Test-recursi...

796e30dcea1edb8d271528a78a621650d282ec04 authored over 8 years ago by Dale R. Worley <[email protected]>
Sort test names into order.

* testenv/Makefile.am: Sort all the python tests in alphabetical
order

b919f988f22c647eb10462e87b1ba588a9f82f22 authored over 8 years ago by Dale R. Worley <[email protected]>
Corrections and amplifications to test documentation

* testenv/README: Update documentation to meet current project
status
* testenv/Test...

ca1ee7d32f92d9ee4e0c0d27fb923ae8e56c2466 authored over 8 years ago by Dale R. Worley <[email protected]>
Append .tmp to temporary files

* src/http.c (struct http_stat): Add `temporary` flag.
(check_file_output): Append .tmp to tempo...

690c47e3b18c099843cdf557a0425d701fca4957 authored over 8 years ago by Giuseppe Scrivano <[email protected]>
Limit file mode to u=rw on temp. downloaded files

* bootstrap.conf: Add gnulib modules fopen, open.
* src/http.c (open_output_stream): Limit file ...

9ffb64ba6a8121909b01e984deddce8d096c498d authored over 8 years ago by Tim Rühsen <[email protected]>
Fix some make syntax-check issues

cfg.mk: Skip .der files.
testenv/certs/server-template.cfg: Remove empty final line.
testenv/cer...

6698260f15566248bdef5518708383c2355edf9f authored over 8 years ago by Giuseppe Scrivano <[email protected]>
* src/css-url.c (get_urls_css): Fix memory leak

0787d7253edff7d808c47d36e10766e8adda2100 authored over 8 years ago by Tim Rühsen <[email protected]>
* src/html-url.c (get_urls_html): Fix memory leak

964f4646da4d4d60f00d8efb4fc06426541c87c0 authored over 8 years ago by Tim Rühsen <[email protected]>
Improve PSL cookie checking

* configure.ac: Add --with-psl-file to set a PSL file
* src/cookies.c (check_domain_match): Load...

262baeb11379a2765507455569d16abfa94947c0 authored over 8 years ago by Tim Rühsen <[email protected]>
Fix stack overflow with way too many cookies

* src/cookies.c (cookie_header): Use heap instead of stack.
* src/http.c (request_send): Likewis...

f4aeb4189958cf9b2b6d134fd42b89bc9a3c401f authored over 8 years ago by Tobias Stoeckmann <[email protected]>
Fix signal race condition

The signal handler for SIGALRM calls longjmp, but the handler is
installed before the jump targe...

a9d49e5b15bfe9630351cae15f7ffcab0ffa2ef3 authored over 8 years ago by Tobias Stoeckmann <[email protected]>
Remove hyphens from command names

* src/init.c: Remove hyphens from command names
* src/main.c: Likewise

Options with hyphens (or...

0fe79eeacba0067c8d5b70d62116ad003b3c98b1 authored over 8 years ago by Jeffery To <[email protected]>
* src/metalink.c (badhash_suffix): Fix quoting

e3fb4c3859d2705fb2de80801b0bba2b64bea1a1 authored over 8 years ago by Tim Rühsen <[email protected]>
Add new option --keep-badhash to keep Metalink's files with a bad hash

* src/init.c: Add keepbadhash
* src/main.c: Add keep-badhash
* src/options.h: Add keep_badhash
*...

943a6d585ff4a0afd974ab2e4838c9d2a63cf21a authored over 8 years ago by Matthew White <[email protected]>
* src/metalink.c: Remove C++ style comments

7fad76db4cdb7a0fe7e5aa0dd88f5faaf8f4cdc8 authored over 8 years ago by Tim Rühsen <[email protected]>
Add gnulib modules 'link', 'unlink' and 'symlink'

* bootstrap.conf: Add 'link', 'unlink' and 'symlink'

3e7e29f3588acb2ca5e36cfba3c4e0021da9cc06 authored over 8 years ago by Matthew White <[email protected]>
New: --continue continues partially downloaded Metalink's files

* src/metalink.c (retrieve_from_metalink): Continue file download if
opt.always_rest is true

...

e0b60fd0736c7f25642b0cb7cdfc0dd74f1d6d6f authored over 8 years ago by Matthew White <[email protected]>
Add support for Metalink's md2, and md4 hashes

* bootstrap.conf: Add crypto/md2, and crypto/md4
* src/metalink.c (retrieve_from_metalink): Add ...

9db02a0c4654409e288f2094644b64890e5ca509 authored over 8 years ago by Matthew White <[email protected]>
Add support for Metalink's md5, sha1, sha224, sha384, and sha512 hashes

* bootstrap.conf: Add crypto/sha512
* src/metalink.c (retrieve_from_metalink): Add md5, sha1, sh...

edad3c1df3db9631de2d05c20199b01c51cac97a authored over 8 years ago by Matthew White <[email protected]>
Style fixes and DEBUG on setxattr failure.

* src/ftp.c: Fix style.
* src/http.c: Likewise.
* src/xattr.h: Likewise.
* src/xattr.c: Likewise...

20cac2c5ab3d63aacfba35fb10878a2d490e2377 authored over 8 years ago by Sean Burford <[email protected]>
Keep fetched URLs in POSIX extended attributes

* configure.ac: Check for xattr availability
* src/Makefile.am: Add xattr.c
* src/ftp.c: Include...

a933bdd31eee9c956a3b5cc142f004ef1fa94cb3 authored over 8 years ago by Sean Burford <[email protected]>
Fix typos

* ChangeLog-2014-12-10: invokation -> invocation
* doc/wget.texi: invokation -> invocation
* src...

ef372a4f2747a883fce01f8fa6c642022bcffd5f authored over 8 years ago by Noël Köthe <[email protected]>
Fix creating docs when make uses 'sh -e'

* doc/Makefile.am: Save fallback for pod2man --utf8

Reported-by: Jérémie Courrèges-Anglas <jca@...

0b151f51ebf6e697c4b0e990a269956b2e49c195 authored over 8 years ago by Tim Rühsen <[email protected]>
Fix compilation for OpenSSL 1.1.0

* src/openssl.c (ssl_init): Use SSL_is_init_finished() instead of
SSL_state(), conditionally s...

309e72c74f4ea6c3707ca185bc92ae95ebf56b16 authored over 8 years ago by Tim Rühsen <[email protected]>
Add script to generate test certs non-interactive

* Test-pinnedpubkey-hash-https.py: Read hashed pubkey from file
* Test-pinnedpubkey-hash-no-chec...

2318c309d482462545e2700f370d9f63a056ec8c authored over 8 years ago by Tim Rühsen <[email protected]>
Bypass world-writable checks on Windows

* src/hsts.c (hsts_file_access_valid): we should check for "world-writable"
files only on Un...

cdc3e28d8e6ffc7abde413742b407027e8ab908e authored over 8 years ago by Ander Juaristi <[email protected]>
Update gnulib and bootstrap

* gnulib: Sync gnulib submodule with upstream
* bootstrap: Update to latest version from gnulib/...

43359f47c41b509c8e78649ab4e538cde5a41b07 authored over 8 years ago by Tim Rühsen <[email protected]>
Use ICONV_CONST to avoid type warning for iconv()

* src/iri.c (do_conversion): Cast 2. param of iconv() to
'ICONV_CONST char **'
* src/url.c (con...

e1e7afb210bcb2689332b07dbc84b3f06f04e1e4 authored over 8 years ago by Tim Rühsen <[email protected]>
Remove check for HAVE_ICONV in src/url.c

* src/url.c: Remove check for HAVE_ICONV

7e585fe23dd69cadfc3f44df0c5f8bc47ab37cbb authored over 8 years ago by Tim Rühsen <[email protected]>
Add gnulib module 'langinfo'

* bootstrap.conf: Add 'langinfo'

526e98f7c454c2469161bd421014153171911436 authored over 8 years ago by Tim Rühsen <[email protected]>
Include gnulib fcntl.h instead of sys/fcntl.h

* src/gnutls.c: Include gnulib fcntl.h

d75f43f0839a87dca9267cd66c2544e1b0560fe4 authored over 8 years ago by Tim Rühsen <[email protected]>
Add libraries to LDADD for wget

* src/Makefile.am: Add $(GETADDRINFO_LIB) $(HOSTENT_LIB) $(INET_NTOP_LIB)
$(LIBSOCKET) $(LIB_CL...

d4f97dc9afd149afe1f7b16a84eebb4bab1f044a authored over 8 years ago by Tim Rühsen <[email protected]>
Explicitely mention Python3 in README.checkout

* README.checkout: Python test suite needs Python3

ade62eb40093d58465ef7c01b30f97349f5d2ea3 authored over 8 years ago by Tim Rühsen <[email protected]>
NEWS: update

bd7f36705b4daca56ebb825eae55faa7f17084d9 authored over 8 years ago by Giuseppe Scrivano <[email protected]>
ftp: understand --trust-server-names on a HTTP->FTP redirect

If not --trust-server-names is used, FTP will also get the destination
file name from the origin...

e996e322ffd42aaa051602da182d03178d0f13e1 authored over 8 years ago by Giuseppe Scrivano <[email protected]>
Fix warnings for --disable-iri configure flag

* src/iri.h: Fix #define for parse_charset
* src/html-url.c: Surround some IRI code parts by #if...

2bdfc4f521047514a74c18ecd271679ca61b0a26 authored over 8 years ago by Tim Rühsen <[email protected]>
Fix warning about redefinition of MAP_FAILED

* src/sysdep.h: Removed definition of MAP_FAILED
* src/utils.c: Check and define MAP_FAILED afte...

2c736abb4c5b2caa0f3760c68ec9d50bca0dfb93 authored over 8 years ago by Tim Rühsen <[email protected]>
Add new Test for missing scheme behavior

* testenv/Makefile.am: Add Test-missing-scheme-retval.py
* testenv: New file Test-missing-scheme...

7c0752c4cb6575c6720d6e2d4bf4eda61b63e0f1 authored over 8 years ago by Tim Rühsen <[email protected]>
Fallback to pod2man without utf-8 on error

* doc/Makefile.am: Fallback to pod2man without utf-8 on error

302aa79abb17a2b621e2191723e5e2cf3ebc5dbb authored over 8 years ago by Tim Rühsen <[email protected]>
Correct HSTS debug message

* src/main.c (save_hsts): save the in-memory HSTS database to a file
only if something chang...

5224d752a54d99a1796aed37909e3d4d28a8dd1c authored over 8 years ago by Ander Juaristi <[email protected]>
Check the HSTS file is not world-writable

* hsts.c (hsts_file_access_valid): check that the file is a regular
file, and that it's not ...

2aaf12990cd58711331436caefd6c2e8dd469d0e authored over 8 years ago by Ander Juaristi <[email protected]>
Improve description of Perl libraries needed for test suite

* README.checkout: Improve text about Perl libraries

2e6f62906178b0f819397f9e39ca1a03a05d5761 authored over 8 years ago by Tim Rühsen <[email protected]>
Remove special handling for Emacs in progress bar code

* src/progress.c: Remove special 'emacs' code

Fixes #47989

a952f81f3e0cf6bee51facf609ced49b54c6ad46 authored over 8 years ago by Tim Rühsen <[email protected]>
Fix xsleep() for Windows (trivial change)

* src/mswindows.c (xsleep): Fix check for number of seconds

42cc84b6b6cceeb146a668797ceaafe60743ce6d authored over 8 years ago by Jernej Simončič <jernej|[email protected]>
More accurate log message from do_conversion()

* src/iri.c (do_conversion): More accurate log message

96ab9cad882f34c77fca0ba8d6ea0daf1803fb94 authored over 8 years ago by Sergio Gelato <[email protected]>
Include sys/select.h if HAVE_LIBCARES

* src/hosts.c: Include sys/select.h if HAVE_LIBCARES

Reported-by: Gisle Vanem <[email protected]>

268163444d8c1e619e748164892c3994d7f78644 authored over 8 years ago by Tim Rühsen <[email protected]>
Fix Windows gnulib/c-ares incompatibility of select()

* src/host.c: Undef 'select' on Windows

53800415a9edac2a703b52dcbf36258ad6a6a916 authored over 8 years ago by Gisle Vanem <[email protected]>
Set X flags for python tests

* testenv/*.py: Set eXecute flags

Regression from commit 926e42d4678689195a0bbed210c6d027db7cc390

528770ca8b604313d31c9ed3d934b2816e74b7ae authored over 8 years ago by Tim Rühsen <[email protected]>
Strictly comply with RFC 6797

* src/hsts.c (hsts_store_entry): strictly comply with RFC 6797.

RFC 6797 states in section 8.1...

2f1c6a05c8c5b01c71eca2c586524ebf170f460d authored over 8 years ago by Ander Juaristi <[email protected]>
Correct HSTS database file description

* src/hsts.c (hsts_store_dump): s/[:port]/<port>/

33d860e1ef9e35708e3834c6e8d1f70a74c7892c authored over 8 years ago by Ander Juaristi <[email protected]>
Implement tests for new pinnedpubkey option

* testenv/Makefile.am: Add new tests
* testenv/Test-pinnedpubkey-der-https.py: New test
* testen...

99fc712f21afa637dfedb3c4b359206ecac2e7a3 authored over 8 years ago by moparisthebest <[email protected]>
Implement --pinnedpubkey option to pin public keys

* doc/wget.texi: Add description for --pinnedpubkey
* src/gnutls.c: New function pkp_pin_peer_pu...

54746578e9fe12f2c85734ac0a28c6b888eae613 authored over 8 years ago by moparisthebest <[email protected]>
Use test file name for temp working directory name

* testenv/test/base_test.py (__init__): Use test file name for name,
remove 'name' parameter
*...

926e42d4678689195a0bbed210c6d027db7cc390 authored over 8 years ago by Tim Rühsen <[email protected]>
Fix testenv/Test--rejected-log.py

* testenv/Test--rejected-log.py: Add missing tabs in expected output

d286d5408bb5ac91036c26b4ebf102926c8c928d authored over 8 years ago by Tim Rühsen <[email protected]>
Fail python tests when post_hook errors

* testenv/test/base_test.py (__exit__): Return self.tests_passed
(__test_cleanup): Set self.te...

9883f9fb10eb4afb97b692bf954533eb195078fb authored over 8 years ago by Tim Rühsen <[email protected]>
Print the fingerprint instead of the raw pointer in debugging message

* src/metalink.c (retrieve_from_metalink): Fix debug message to print the
fingerprint instead of...

d26377053df40c75be41ba726427c61781464919 authored almost 9 years ago by Darshit Shah <[email protected]>
Revert "Print the fingerprint instead of the raw pointer in debugging message"

This reverts commit b916595168b6eb0f8868a67a9d214d5e0022871f.

722675553ca5bf1adde945b013434fe336a55493 authored almost 9 years ago by Darshit Shah <[email protected]>
Fixed URLs and references in wget.texi

* wget.texi: Replace server.com by example.com,
replace ftp://wuarchive.wustl.edu by https://e...

281ad7dfb91bc9192006c4be62af4e0afd1ed873 authored almost 9 years ago by Tim Rühsen <[email protected]>
* metalink.c (retrieve_from_metalink): Fix typo

f3e63f0071b5a3d5cb1d818f46678e82ec3d99ee authored almost 9 years ago by Giuseppe Scrivano <[email protected]>
Print the fingerprint instead of the raw pointer in debugging message

* src/metalink.c (retrieve_from_metalink): Fix debug message to print the
fingerprint instead of...

b916595168b6eb0f8868a67a9d214d5e0022871f authored almost 9 years ago by Giuseppe Scrivano <[email protected]>
Add options --bind-dns-address and --dns-servers

* README.checkout: Add description for libares
* configure.ac: Add check for libares
* doc/wget....

76ef65b23cc8b315f92a5b51f135e4da0e51bd67 authored almost 9 years ago by Tim Rühsen <[email protected]>
Fix SNI server names with trailing dot(s)

* src/gnutls.c (ssl_connect_wget, ssl_check_certificate): Fix SNI server name
* src/openssl.c (s...

d7726f8a1366efcd09329ee20beefb7e8ece9078 authored almost 9 years ago by Tim Rühsen <[email protected]>
Fix links to original Robots Exclusion Standard

* doc/wget.texi: Fix links

598445ebd1db6db5412bb89788e4511103149e05 authored almost 9 years ago by Tim Rühsen <[email protected]>