summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libssh2: set the expected total size in SCP upload initbagder/scp-set-total-upload-sizeDaniel Stenberg2020-05-021-1/+3
* GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler2020-04-301-2/+21
* conncache: various concept cleanupsDaniel Stenberg2020-04-308-122/+124
* schannel: source code reindentDaniel Stenberg2020-04-291-131/+139
* headers: copyright range fixDaniel Stenberg2020-04-281-1/+1
* doh: Constify some input pointersRikard Falkeborn2020-04-282-13/+15
* nss: check for PK11_CreateDigestContext() returning NULLDaniel Stenberg2020-04-271-0/+6
* copyright updates: adjust year rangesDaniel Stenberg2020-04-261-1/+1
* smtp: set auth correctlyDaniel Stenberg2020-04-251-4/+1
* lib: clean up whitespaceMarcel Raad2020-04-253-3/+0
* libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki2020-04-251-14/+47
* select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg2020-04-235-11/+11
* transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro2020-04-221-6/+13
* lib/mk-ca-bundle: skip empty certsDaniel Stenberg2020-04-221-1/+6
* version: skip idn2_check_version() check and add precautionDaniel Stenberg2020-04-221-9/+11
* GnuTLS: Don't skip really long certificate fieldsEmil Engler2020-04-211-12/+15
* gnutls: bump lowest supported version to 3.1.10Daniel Stenberg2020-04-211-287/+50
* mqtt: make NOSTATE get within the debug name arrayDaniel Stenberg2020-04-202-2/+4
* mqtt: remove code with no purposeDaniel Stenberg2020-04-201-2/+0
* mqtt: fix Curl_read() error handling while reading remaining lengthDaniel Stenberg2020-04-201-0/+2
* http: free memory when Alt-Used header creation fails due to OOMDaniel Stenberg2020-04-201-8/+5
* lib: fix typos in comments and errormessagesDaniel Gustafsson2020-04-203-5/+5
* multi-ssl: reset the SSL backend on `Curl_global_cleanup()`Johannes Schindelin2020-04-201-0/+6
* mqtt: improve the state machineDaniel Stenberg2020-04-202-65/+139
* mime: properly check Content-Type even if it has parametersPatrick Monnerat2020-04-191-2/+19
* libssh: Use new ECDSA key types to check known hostsAnderson Toshiyuki Sasaki2020-04-171-0/+8
* copyright: bump the copyright year rangeDaniel Stenberg2020-04-151-1/+1
* mqtt: add new experimental protocolBjorn Stenberg2020-04-147-53/+672
* cmake: add aliases so exported target names are available in treeNathaniel R. Lewis2020-04-131-1/+6
* version: increase buffer space for ssl version outputDaniel Stenberg2020-04-131-2/+2
* schannel: Fix blocking timeout logicAndrew Kurushin2020-04-121-6/+6
* socks: Fix blocking timeout logicJay Satiro2020-04-122-6/+7
* gopher: check remaining time left during write busy loopMarc Hoersken2020-04-121-4/+17
* gnutls: ensure TLS 1.3 when SRP isn't requestedDirkjan Bussink2020-04-131-36/+45
* Revert "file: on Windows, refuse paths that start with \\"Daniel Stenberg2020-04-111-4/+2
* lib: fix conversion warnings for SOCKET_WRITABLE/READABLEJay Satiro2020-04-112-3/+6
* url: allow non-HTTPS altsvc-matching for debug buildsDaniel Stenberg2020-04-091-1/+8
* schannel: support .P12 or .PFX client certificatesGilles Vollant2020-04-081-34/+124
* http: don't consider upload done if the request isn't completely sent offDaniel Stenberg2020-04-082-3/+8
* http: allow Curl_add_buffer_send() to do a short first send by forceDaniel Stenberg2020-04-081-1/+14
* connect: store connection info for QUIC connectionsDaniel Stenberg2020-04-081-41/+40
* select: remove typecast from SOCKET_WRITABLE/READABLE macrosDaniel Stenberg2020-04-071-2/+2
* cleanup: correct copyright year range on a few filesDaniel Stenberg2020-04-062-2/+2
* warnless: remove code block for icc that didn't workDaniel Stenberg2020-04-061-13/+0
* dist: add missing setup-win32.hMarc Hoersken2020-04-061-1/+2
* lib: never define CURL_CA_BUNDLE with a getenvDaniel Stenberg2020-04-052-4/+0
* CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi2020-04-051-2/+5
* windows: enable UnixSockets with all build toolchainsViktor Szakats2020-04-042-10/+9
* vquic/ngtcp2.h: update copyright year rangeDaniel Stenberg2020-03-311-1/+1
* vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno2020-03-312-26/+315