summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-249-5/+89
* getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE overrideDaniel Stenberg2020-03-221-0/+13
* CURLINFO_NUM_CONNECTS: improve accuracyDaniel Stenberg2020-03-221-1/+1
* lib/curl_setup: adjust the copyright year rangeDaniel Stenberg2020-03-211-1/+1
* curl_setup: define _WIN32_WINNT_[OS] symbolsJay Satiro2020-03-212-51/+130
* secure transport: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-90/+101
* mbedtls: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-69/+76
* bearssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-48/+52
* wolfssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-59/+65
* nss: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-51/+62
* gnutls: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-43/+50
* openssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-107/+113
* http2: Fix erroneous debug message that h2 connection closedJay Satiro2020-03-182-8/+14
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-185-0/+26
* multi: Improve parameter check for curl_multi_remove_handleJay Satiro2020-03-181-0/+4