summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: add --parallel-connectbagder/parallel-connectDaniel Stenberg2019-10-176-1/+22
* 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
* ldap: fix OOM error on missing query stringNicolas2019-10-051-8/+10
* build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta2019-10-0511-33/+0
* RELEASE-NOTES: syncedDaniel Stenberg2019-10-051-9/+25
* curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes2019-10-053-2/+3
* winbuild: add ENABLE_UNICODE optionapique2019-10-042-0/+14
* ngtcp2: adapt to API changeDaniel Stenberg2019-10-041-7/+7
* cookies: change argument type for Curl_flush_cookiesDaniel Stenberg2019-10-034-4/+4
* http2: move state-init from creation to pre-transferDaniel Stenberg2019-10-033-2/+2
* urlapi: fix use-after-free bugDaniel Stenberg2019-10-033-36/+116
* cookie: avoid harmless use after freePaul Dreik2019-10-031-0/+1
* docs: add note on failed handles not being counted by curl_multi_performDenis Chaplygin2019-10-032-2/+3
* CURLMOPT_MAX_CONCURRENT_STREAMS.3: fix SEE ALSO typoDaniel Stenberg2019-10-031-1/+1
* ESNI: initial build/setupNiall2019-10-028-1/+220
* RELEASE-NOTES: syncedDaniel Stenberg2019-10-021-5/+34
* redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg2019-10-023-1/+78
* urlapi: fix URL encoding when setting a full URLDaniel Stenberg2019-10-021-1/+16
* tool_operate: rename functions to make more senseDaniel Stenberg2019-10-021-32/+35
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-027-220/+309
* CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde2019-10-0210-6/+97