summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup a typecast for Curl_select()bagder/gopher-timecheckDaniel Stenberg2020-04-231-1/+1
* select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg2020-04-234-8/+8
* 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
* misc: copyright year updatesDaniel Stenberg2020-03-311-1/+1
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-313-0/+6
* memdebug: don't log free(NULL)Daniel Stenberg2020-03-311-2/+2
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-303-8/+10
* checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg2020-03-301-2/+24
* ngtcp2: update to git master for the key installation API changeDaiki Ueno2020-03-301-5/+9
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-3/+0
* version: add 'cainfo' and 'capath' to version info structDaniel Stenberg2020-03-271-1/+11
* openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg2020-03-262-0/+33
* config: remove all defines of HAVE_DES_HDaniel Stenberg2020-03-246-21/+2