Age | Commit message (Expand) | Author |
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 |
2013-07-15 | x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract | Patrick Monnerat |
2013-06-25 | formpost: better random boundaries | Daniel Stenberg |
2013-06-22 | dotdot: introducing dot file path cleanup | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-02-19 | polarssl threadlock cleanup | Yang Tse |
2013-02-15 | PolarSSL: pthread support for entropy | Willem Sparreboom |
2013-02-06 | setup-vms.h: post VMS patch cleanup - III | Yang Tse |
2013-02-05 | VMS: fix and generate the VMS build config | John E. Malmberg |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-11-08 | SSL: Several SSL-backend related fixes | Oscar Koeroo |
2012-06-26 | darwinssl: add support for native Mac OS X/iOS SSL | Nick Zitzmann |
2012-06-15 | build: add curl_multibyte files to build systems | Yang Tse |
2012-06-11 | winbuild: Updated winbuild scripts to add schannel | Marc Hoersken |
2012-06-04 | Makefile.inc: tab adjustment | Yang Tse |
2012-05-30 | sasl: Moved plain text authentication message creation from smtp.c | Steve Holme |
2012-05-25 | smtp: Moved auth-mechanism constants into a separate header file | Steve Holme |
2012-04-07 | curl tool: use configuration files from lib directory - follow-up I | Yang Tse |