summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test346: verify connection closed after "excessive data"bagder/excess-dataDaniel Stenberg2020-05-262-1/+68
* transfer: close connection after excess data has been readMichael Kaufmann2020-05-261-0/+1
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-267-12/+12
* url: accept "any length" credentials for proxy authDaniel Stenberg2020-05-255-30/+70
* test1167: fixes in badsymbols.plMaksim Stsepanenka2020-05-251-3/+3
* altsvc: fix parser for lines ending with CRLFDaniel Stenberg2020-05-252-12/+17
* all: fix codespell errorsViktor Szakats2020-05-2522-31/+31
* ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu2020-05-252-88/+24
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-251-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-251-9/+29
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-249-9/+12
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-238-0/+188
* curl: remove -J "informational" written on stdoutDaniel Stenberg2020-05-233-8/+4
* travis: simplify quiche build instructions wrt boringsslPeter Wu2020-05-223-22/+10
* configure: fix pthread check with static boringsslPeter Wu2020-05-221-2/+13
* Revert "sendf: make failf() use the mvsnprintf() return code"Daniel Stenberg2020-05-221-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