summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support building with OpenSSL 1.1 w/o deprecated featuresopenssl-1.1Tim Rühsen2017-11-261-0/+29
* Avoid link conversion after 304 Not ModifiedTim Rühsen2017-11-251-2/+2
* Fix printing mutibyte chars as unprintable chars on WindowsYX Hao2017-11-162-7/+20
* * tests/Test-https-weboftrust.px: Fix/add sslportTim Rühsen2017-11-161-1/+2
* Convert remote path to local encodingYX Hao2017-11-151-14/+30
* Do not use must-revalidate in Cache-Control headerTim Rühsen2017-11-101-1/+1
* Fix Segfault due to derefencing null ptrDarshit Shah2017-11-061-11/+19
* * src/http.c: Fix H_REDIRECTEDTim Rühsen2017-11-031-1/+1
* * src/http.c: Add support for HTTP status code 308Tim Rühsen2017-11-031-1/+4
* Fix uninitialized value messages in testsTim Rühsen2017-10-308-8/+8
* Ignore dirmngr.conf, gpg.conf in test directoriesTim Rühsen2017-10-301-3/+3
* * contrib/release: Cleanup, use lzip instead of xzTim Rühsen2017-10-271-20/+31
* Fix heap overflow in HTTP protocol handling (CVE-2017-13090)v1.19.2Tim Rühsen2017-10-261-0/+6
* Fix stack overflow in HTTP protocol handling (CVE-2017-13089)Tim Rühsen2017-10-261-0/+3
* Update for release 1.19.2Tim Rühsen2017-10-262-1/+24
* Avoid unnecessary UTF-8 encoded fallback (trivial change)YX Hao2017-10-251-5/+10
* Add GNU extensions to .netrc parsingTim Rühsen2017-09-271-3/+25
* Bail out on unexpected 416 server errorsJosef Moellers2017-09-181-0/+10
* Add gzip Content-Encoding decompressionTim Schlueter2017-08-043-6/+180
* Add --compression optionTim Schlueter2017-08-044-0/+83
* Adjust Extension based on Content-EncodingTim Schlueter2017-08-042-2/+98
* Document gperf as a requirementDarshit Shah2017-07-312-0/+6
* * src/url.c (url_scheme): Use ASCII version of strncasecmpTim Rühsen2017-07-281-1/+1
* Fix misuse of strncasecmpTim Rühsen2017-07-281-3/+3
* Fix python test suite for GnuTLS 3.5.12+Tim Rühsen2017-07-099-47/+46
* Check for 304 response before applying --adjust-extensionTim Rühsen2017-06-131-11/+15
* Fix buffer overflow in Public Key PinningTim Rühsen2017-06-134-61/+89
* * doc/wget.texi: Mention --no-configTim Rühsen2017-06-021-1/+6
* * testenv/Test-recursive-basic.py: Check crawled filesTim Rühsen2017-05-161-1/+3
* Fix two Metalink tests if $HOME is changedTim Rühsen2017-05-161-0/+5
* Add command line option to disable use of .netrcTomas Hozza2017-05-154-0/+69
* Fixed getting of credentials from .netrcTomas Hozza2017-05-151-1/+1
* Added tests for HTTP authentication using credentials from .netrcTomas Hozza2017-05-155-1/+206
* Fix Test-https-badcerts.pxTim Rühsen2017-05-153-144/+144
* * util/createcerts.sh: Fix double equal (syntax-check)Tim Rühsen2017-05-141-2/+2
* Fix Test-https-badcerts.px to work with GnuTLSTim Rühsen2017-05-145-315/+315
* New shell script to create the certs and keys required for TLS testsVijo Cherian2017-05-141-0/+482
* Fix HTTPS testing for stricter OpenSSLTim Rühsen2017-05-112-21/+20
* * src/iri.c (idn_encode): Better IDNA 2003 compatibilityTim Rühsen2017-05-111-5/+8
* * .gitlab-ci.yml: Also test OpenSSL buildTim Rühsen2017-05-101-1/+1
* * .gitlab-ci.yml: Remove installation of texliveTim Rühsen2017-05-101-1/+0
* Add certs/wotca.pem to avoid temp. file creationTim Rühsen2017-05-102-21/+79
* * cfg.mk: Exclude ^tests/certs/.* from syntax-checkTim Rühsen2017-05-101-2/+2
* * po/POTFILES.in: Remove spider.c (syntax-check)Tim Rühsen2017-05-101-1/+0
* * tests/Test-https-selfsigned.px: Add newline at EOF (syntax-check)Tim Rühsen2017-05-101-1/+1
* Removed all uses of temp files.Vijo Cherian2017-05-0919-193/+1006
* Made CRL related files in the repo, instead of trying to generate themVijo Cherian2017-05-094-50/+116
* Cleanup on exit in Test-https-*.pxTim Rühsen2017-05-095-12/+71
* Auto-generate interca.conf and rootca.confTim Rühsen2017-05-093-3/+4
* Fix path and VPATH issues of new https/TLS testsTim Rühsen2017-05-0911-118/+217