summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test1560: require IPv6 for IPv6 aware URL parsingbagder/1560-req-ipv6Daniel Stenberg2019-11-081-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-11-081-258/+14
* curlver: bump to 7.67.1Daniel Stenberg2019-11-081-3/+3
* mailmap: fixup Massimiliano FantuzziDaniel Stenberg2019-11-081-0/+1
* scripts/contributors: make committers get included tooDaniel Stenberg2019-11-081-2/+2
* configure: fix typo in help textMassimiliano Fantuzzi HB9GUS2019-11-081-1/+1
* ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION setChristian Schmitz2019-11-071-1/+3
* build: fix for CURL_DISABLE_DOHWyatt O'Day2019-11-061-0/+5
* configure: avoid unportable `==' test(1) operatorLeonardo Taccari2019-11-061-2/+2
* RELEASE-NOTES: syncedcurl-7_67_0Daniel Stenberg2019-11-051-15/+40
* THANKS: add new names from 7.67.0Daniel Stenberg2019-11-051-0/+42
* configure: only say ipv6 enabled when the variable is setDaniel Stenberg2019-11-051-4/+1
* certs/Server-localhost-lastSAN-sv: regenerate with sha256Marcel Raad2019-11-028-189/+191
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-0261-61/+61
* mbedtls: add error message for cert validity starting in the futureBastien Bouclet2019-11-021-0/+3
* schannel_verify: Fix concurrent openings of CA fileJay Satiro2019-11-011-1/+1
* gtls: make gnutls_bye() not wait for response on shutdownDaniel Stenberg2019-10-311-1/+1
* appveyor: publish artifacts on appveyorMichał Janiszewski2019-10-301-0/+6
* url: make Curl_close() NULLify the pointer tooDaniel Stenberg2019-10-307-31/+25
* INSTALL: add missing space for configure commandsTrivikram Kamat2019-10-291-2/+2
* url: Curl_free_request_state() should also free doh handlesDaniel Stenberg2019-10-291-3/+4
* examples: remove the "this exact code has not been verified"Daniel Stenberg2019-10-292-4/+2
* HTTP3: fix typo somehere1 > somewhere1Trivikram Kamat2019-10-291-1/+1
* HTTP3: fix invalid use of sendto for connected UDP socketJavier Blazquez2019-10-281-4/+2
* RELEASE-NOTES: syncedDaniel Stenberg2019-10-281-13/+27
* HTTP3: fix Windows buildJavier Blazquez2019-10-283-9/+14
* appveyor: add --disable-proxy autotools buildMarcel Raad2019-10-271-11/+21
* appveyor: make winbuilds with DEBUG=no/yes and VS 2015/2017Daniel Stenberg2019-10-251-10/+22
* schannel: reverse the order of certinfo insertionsFrancois Rivard2019-10-241-1/+5
* test1591: fix spelling of http featureMarcel Raad2019-10-241-1/+1
* appveyor: Use two parallel compilation on appveyor with CMakeMichał Janiszewski2019-10-231-1/+1
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-233-2/+71
* tests: add missing proxy featuresMarcel Raad2019-10-232-0/+2
* RELEASE-NOTES: syncedDaniel Stenberg2019-10-221-10/+28
* tests: use %FILE_PWD for file:// URLsMarcel Raad2019-10-2119-19/+19
* tests: add `connect to non-listen` keywordsMarcel Raad2019-10-212-0/+2
* runtests: get textaware info from curl instead of perlMarcel Raad2019-10-201-1/+1
* appveyor: Add MSVC ARM64 buildMichał Janiszewski2019-10-201-0/+12
* http2_recv: a closed stream trumps pause stateDaniel Stenberg2019-10-181-0/+3
* http2: expire a timeout at end of streamDaniel Stenberg2019-10-181-0/+1
* travis: Add an ARM64 buildDan Fandrich2019-10-181-1/+26
* examples/sslbackend: fix -Wchar-subscripts warningMarcel Raad2019-10-181-1/+1
* configure: remove all cyassl referencesDaniel Stenberg2019-10-181-71/+13
* test1162: disable MSYS2's POSIX path conversionMarcel Raad2019-10-171-0/+4
* RELEASE-NOTES: syncedDaniel Stenberg2019-10-171-10/+28
* CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue timeJay Satiro2019-10-161-5/+6
* tool_operate: Fix retry sleep time shown to user when Retry-AfterStian Soiland-Reyes2019-10-161-1/+1
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-165-2/+123
* tests: line ending fixes for WindowsMarcel Raad2019-10-1619-19/+19
* tests: use proxy featureMarcel Raad2019-10-15133-5/+287