summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* url: Curl_free_request_state() should also free doh handlesbagder/doh-memleakDaniel Stenberg2019-10-281-3/+4
* 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
* smbserver: fix Python 3 compatibilityMarcel Raad2019-10-131-2/+5
* security: silence conversion warningMarcel Raad2019-10-131-1/+1
* connect: silence sign-compare warningMarcel Raad2019-10-131-1/+1
* TODO: Handle growing SFTP filesDaniel Stenberg2019-10-131-0/+11
* KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array"Daniel Stenberg2019-10-131-10/+0
* KNOWN_BUGS: "LDAP on Windows does authentication wrong"Daniel Stenberg2019-10-121-0/+4
* appveyor: add a winbuild that uses VS2017Daniel Stenberg2019-10-121-1/+12
* socketpair: fix include and define for older TCP header systemsHarry Sintonen2019-10-101-0/+6
* socketpair: fix double-close in error caseDaniel Stenberg2019-10-101-2/+2
* gskit: use the generic Curl_socketpairDaniel Stenberg2019-10-101-95/+3
* asyn-thread: make use of Curl_socketpair() where availableDaniel Stenberg2019-10-101-12/+14
* socketpair: an implemention for Windows and moreDaniel Stenberg2019-10-103-2/+150
* RELEASE-NOTES: syncedDaniel Stenberg2019-10-091-14/+32
* connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUTDaniel Stenberg2019-10-091-0/+8
* cirrus: switch off blackhole status on the freebsd CI machinesDaniel Stenberg2019-10-091-0/+4
* tests: use port 2 instead of 60000 for a safer non-listening portDaniel Stenberg2019-10-093-3/+3
* KNOWN_BUGS: IDN tests failing on WindowsDaniel Stenberg2019-10-091-0/+8
* cirrus: Increase the git clone depth.Dan Fandrich2019-10-091-1/+1
* docs: make sure the --no-progress-meter docs file is in dist tooDaniel Stenberg2019-10-091-1/+2
* docs: document it as --no-progress-meter instead of the reverseDaniel Stenberg2019-10-094-11/+15
* cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 build.Dan Fandrich2019-10-091-6/+13
* curl: --no-progress-meterDaniel Stenberg2019-10-083-5/+21
* TODO: Consult %APPDATA% also for .netrcDaniel Stenberg2019-10-081-0/+7
* CURLOPT_TIMEOUT.3: remove the mention of "minutes"Daniel Stenberg2019-10-071-4/+4
* docs: added multi-event.c exampleAndrei Valeriu BICA2019-10-072-1/+241