Age | Commit message (Expand) | Author |
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 |
2014-12-31 | endian: Fixed Linux compilation issues | Steve Holme |
2014-12-31 | endian: Introduced endian module | Steve Holme |
2014-12-06 | Makefile.inc: Updated file formatting | Steve Holme |
2014-12-02 | sasl_gssapi: Introduced GSS-API based SASL module | Steve Holme |
2014-11-29 | smb: Added initial source files for SMB | Bill Nagel |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-05-18 | build: Slight rename of new LIB_* makefile file variables | Steve Holme |
2014-05-11 | Makefile.inc: Added resource file to assist Visual Studio project generation | Steve Holme |
2014-05-09 | Makefile.inc: Separated the lib and lib/vtls source file variables | Steve Holme |
2014-04-06 | sasl: Renamed SSPI module following short name clash | Steve Holme |
2014-04-05 | sasl: Added initial stub functions for SSPI DIGEST-MD support | Steve Holme |
2013-12-20 | Makefile.inc: use standard source header | Daniel Stenberg |
2013-12-20 | Makefile.inc: specify the vtls sources+headers separately | Daniel Stenberg |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | openssl: renamed backend files to openssl.[ch] | Daniel Stenberg |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-11-27 | sigpipe: factor out sigpipe_reset from easy.c | Jeff King |
2013-10-12 | Fixed typo in Makefile.inc that left http2.h out of the tar ball | Dan Fandrich |
2013-09-04 | http2: add http2.[ch] and add nghttp2 version output | Daniel Stenberg |
2013-08-26 | security.h: rename to curl_sec.h to avoid name collision | Daniel Stenberg |
2013-08-25 | FTP: remove krb4 support | Daniel Stenberg |
2013-07-15 | OS400: new SSL backend GSKit | Patrick Monnerat |