summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup missed the actual (void)bagder/failf-snprintf-returnDaniel Stenberg2020-05-221-1/+1
* Revert "sendf: make failf() use the mvsnprintf() return code"Daniel Stenberg2020-05-211-1/+2
* typecheck-gcc.h: CURLINFO_PRIVATE does not need a 'char *'Daniel Stenberg2020-05-211-2/+3
* tests/server/util.h: add extern to silence compiler warningDaniel Stenberg2020-05-201-0/+2
* typecheck-gcc.h: fix the OFF_T checkDaniel Stenberg2020-05-201-2/+2
* TODO: --dry-runDaniel Stenberg2020-05-191-0/+8
* TODO: Ratelimit or wait between serial requestsDaniel Stenberg2020-05-191-0/+11
* tool_paramhlp: fixup C89 mistakeDaniel Stenberg2020-05-191-2/+1
* tool_paramhlp: fixed potentially uninitialized strtol() variableSiva Sivaraman2020-05-191-0/+1
* tool_operate: fixed potentially uninitialized variablesSiva Sivaraman2020-05-191-5/+5
* sha256: move assign to the declaration lineDaniel Stenberg2020-05-191-2/+1
* sha256: fixed potentially uninitialized variableSiva Sivaraman2020-05-191-0/+1
* sendf: make failf() use the mvsnprintf() return codeDaniel Stenberg2020-05-191-2/+1
* hostip: make Curl_printable_address not return anythingDaniel Stenberg2020-05-195-41/+31
* ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)Daniel Stenberg2020-05-191-2/+2
* TODO: forbid TLS post-handshake auth and do TLS record paddingDaniel Stenberg2020-05-181-7/+24
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-181-8/+44
* dynbuf: return NULL when there's no buffer lengthDaniel Stenberg2020-05-172-8/+8
* travis: upgrade to bionic, clang-9, improve readabilityPeter Wu2020-05-161-221/+101
* travis: whitespace-only changes for consistencyPeter Wu2020-05-161-428/+428
* CMake: add libssh build supportPeter Wu2020-05-153-4/+31
* KNOWN_BUGS: wolfssh: publickey auth doesn't workDaniel Stenberg2020-05-151-0/+8
* KNOWN_BUGS: OS400 port requires deprecated IBM libraryDaniel Stenberg2020-05-151-0/+9
* http2: keep trying to send pending frames after req.upload_doneVyron Tsingaras2020-05-151-2/+20
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-1521-130/+961
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-1571-673/+719
* travis: remove the .checksrc fiddlingDaniel Stenberg2020-05-151-2/+0
* ftp: make domore_getsock() return the secondary socket properlyDaniel Stenberg2020-05-151-1/+3
* test1632: verify FTP through HTTPS-proxy with connection re-useDaniel Stenberg2020-05-152-1/+106
* test1631: verify FTP download through HTTPS-proxyDaniel Stenberg2020-05-152-1/+88
* sws: as last resort, get test number from server cmd fileDaniel Stenberg2020-05-151-18/+52
* ftp: shut down the secondary connection properly when SSL is usedDaniel Stenberg2020-05-151-3/+4
* KNOWN_BUGS: adapt 5.5 to recent changesMarcel Raad2020-05-141-12/+6
* curl_setup: support Unicode functions to open files on WindowsMarcel Raad2020-05-142-2/+59
* tool: support UTF-16 command line on WindowsMarcel Raad2020-05-144-11/+25
* curl_multibyte: add to curlxMarcel Raad2020-05-1416-119/+128
* url: make the updated credentials URL-encoded in the URLDaniel Stenberg2020-05-143-2/+83
* tests: add https-proxy support to the test suiteDaniel Stenberg2020-05-144-29/+138
* mailmap: James FullerDaniel Stenberg2020-05-141-0/+1
* vauth/cleartext: fix theoretical integer overflowMajor_Tom2020-05-141-1/+2
* curl.1: Quote globbed URLsJay Satiro2020-05-131-7/+7
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-1423-56/+56
* docs/options-in-versions: which version added each cmdline optionDaniel Stenberg2020-05-136-2/+392
* docs: unify protocol listsDaniel Stenberg2020-05-132-4/+6
* OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAINDaniel Stenberg2020-05-132-7/+14
* tls13-ciphers.d: shorten the ArgDaniel Stenberg2020-05-131-1/+1
* sasl-authzid.d: add Arg: and shorten the descDaniel Stenberg2020-05-131-1/+2
* cert-type.d: mention the available types in the descDaniel Stenberg2020-05-131-1/+1
* tool: shorten 3 --help descriptionsDaniel Stenberg2020-05-134-19/+20
* configure: the wolfssh backend does not provide SCPDaniel Stenberg2020-05-131-1/+0