aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-05-05libssh2: convert over to use dynbufDaniel 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-03asyn-*: remove support for never-used NULL entry pointersDaniel Stenberg
2020-05-02asyn-thread: fix cppcheck warningJay Satiro
2020-05-02select: fix overflow protection in Curl_socket_checkJay Satiro
2020-05-02libssh2: set the expected total size in SCP upload initDaniel Stenberg
2020-04-30GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler
2020-04-30conncache: various concept cleanupsDaniel Stenberg
2020-04-29schannel: source code reindentDaniel Stenberg
2020-04-28headers: copyright range fixDaniel Stenberg
2020-04-28doh: Constify some input pointersRikard Falkeborn
2020-04-27nss: check for PK11_CreateDigestContext() returning NULLDaniel Stenberg
2020-04-26copyright updates: adjust year rangesDaniel Stenberg
2020-04-25smtp: set auth correctlyDaniel Stenberg
2020-04-25lib: clean up whitespaceMarcel Raad
2020-04-25libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki
2020-04-23select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg
2020-04-22transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro
2020-04-22lib/mk-ca-bundle: skip empty certsDaniel Stenberg
2020-04-22version: skip idn2_check_version() check and add precautionDaniel Stenberg
2020-04-21GnuTLS: Don't skip really long certificate fieldsEmil Engler
2020-04-21gnutls: bump lowest supported version to 3.1.10Daniel Stenberg
2020-04-20mqtt: make NOSTATE get within the debug name arrayDaniel Stenberg
2020-04-20mqtt: remove code with no purposeDaniel Stenberg
2020-04-20mqtt: fix Curl_read() error handling while reading remaining lengthDaniel Stenberg
2020-04-20http: free memory when Alt-Used header creation fails due to OOMDaniel Stenberg
2020-04-20lib: fix typos in comments and errormessagesDaniel Gustafsson
2020-04-20multi-ssl: reset the SSL backend on `Curl_global_cleanup()`Johannes Schindelin
2020-04-20mqtt: improve the state machineDaniel Stenberg
2020-04-19mime: properly check Content-Type even if it has parametersPatrick Monnerat
2020-04-17libssh: Use new ECDSA key types to check known hostsAnderson Toshiyuki Sasaki
2020-04-15copyright: bump the copyright year rangeDaniel Stenberg
2020-04-14mqtt: add new experimental protocolBjorn Stenberg
2020-04-13cmake: add aliases so exported target names are available in treeNathaniel R. Lewis
2020-04-13version: increase buffer space for ssl version outputDaniel Stenberg
2020-04-12schannel: Fix blocking timeout logicAndrew Kurushin
2020-04-12socks: Fix blocking timeout logicJay Satiro
2020-04-12gopher: check remaining time left during write busy loopMarc Hoersken
2020-04-13gnutls: ensure TLS 1.3 when SRP isn't requestedDirkjan Bussink
2020-04-11Revert "file: on Windows, refuse paths that start with \\"Daniel Stenberg
2020-04-11lib: fix conversion warnings for SOCKET_WRITABLE/READABLEJay Satiro
2020-04-09url: allow non-HTTPS altsvc-matching for debug buildsDaniel Stenberg
2020-04-08schannel: support .P12 or .PFX client certificatesGilles Vollant
2020-04-08http: don't consider upload done if the request isn't completely sent offDaniel Stenberg