aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-06-04fix shadowing of a global declarationYang Tse
2009-06-04allow building libcurl for VxWorksYang Tse
2009-06-04c-ares embbeded builds header include paths fully defined in makefilesYang Tse
2009-05-30Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse
2009-05-29corrected commentsDaniel Stenberg
2009-05-28Fixed a few comment typos (from the FreeBSD ports)Dan Fandrich
2009-05-28fix compiler warning: variable was set but never usedYang Tse
2009-05-28fix compiler warning: unused parameterYang Tse
2009-05-27- Claes Jakobsson fixed libcurl-NSS to build fine even without theDaniel Stenberg
2009-05-27- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clearDaniel Stenberg
2009-05-27- Andre Guibert de Bruet found a call to a OpenSSL function that didn't checkDaniel Stenberg
2009-05-27- Frank McGeough provided a small OpenSSL #include fix to make libcurl compileDaniel Stenberg
2009-05-25- bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointedDaniel Stenberg
2009-05-22Removed some obsolete digest code that caused a valgrind error in test 551.Dan Fandrich
2009-05-19changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ...Gunter Knauf
2009-05-19- Kamil Dudka brought the patch from the Redhat bug entryDaniel Stenberg
2009-05-19Remove empty line used to force CVS to update the $Id date string formatYang Tse
2009-05-18Add empty line, to force CVS to update the $Id date string formatYang Tse
2009-05-18Update copyright year, to force CVS to update the $Id date string formatYang Tse
2009-05-18Simplify c-ares function capability checkYang Tse
2009-05-17fixed case.Gunter Knauf
2009-05-17Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_...Yang Tse
2009-05-17- James Bursa posted a patch to the mailing list that fixed a problem withDaniel Stenberg
2009-05-12Reverted my change to use Curl_connected_proxy() here. Clearly I wasn'tDaniel Stenberg
2009-05-12make no proxy set return OK from Curl_connected_proxy() since it will be calledDaniel Stenberg
2009-05-11moved variables more locally to get rid of one set of #ifdefsDaniel Stenberg
2009-05-11Use Curl_connected_proxy() here instead of duplicating code. Spell out theDaniel Stenberg
2009-05-11fix the Curl_connected_proxy function for when libcurl actually connects fineDaniel Stenberg
2009-05-11- Balint Szilakszi reported a memory leak when libcurl did gzip decompressionDaniel Stenberg
2009-05-11- Kamil Dudka provided a fix for libcurl-NSS reported by Michael CronenworthDaniel Stenberg
2009-05-11- I fixed the problem with doing NTLM, POST and then following a 302 redirect,Daniel Stenberg
2009-05-11Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND andDaniel Stenberg
2009-05-10- Andre Guibert de Bruet correctly pointed out an over-alloc with one wastedDaniel Stenberg
2009-05-10Fix function call pointed data size argument mismatch on 64Bit systemsYang Tse
2009-05-10Fix type castYang Tse
2009-05-09ConnectPlease() fixed for the new proxy connect functionality to make sureDaniel Stenberg
2009-05-09Fix libssh2 preprocessor symbol definition checkYang Tse
2009-05-09Ignore more files for cvsYang Tse
2009-05-08Fix CRYang Tse
2009-05-08Renamed vc6 workspace and project files to avoid filename clash when used for...Yang Tse
2009-05-08Renamed vc6 workspace and project files to avoid filename clash when used for...Yang Tse
2009-05-08- Constantine Sapuntzakis fixed bug report #2784055Daniel Stenberg
2009-05-07Curl_sndbufset is (at times) defined in the header, no need to do it again hereDaniel Stenberg
2009-05-07- Made the SO_SNDBUF setting for the data connection socket for ftp uploads asDaniel Stenberg
2009-05-07Fix an issue, affecting FTP transfers, introduced with the transfer.c patch c...Yang Tse
2009-05-07- Vijay G filed bug report #2723236Daniel Stenberg
2009-05-05fix compiler warningYang Tse
2009-05-05I simplified the SSL session id re-use code now to *always* ditch the previousDaniel Stenberg
2009-05-04- Inspired by Michael Smith's session id fix for OpenSSL, I did theDaniel Stenberg
2009-05-04- Michael Smith posted bug report #2786255Daniel Stenberg