Age | Commit message (Expand) | Author |
2020-02-18 | rename: a new file for Curl_rename() | Daniel Stenberg |
2020-01-16 | polarssl: removed | Daniel Stenberg |
2020-01-12 | wolfSSH: new SSH backend | Daniel Stenberg |
2019-11-26 | TLS: add BearSSL vtls implementation | Michael Forney |
2019-11-17 | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro |
2019-10-10 | socketpair: an implemention for Windows and more | Daniel Stenberg |
2019-08-27 | ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_openssl | Tatsuhiro Tsujikawa |
2019-08-17 | vssh: create directory for SSH backend code | Daniel Stenberg |
2019-08-13 | lib/quic.c: unused - removed | Daniel Stenberg |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-06-10 | wolfssl: refer to it as wolfSSL only | Daniel Stenberg |
2019-04-20 | altsvc: Fix building with cookies disables | Po-Chuan Hsieh |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-28 | Secure Transport: no more "darwinssl" | Daniel Stenberg |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-09-13 | configure.ac: add a MesaLink vtls backend | Yiming Jing |
2018-09-08 | URL-API | Daniel Stenberg |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-01-30 | Curl_range: commonize FTP and FILE range handling | Max Dymond |
2018-01-29 | curl_ctype: private is*() type macros and functions | Daniel Stenberg |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-11-10 | setopt: split out curl_easy_setopt() to its own file | Daniel Stenberg |
2017-10-28 | auth: add support for RFC7616 - HTTP Digest access authentication | Florin |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2016-11-14 | Curl_rand: fixed and moved to rand.c | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-05-30 | loadlibrary: Only load system DLLs from the system directory | Steve Holme |
2016-03-27 | http_ntlm: Renamed from curl_ntlm.[c|h] | Steve Holme |
2016-03-26 | http_negotiate: Combine GSS-API and SSPI source files | Steve Holme |
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme |
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Updated the copyright year after recent changes | Steve Holme |
2016-03-25 | vauth: Moved the OAuth 2.0 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the Kerberos V5 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the DIGEST authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the CRAM-MD5 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the ClearText authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files | Steve Holme |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg |
2015-05-12 | bundles: merged into conncache.c | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-02-15 | By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]" | Nick Zitzmann |
2015-02-07 | schannel: Removed curl_ prefix from source files | Steve Holme |
2015-01-28 | des: Added Curl_des_set_odd_parity() | Steve Holme |