summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-17/+101
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-3/+4
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-081-2/+3
* darwinssl: add support for native Mac OS X/iOS SSLNick Zitzmann2012-06-261-2/+2
* build: add curl_multibyte files to build systemsYang Tse2012-06-151-2/+3
* winbuild: Updated winbuild scripts to add schannelMarc Hoersken2012-06-111-2/+2
* Makefile.inc: tab adjustmentYang Tse2012-06-041-2/+2
* sasl: Moved plain text authentication message creation from smtp.cSteve Holme2012-05-301-1/+1
* smtp: Moved auth-mechanism constants into a separate header fileSteve Holme2012-05-251-1/+2
* curl tool: use configuration files from lib directory - follow-up IYang Tse2012-04-071-2/+2
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-4/+4
* NTLM: move NTLM core specifics into curl_ntlm_core.[ch]Yang Tse2011-08-281-2/+3
* NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse2011-08-271-2/+2
* http NTLM: split http_ntlm.[ch] between http_ntlm.[ch] and curl_ntlm.[ch]Yang Tse2011-08-141-1/+1
* http NTLM: move portions of http_ntlm.h into new curl_ntlm.hSteve Holme2011-08-121-1/+2
* gssapi: rename our files to avoid conflictsDaniel Stenberg2011-07-131-2/+2
* Added Curl_gss_init_sec_context.Julien Chaffraix2011-07-121-2/+2
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-11/+10
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-2/+3
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-2/+2
* SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska2011-03-081-2/+2
* HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs2011-01-071-1/+1
* IDN: use win32 API if told toPierre Joye2010-12-281-1/+1
* Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu2010-12-151-2/+2
* Forgot gopher.h in Makefile.incCameron Kaiser2010-08-251-1/+2
* Gopher protocol support (initial release)Cameron Kaiser2010-08-251-1/+2
* NTLM tests: boost coverage by forcing the hostnameKamil Dudka2010-07-301-2/+2
* Added a comment with an alternate idea to avoid the backslash line continatio...Guenter Knauf2010-07-291-0/+7
* some cosmetic changes.Guenter Knauf2010-07-281-6/+7
* http_ntlm: add support for NSSKamil Dudka2010-06-301-2/+2
* LDAP: properly implemented as a curl_handlerHoward Chu2010-05-251-1/+1
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+2
* RTMP: initial support added, powered by librtmpHoward Chu2010-05-121-2/+2
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-2/+2
* Implement SMTP authenticationmonnerat2010-04-191-2/+2
* fix compiler warningYang Tse2010-02-191-2/+4
* Constantine Sapuntzakis provided initial thread abstraction layerYang Tse2010-01-251-2/+2
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-2/+2
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-3/+2
* libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse2009-09-281-2/+5
* Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse2009-09-171-2/+2
* - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg2009-07-091-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Frank Hempel found out a bug and provided the fix:Daniel Stenberg2009-03-091-2/+2
* Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse2009-01-291-2/+2
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-1/+2
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-2/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-2/+2
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-1/+1
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-2/+2