aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-29mk-lib1521: generate code for testing BLOB options as wellDaniel Stenberg
2020-05-28configure: repair the check if argv can be written toDaniel Stenberg
2020-05-28CMake: rebuild Makefile.inc.cmake when Makefile.inc changesPeter Wu
2020-05-28urldata: fix comments: Curl_done() is called multi_done() nowDaniel Stenberg
2020-05-27ngtcp2: use common key log routine for better thread-safetyPeter Wu
2020-05-27wolfssl: add SSLKEYLOGFILE supportPeter Wu
2020-05-27vtls: Extract and simplify key log file handling from OpenSSLPeter Wu
2020-05-27FILEFORMAT: add more features that tests can depend onDaniel Stenberg
2020-05-27transfer: close connection after excess data has been readMichael Kaufmann
2020-05-27Revert "ssh: ignore timeouts during disconnect"Estanislau Augé-Pujadas
2020-05-27urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg
2020-05-26hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg
2020-05-26ngtcp2: cleanup memory when failing to connectDaniel Stenberg
2020-05-26quiche: clean up memory properly when failing to connectDaniel Stenberg
2020-05-26cleanup: use a single space after equals sign in assignmentsDaniel Stenberg
2020-05-25url: accept "any length" credentials for proxy authDaniel Stenberg
2020-05-25test1167: fixes in badsymbols.plMaksim Stsepanenka
2020-05-25altsvc: fix parser for lines ending with CRLFDaniel Stenberg
2020-05-25all: fix codespell errorsViktor Szakats
2020-05-25ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu
2020-05-25RELEASE-NOTES: syncedDaniel Stenberg
2020-05-25RELEASE-NOTES: syncedDaniel Stenberg
2020-05-24copyright: updated year ranges out of syncDaniel Stenberg
2020-05-23setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant
2020-05-23curl: remove -J "informational" written on stdoutDaniel Stenberg
2020-05-22travis: simplify quiche build instructions wrt boringsslPeter Wu
2020-05-22configure: fix pthread check with static boringsslPeter Wu
2020-05-22Revert "sendf: make failf() use the mvsnprintf() return code"Daniel Stenberg
2020-05-21typecheck-gcc.h: CURLINFO_PRIVATE does not need a 'char *'Daniel Stenberg
2020-05-20tests/server/util.h: add extern to silence compiler warningDaniel Stenberg
2020-05-20typecheck-gcc.h: fix the OFF_T checkDaniel Stenberg
2020-05-19TODO: --dry-runDaniel Stenberg
2020-05-19TODO: Ratelimit or wait between serial requestsDaniel Stenberg
2020-05-19tool_paramhlp: fixup C89 mistakeDaniel Stenberg
2020-05-19tool_paramhlp: fixed potentially uninitialized strtol() variableSiva Sivaraman
2020-05-19tool_operate: fixed potentially uninitialized variablesSiva Sivaraman
2020-05-19sha256: move assign to the declaration lineDaniel Stenberg
2020-05-19sha256: fixed potentially uninitialized variableSiva Sivaraman
2020-05-19sendf: make failf() use the mvsnprintf() return codeDaniel Stenberg
2020-05-19hostip: make Curl_printable_address not return anythingDaniel Stenberg
2020-05-19ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)Daniel Stenberg
2020-05-18TODO: forbid TLS post-handshake auth and do TLS record paddingDaniel Stenberg
2020-05-18RELEASE-NOTES: syncedDaniel Stenberg
2020-05-17dynbuf: return NULL when there's no buffer lengthDaniel Stenberg
2020-05-16travis: upgrade to bionic, clang-9, improve readabilityPeter Wu
2020-05-16travis: whitespace-only changes for consistencyPeter Wu
2020-05-15CMake: add libssh build supportPeter Wu
2020-05-15KNOWN_BUGS: wolfssh: publickey auth doesn't workDaniel Stenberg
2020-05-15KNOWN_BUGS: OS400 port requires deprecated IBM libraryDaniel Stenberg
2020-05-15http2: keep trying to send pending frames after req.upload_doneVyron Tsingaras