Age | Commit message (Expand) | Author |
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 |
2011-08-28 | NTLM: END of refactoring/splitting/moving | Yang Tse |
2011-08-28 | NTLM: move NTLM core specifics into curl_ntlm_core.[ch] | Yang Tse |
2011-08-27 | NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch] | Yang Tse |
2011-08-14 | http NTLM: split http_ntlm.[ch] between http_ntlm.[ch] and curl_ntlm.[ch] | Yang Tse |
2011-08-12 | http NTLM: move portions of http_ntlm.h into new curl_ntlm.h | Steve Holme |
2011-07-13 | gssapi: rename our files to avoid conflicts | Daniel Stenberg |
2011-07-12 | Added Curl_gss_init_sec_context. | Julien Chaffraix |
2011-04-25 | async resolvers: further cleanups | Daniel Stenberg |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-04-04 | http-proxy: move proxy code to http_proxy.c | Daniel Stenberg |
2011-03-08 | SSL: (part 2) Added CyaSSL to SSL abstraction layer | Todd A Ouska |
2011-01-07 | HTTP: HTTP Negotiate authentication using SSPI | Marcel Roelofs |
2010-12-28 | IDN: use win32 API if told to | Pierre Joye |
2010-12-15 | Preparing for axTLS. Actual SSL API functions are only stubbed. | Eric Hu |
2010-08-25 | Forgot gopher.h in Makefile.inc | Cameron Kaiser |
2010-08-25 | Gopher protocol support (initial release) | Cameron Kaiser |
2010-07-30 | NTLM tests: boost coverage by forcing the hostname | Kamil Dudka |
2010-07-29 | Added a comment with an alternate idea to avoid the backslash line continatio... | Guenter Knauf |
2010-07-28 | some cosmetic changes. | Guenter Knauf |
2010-06-30 | http_ntlm: add support for NSS | Kamil Dudka |
2010-05-25 | LDAP: properly implemented as a curl_handler | Howard Chu |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup |
2010-05-12 | RTMP: initial support added, powered by librtmp | Howard Chu |
2010-05-05 | PolarSSL: initial support added | Hoi-Ho Chan |
2010-04-19 | Implement SMTP authentication | monnerat |