summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Curl_pgrsTime - return new time to avoid timeout integer overflowbagder/timeout-overflowDaniel Stenberg2020-08-244-23/+27
* etag: save and use the full received contentsDaniel Stenberg2020-08-2410-52/+88
* setopt: if the buffer exists, refuse the new BUFFERSIZEDaniel Stenberg2020-08-241-11/+3
* sftp: add new quote commands 'atime' and 'mtime'COFFEETALES2020-08-244-3/+79
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-2415-95/+318
* runtests: make cleardir() erase dot files tooDaniel Stenberg2020-08-231-1/+1
* KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical addresesDaniel Stenberg2020-08-233-1/+17
* Makefile.m32: add ability to override zstd libs [ci skip]Viktor Szakats2020-08-223-3/+18
* runtests: avoid 'fail to start' repeated messages in attempt loopsDaniel Stenberg2020-08-211-14/+13
* runtests: clear pid variables when failing to start a serverDaniel Stenberg2020-08-211-58/+28
* TODO: Virtual external socketsDaniel Stenberg2020-08-211-0/+10
* dist: add missing CMake Find modules to the distributionDon2020-08-211-0/+3
* RELEASE-NOTES: syncedDaniel Stenberg2020-08-192-222/+11
* tls: provide the CApath verbose log on its own lineDaniel Stenberg2020-08-194-30/+20
* RELEASE-NOTES: syncedcurl-7_72_0Daniel Stenberg2020-08-191-15/+37
* THANKS: add names from curl 7.72.0 releaseDaniel Stenberg2020-08-191-0/+29
* KNOWN_BUGS: Schannel TLS 1.2 handshake bug in old Windows versionsJay Satiro2020-08-181-0/+9
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-175-17/+18
* examples/rtsp.c: correct the copyright yearDaniel Stenberg2020-08-171-1/+1
* RELEASE-PROCEDURE.md: add more future release datesDaniel Stenberg2020-08-171-4/+6
* docs: change "web site" to "website"H3RSKO2020-08-1714-32/+32
* CMake: don't complain about missing nroffBevan Weiss2020-08-161-1/+4
* libtest/Makefile.am: add -no-undefined for libstubgss for CygwinBrian Inglis2020-08-161-1/+4
* docs: clarify MAX_SEND/RECV_SPEED functionalityDaniel Stenberg2020-08-152-4/+17
* test1140: compare stdoutDaniel Stenberg2020-08-152-5/+13
* asyn-ares: correct some bad commentsDaniel Stenberg2020-08-151-4/+4
* docs: Add video link to docs/CONTRIBUTE.mdEmil Engler2020-08-141-0/+3
* curl-config: ignore REQUIRE_LIB_DEPS in --libs outputDaniel Stenberg2020-08-141-1/+1
* copyright: update/correct the year range on a few filesDaniel Stenberg2020-08-146-6/+6
* scripts/copyright.pl: ignore .muse filesDaniel Stenberg2020-08-141-0/+1
* multi: Remove 10-year old out-commented codeEmil Engler2020-08-121-13/+0
* KNOWN_BUGS: A shared connection cache is not thread-safeDaniel Stenberg2020-08-122-4/+13
* CONTRIBUTE: extend git commit message descriptionDaniel Stenberg2020-08-121-0/+10
* RELEASE-NOTES: syncedDaniel Stenberg2020-08-111-8/+21
* transfer: move retrycount from connect struct to easy handleStefan Yohansson2020-08-102-3/+6
* libssh2: s/ssherr/sftperr/Daniel Stenberg2020-08-101-1/+1
* ftp: don't do ssl_shutdown instead of ssl_closeDaniel Stenberg2020-08-102-3/+4
* CI/azure: fix test outcome values and use latest API versionMarc Hoersken2020-08-091-6/+6
* CI/azure: show runtime stats to investigate slownessMarc Hoersken2020-08-091-15/+15
* TLS naming: fix more Winssl and Darwinssl leftoversDaniel Stenberg2020-08-0821-90/+91
* smtp_parse_address: handle blank input string properlyDaniel Stenberg2020-08-071-2/+4
* runtests: run the DICT server on a random port numberDaniel Stenberg2020-08-072-46/+25
* RELEASE-NOTES: syncedDaniel Stenberg2020-08-061-4/+34
* runtests: move the TELNET server to a dynamic portDaniel Stenberg2020-08-063-35/+30
* ngtcp2: adapt to error code renameDaniel Stenberg2020-08-051-1/+1
* runtests: move the smbserver to use a dynamic port numberDaniel Stenberg2020-08-051-32/+25
* runtests: run the http2 tests on a random port numberDaniel Stenberg2020-08-051-16/+23
* gtls: survive not being able to get name/issuerDaniel Stenberg2020-08-051-10/+13
* runtests: move the gnutls-serv tests to a dynamic portDaniel Stenberg2020-08-051-38/+26
* runtests: support dynamicly base64 encoded sections in testsDaniel Stenberg2020-08-0415-91/+77