aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-16tests: line ending fixes for WindowsMarcel Raad
2019-10-15tests: use proxy featureMarcel Raad
2019-10-13smbserver: fix Python 3 compatibilityMarcel Raad
2019-10-13security: silence conversion warningMarcel Raad
2019-10-13connect: silence sign-compare warningMarcel Raad
2019-10-13TODO: Handle growing SFTP filesDaniel Stenberg
2019-10-13KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array"Daniel Stenberg
2019-10-12KNOWN_BUGS: "LDAP on Windows does authentication wrong"Daniel Stenberg
2019-10-12appveyor: add a winbuild that uses VS2017Daniel Stenberg
2019-10-10socketpair: fix include and define for older TCP header systemsHarry Sintonen
2019-10-10socketpair: fix double-close in error caseDaniel Stenberg
2019-10-10gskit: use the generic Curl_socketpairDaniel Stenberg
2019-10-10asyn-thread: make use of Curl_socketpair() where availableDaniel Stenberg
2019-10-10socketpair: an implemention for Windows and moreDaniel Stenberg
2019-10-09RELEASE-NOTES: syncedDaniel Stenberg
2019-10-09connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUTDaniel Stenberg
2019-10-09cirrus: switch off blackhole status on the freebsd CI machinesDaniel Stenberg
2019-10-09tests: use port 2 instead of 60000 for a safer non-listening portDaniel Stenberg
2019-10-09KNOWN_BUGS: IDN tests failing on WindowsDaniel Stenberg
2019-10-09cirrus: Increase the git clone depth.Dan Fandrich
2019-10-09docs: make sure the --no-progress-meter docs file is in dist tooDaniel Stenberg
2019-10-09docs: document it as --no-progress-meter instead of the reverseDaniel Stenberg
2019-10-09cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 build.Dan Fandrich
2019-10-08curl: --no-progress-meterDaniel Stenberg
2019-10-08TODO: Consult %APPDATA% also for .netrcDaniel Stenberg
2019-10-07CURLOPT_TIMEOUT.3: remove the mention of "minutes"Daniel Stenberg
2019-10-07docs: added multi-event.c exampleAndrei Valeriu BICA
2019-10-05ldap: fix OOM error on missing query stringNicolas
2019-10-05build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta
2019-10-05RELEASE-NOTES: syncedDaniel Stenberg
2019-10-05curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes
2019-10-04winbuild: add ENABLE_UNICODE optionapique
2019-10-04ngtcp2: adapt to API changeDaniel Stenberg
2019-10-03cookies: change argument type for Curl_flush_cookiesDaniel Stenberg
2019-10-03http2: move state-init from creation to pre-transferDaniel Stenberg
2019-10-03urlapi: fix use-after-free bugDaniel Stenberg
2019-10-03cookie: avoid harmless use after freePaul Dreik
2019-10-03docs: add note on failed handles not being counted by curl_multi_performDenis Chaplygin
2019-10-03CURLMOPT_MAX_CONCURRENT_STREAMS.3: fix SEE ALSO typoDaniel Stenberg
2019-10-02ESNI: initial build/setupNiall
2019-10-02RELEASE-NOTES: syncedDaniel Stenberg
2019-10-02redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg
2019-10-02urlapi: fix URL encoding when setting a full URLDaniel Stenberg
2019-10-02tool_operate: rename functions to make more senseDaniel Stenberg
2019-10-02curl: create easy handles on-demand and not ahead of timeDaniel Stenberg
2019-10-02CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde
2019-10-02chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg
2019-10-01checksrc: fix uninitialized variable warningMarcel Raad
2019-10-01urlapi: fix unused variable warningMarcel Raad
2019-10-01lib: silence conversion warningsMarcel Raad