summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcurl internal md5.h header file renamed to curl_md5.hYang Tse2008-08-171-2/+2
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-1/+1
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-1/+1
* Implemented the parts of Patrick Monnerat's OS/400 patch that introducesDaniel Stenberg2007-07-231-14/+14
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-0/+1
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-4/+3
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-2/+2
* Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better asDaniel Stenberg2006-09-231-2/+2
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-281-1/+1
* Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich2006-07-111-2/+2
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-2/+2
* Moved the sockaddr_storage definition to lib/sockaddr.h and only include thatDaniel Stenberg2005-11-111-1/+2
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-2/+2
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-2/+4
* security.h is removedDaniel Stenberg2005-03-141-1/+1
* Removed all uses of strftime() since it uses the localised version of theDaniel Stenberg2005-02-111-1/+1
* Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don'tDaniel Stenberg2005-01-111-1/+1
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-2/+3
* Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg2004-09-151-15/+12
* added Makefile.inc which can be included from other makefiles to reduce maint...Gunter Knauf2004-07-031-0/+22