NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
[platform/upstream/curl.git] / lib / Makefile.inc
2011-08-27 Yang TseNTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
2011-08-14 Yang Tsehttp NTLM: split http_ntlm.[ch] between http_ntlm....
2011-08-12 Steve Holmehttp NTLM: move portions of http_ntlm.h into new curl_n...
2011-07-13 Daniel Stenberggssapi: rename our files to avoid conflicts
2011-07-12 Julien ChaffraixAdded Curl_gss_init_sec_context.
2011-04-25 Daniel Stenbergasync resolvers: further cleanups
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-04 Daniel Stenberghttp-proxy: move proxy code to http_proxy.c
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-08 Todd A OuskaSSL: (part 2) Added CyaSSL to SSL abstraction layer
2011-01-07 Marcel RoelofsHTTP: HTTP Negotiate authentication using SSPI
2010-12-28 Pierre JoyeIDN: use win32 API if told to
2010-12-15 Eric HuPreparing for axTLS. Actual SSL API functions are only...
2010-08-25 Cameron KaiserForgot gopher.h in Makefile.inc
2010-08-25 Cameron KaiserGopher protocol support (initial release)
2010-07-29 Kamil DudkaNTLM tests: boost coverage by forcing the hostname
2010-07-29 Guenter KnaufAdded a comment with an alternate idea to avoid the...
2010-07-28 Guenter Knaufsome cosmetic changes.
2010-06-30 Kamil Dudkahttp_ntlm: add support for NSS
2010-05-24 Howard ChuLDAP: properly implemented as a curl_handler
2010-05-12 Pavel RaiskupFTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-05-12 Howard ChuRTMP: initial support added, powered by librtmp
2010-05-05 Hoi-Ho ChanPolarSSL: initial support added
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-19 monneratImplement SMTP authentication
2010-02-19 Yang Tsefix compiler warning
2010-01-25 Yang TseConstantine Sapuntzakis provided initial thread abstrac...
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...
2009-09-28 Yang Tselibcurl private function Curl_memrchr() now in curl_mem...
2009-09-17 Yang TseMoved Curl_rand() and Curl_srand() code from formdata...
2009-07-09 Daniel Stenberg- Eric Wong introduced curlx_nonblock() that the curl...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-03-09 Daniel Stenberg- Frank Hempel found out a bug and provided the fix:
2009-01-29 Yang TseIntroduced curl_sspi.c and curl_sspi.h for the implemen...
2009-01-28 Daniel Stenberg- Markus Moeller introduced two new options to libcurl:
2008-10-30 Yang TseUse our Curl_addrinfo definition even when an addrinfo...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-09-24 Yang Tsentoa() and inet_ntoa_r() no longer used
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-08-17 Yang Tselibcurl internal md5.h header file renamed to curl_md5.h
2008-03-31 Michal MarekRemoved the generated ca-bundle.h file. The verbatim...
2007-08-11 Daniel StenbergPatrick Monnerat modified the LDAP code and approach...
2007-07-23 Daniel StenbergImplemented the parts of Patrick Monnerat's OS/400...
2007-07-01 Daniel StenbergThomas J. Moore provided a patch that introduces Kerber...
2007-02-12 Daniel StenbergRob Crittenden added support for NSS (Network Security...
2006-11-02 Daniel StenbergJames Housley brought support for SCP transfers
2006-09-23 Daniel StenbergDmitriy Sergeyev provided a patch that made the SOCKS...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...
2006-07-11 Dan FandrichMoved strdup replacement from src/main.c into src/strdu...
2006-04-10 Daniel StenbergFirst curl_multi_socket() commit. Should primarily...
2005-11-11 Daniel StenbergMoved the sockaddr_storage definition to lib/sockaddr...
2005-09-02 Daniel StenbergJohn Kelly added TFTP support to libcurl. A bunch of...
2005-04-07 Daniel StenbergGnuTLS support added. There's now a "generic" SSL layer...
2005-03-14 Daniel Stenbergsecurity.h is removed
2005-02-11 Daniel StenbergRemoved all uses of strftime() since it uses the locali...
2005-01-11 Daniel StenbergRenamed easy.h and multi.h to easyif.h and multiif...
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix
2004-09-15 Daniel StenbergReplaced the former date parser with a rewrite. No...
2004-07-03 Gunter Knaufadded Makefile.inc which can be included from other...