summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* socketpair: allow CURL_DISABLE_SOCKETPAIRbagder/disable-socketpairDaniel Stenberg2020-08-254-4/+27
* lib1560: verify "redirect" to double-slash leading URLDaniel Stenberg2020-08-251-0/+8
* multi: expand pre-check for socket readinessMarc Hoersken2020-08-251-38/+34
* multi: implement wait using winsock eventsrcombs2020-08-252-6/+158
* select: reduce duplication of Curl_poll in Curl_socket_checkMarc Hoersken2020-08-251-90/+16
* select: fix poll-based check not detecting connect failureMarc Hoersken2020-08-251-2/+2
* select.h: make socket validation macros test for INVALID_SOCKETMarc Hoersken2020-08-251-2/+13
* docs: --output-dir is added in 7.73.0, nothing elseDaniel Stenberg2020-08-242-2/+2
* curl: add --output-dirDaniel Stenberg2020-08-2417-24/+381
* configure: fix pkg-config detecting wolfsslDaniel Stenberg2020-08-241-2/+6
* sftp: add the option CURLKHSTAT_FINE_REPLACEMichael Musset2020-08-244-4/+20
* RELEASE-NOTES: syncedDaniel Stenberg2020-08-242-9/+30
* checksrc: verify do-while and spaces between the bracesDaniel Stenberg2020-08-242-5/+15
* curl: support XDG_CONFIG_HOME to find .curlrcDaniel Stenberg2020-08-247-12/+120
* 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