aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
AgeCommit message (Expand)Author
2020-06-16Add gemini protocol supportHEADmasterBen Burwell
2020-05-27vtls: Extract and simplify key log file handling from OpenSSLPeter Wu
2020-05-07ngtcp2: introduce qlog supportDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-04-14mqtt: add new experimental protocolBjorn Stenberg
2020-02-18rename: a new file for Curl_rename()Daniel Stenberg
2020-01-16polarssl: removedDaniel Stenberg
2020-01-12wolfSSH: new SSH backendDaniel Stenberg
2019-11-26TLS: add BearSSL vtls implementationMichael Forney
2019-11-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-10-10socketpair: an implemention for Windows and moreDaniel Stenberg
2019-08-27ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa
2019-08-17vssh: create directory for SSH backend codeDaniel Stenberg
2019-08-13lib/quic.c: unused - removedDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-06-10wolfssl: refer to it as wolfSSL onlyDaniel Stenberg
2019-04-20altsvc: Fix building with cookies disablesPo-Chuan Hsieh
2019-04-06pipelining: removedDaniel Stenberg
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-02-28Secure Transport: no more "darwinssl"Daniel Stenberg
2018-11-01axtls: removedDaniel Stenberg
2018-09-13configure.ac: add a MesaLink vtls backendYiming Jing
2018-09-08URL-APIDaniel Stenberg
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-05-28psl: use latest psl and refresh it periodicallyPatrick Monnerat
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-01-30Curl_range: commonize FTP and FILE range handlingMax Dymond
2018-01-29curl_ctype: private is*() type macros and functionsDaniel Stenberg
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-11-10setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg
2017-10-28auth: add support for RFC7616 - HTTP Digest access authenticationFlorin
2017-09-02mime: new MIME API.Patrick Monnerat
2016-11-14Curl_rand: fixed and moved to rand.cDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-05-30loadlibrary: Only load system DLLs from the system directorySteve Holme
2016-03-27http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme
2016-03-26http_negotiate: Combine GSS-API and SSPI source filesSteve Holme
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Updated the copyright year after recent changesSteve Holme
2016-03-25vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the CRAM-MD5 authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the ClearText authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-10-20vtls: added support for mbedTLSJonas Minnberg