Age | Commit message (Expand) | Author |
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 |
2010-02-19 | fix compiler warning | Yang Tse |
2010-01-25 | Constantine Sapuntzakis provided initial thread abstraction layer | Yang Tse |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg |
2009-09-28 | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse |
2009-09-17 | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse |
2009-07-09 | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-03-09 | - Frank Hempel found out a bug and provided the fix: | Daniel Stenberg |
2009-01-29 | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse |
2009-01-28 | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg |
2008-10-30 | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse |
2008-08-17 | libcurl internal md5.h header file renamed to curl_md5.h | Yang Tse |
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg |
2007-07-23 | Implemented the parts of Patrick Monnerat's OS/400 patch that introduces | Daniel Stenberg |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg |
2006-11-02 | James Housley brought support for SCP transfers | Daniel Stenberg |
2006-09-23 | Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as | Daniel Stenberg |
2006-07-28 | First step trying to avoid the multiple header inclusion and recursion nightm... | Yang Tse |
2006-07-11 | Moved strdup replacement from src/main.c into src/strdup.c so it's available | Dan Fandrich |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2005-11-11 | Moved the sockaddr_storage definition to lib/sockaddr.h and only include that | Daniel Stenberg |
2005-09-02 | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-03-14 | security.h is removed | Daniel Stenberg |
2005-02-11 | Removed all uses of strftime() since it uses the localised version of the | Daniel Stenberg |
2005-01-11 | Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't | Daniel Stenberg |
2004-11-19 | David Phillips' FD_SETSIZE fix | Daniel Stenberg |
2004-09-15 | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg |
2004-07-03 | added Makefile.inc which can be included from other makefiles to reduce maint... | Gunter Knauf |