aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2020-04-08http: allow Curl_add_buffer_send() to do a short first send by forceDaniel Stenberg
2020-04-08connect: store connection info for QUIC connectionsDaniel Stenberg
2020-04-07select: remove typecast from SOCKET_WRITABLE/READABLE macrosDaniel Stenberg
2020-04-06cleanup: correct copyright year range on a few filesDaniel Stenberg
2020-04-06warnless: remove code block for icc that didn't workDaniel Stenberg
2020-04-06dist: add missing setup-win32.hMarc Hoersken
2020-04-05lib: never define CURL_CA_BUNDLE with a getenvDaniel Stenberg
2020-04-05CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi
2020-04-04windows: enable UnixSockets with all build toolchainsViktor Szakats
2020-03-31vquic/ngtcp2.h: update copyright year rangeDaniel Stenberg
2020-03-31vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno
2020-03-31misc: copyright year updatesDaniel Stenberg
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-31memdebug: don't log free(NULL)Daniel Stenberg
2020-03-30cleanup: insert newline after if() conditionsDaniel Stenberg
2020-03-30checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg
2020-03-30ngtcp2: update to git master for the key installation API changeDaiki Ueno