aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-13RELEASE-NOTES: syncedDaniel Stenberg
2020-05-13url: reject too long input when parsing credentialsDaniel Stenberg
2020-05-12list-only.d: this option existed already in 4.0Daniel Stenberg
2020-05-12retry-all-errors.d: Shorten the summary lineJay Satiro
2020-05-12easy: fix dangling pointer on easy_perform faildenzor
2020-05-12tool: Add option --retry-all-errors to retry on any errorJay Satiro
2020-05-12libcurl.pc: Merge Libs.private into Libs for static-only buildsJames Le Cuirot
2020-05-12CMake: fix runtests.pl with CMake, add new test targetsPeter Wu
2020-05-12CMake: do not build test programs by defaultPeter Wu
2020-05-12FILEFORMAT: moved up the variables section and further polishedDaniel Stenberg
2020-05-12runtests: remove ftp2 support, not usedDaniel Stenberg
2020-05-12url: sort the protocol schemes in rough popularity orderDaniel Stenberg
2020-05-11test1238: avoid tftpd being busy for tests shortly followingMarc Hoersken
2020-05-11write-out.d: added "response_code"Daniel Stenberg
2020-05-11KNOWN_BUGS: Build with staticly built dependencyDaniel Stenberg
2020-05-11ROADMAP: remove old entriesDaniel Stenberg
2020-05-10travis: Add ngtcp2 and quiche tests for CMakePeter Wu
2020-05-10CMake: add ENABLE_ALT_SVC optionPeter Wu
2020-05-10CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche)Peter Wu
2020-05-10tests/server/tftpd.c: fix include and enhance debug loggingMarc Hoersken
2020-05-10tool_operate: only set CURLOPT_SSL_OPTIONS if SSL support is presentDaniel Stenberg
2020-05-09appveyor: update comments to be clear about toolchainMarc Hoersken
2020-05-09TODO: update regarding missing Schannel featuresMarc Hoersken
2020-05-08checksrc: close the .checksrc file handle when done readingDaniel Stenberg
2020-05-08RELEASE-NOTES: syncedDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-05-08TODO: native IDN support on macOSDaniel Stenberg
2020-05-08urlapi: accept :: as a valid IPv6 addressDaniel Stenberg
2020-05-08THANKS-filter: Peter WangDaniel Stenberg
2020-05-08*_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang
2020-05-07docs/HTTP3: add qlog to the quiche build instructionDaniel Stenberg
2020-05-07ngtcp2: introduce qlog supportDaniel Stenberg
2020-05-07ntlm_sspi: fix bad use of CURLE_NOT_BUILT_INDaniel Stenberg
2020-05-07runtests: show elapsed test time with higher precision (ms)Daniel Stenberg
2020-05-07RELEASE-NOTES: syncedDaniel Stenberg
2020-05-07http2: simplify and clean up trailer handlingDaniel Stenberg
2020-05-07appveyor: disable test 1139 instead of ignoring itMarc Hoersken
2020-05-07appveyor: disable flaky test 1501 and ignore broken 1056Marc Hoersken
2020-05-06test613.pl: make tests 613 and 614 work with OpenSSH for WindowsMarc Hoersken
2020-05-06runtests: set +x mode againDaniel Stenberg
2020-05-05libssh2: convert over to use dynbufDaniel Stenberg
2020-05-05travis: add "qlog" as feature in the quiche buildDaniel Stenberg
2020-05-05quiche: enable qlog outputDaniel Stenberg
2020-05-04urldata.h: remove #define HEADERSIZE, not used anymoreDaniel Stenberg
2020-05-04ngtcp2: convert to dynbufDaniel Stenberg
2020-05-04connect: make happy eyeballs work for QUIC (again)Daniel Stenberg
2020-05-04connect: add two asserts to clue code analyzers in a littleDaniel Stenberg
2020-05-04http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-05-03runtests: remove sleep callsDaniel Stenberg