summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ...Gunter Knauf2009-05-192-14/+4
* - Kamil Dudka brought the patch from the Redhat bug entryDaniel Stenberg2009-05-191-3/+4
* Remove empty line used to force CVS to update the $Id date string formatYang Tse2009-05-192-2/+0
* Add empty line, to force CVS to update the $Id date string formatYang Tse2009-05-182-0/+2
* Update copyright year, to force CVS to update the $Id date string formatYang Tse2009-05-186-6/+6
* Simplify c-ares function capability checkYang Tse2009-05-181-2/+2
* fixed case.Gunter Knauf2009-05-171-1/+1
* Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_...Yang Tse2009-05-171-0/+11
* - James Bursa posted a patch to the mailing list that fixed a problem withDaniel Stenberg2009-05-171-39/+38
* Reverted my change to use Curl_connected_proxy() here. Clearly I wasn'tDaniel Stenberg2009-05-121-5/+27
* make no proxy set return OK from Curl_connected_proxy() since it will be calledDaniel Stenberg2009-05-121-3/+1
* moved variables more locally to get rid of one set of #ifdefsDaniel Stenberg2009-05-111-5/+4
* Use Curl_connected_proxy() here instead of duplicating code. Spell out theDaniel Stenberg2009-05-111-25/+5
* fix the Curl_connected_proxy function for when libcurl actually connects fineDaniel Stenberg2009-05-111-0/+6
* - Balint Szilakszi reported a memory leak when libcurl did gzip decompressionDaniel Stenberg2009-05-113-1/+18
* - Kamil Dudka provided a fix for libcurl-NSS reported by Michael CronenworthDaniel Stenberg2009-05-111-44/+8
* - I fixed the problem with doing NTLM, POST and then following a 302 redirect,Daniel Stenberg2009-05-111-0/+2
* Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND andDaniel Stenberg2009-05-116-66/+66
* - Andre Guibert de Bruet correctly pointed out an over-alloc with one wastedDaniel Stenberg2009-05-101-2/+2
* Fix function call pointed data size argument mismatch on 64Bit systemsYang Tse2009-05-101-2/+3
* Fix type castYang Tse2009-05-101-1/+1
* ConnectPlease() fixed for the new proxy connect functionality to make sureDaniel Stenberg2009-05-091-7/+11
* Fix libssh2 preprocessor symbol definition checkYang Tse2009-05-091-3/+4
* Ignore more files for cvsYang Tse2009-05-091-4/+14
* Fix CRYang Tse2009-05-081-29/+29
* Renamed vc6 workspace and project files to avoid filename clash when used for...Yang Tse2009-05-081-2/+2
* Renamed vc6 workspace and project files to avoid filename clash when used for...Yang Tse2009-05-083-30/+30
* - Constantine Sapuntzakis fixed bug report #2784055Daniel Stenberg2009-05-083-35/+60
* Curl_sndbufset is (at times) defined in the header, no need to do it again hereDaniel Stenberg2009-05-071-2/+0
* - Made the SO_SNDBUF setting for the data connection socket for ftp uploads asDaniel Stenberg2009-05-073-6/+23
* Fix an issue, affecting FTP transfers, introduced with the transfer.c patch c...Yang Tse2009-05-071-59/+57
* - Vijay G filed bug report #2723236Daniel Stenberg2009-05-071-0/+2
* fix compiler warningYang Tse2009-05-051-1/+1
* I simplified the SSL session id re-use code now to *always* ditch the previousDaniel Stenberg2009-05-051-11/+3
* - Inspired by Michael Smith's session id fix for OpenSSL, I did theDaniel Stenberg2009-05-041-7/+26
* - Michael Smith posted bug report #2786255Daniel Stenberg2009-05-043-18/+44
* David McCreedy's "transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII pla...Yang Tse2009-05-041-20/+86
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-0217-147/+25
* David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patchYang Tse2009-05-011-1/+9
* David McCreedy's "TPF-platform specific changes to various files" patchYang Tse2009-05-012-3/+6
* fix compiler warning: unused parameterYang Tse2009-04-301-0/+1
* Use 'unsigned int' instead of size_t attempting to avoid header inclusionYang Tse2009-04-301-1/+1
* NetWare LibC's getpeername() third argument data type is size_tYang Tse2009-04-301-1/+1
* curl_socklen_t NetWare follow-upYang Tse2009-04-291-0/+5
* - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219)Daniel Stenberg2009-04-291-1/+3
* - Constantine Sapuntzakis filed bug report #2783090Daniel Stenberg2009-04-281-0/+23
* allow usage of in-tree c-ares when building from outside of the cvs treeYang Tse2009-04-281-1/+5
* - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg2009-04-283-81/+92
* Add missing cmake files to the tarball (thanks to Richard Atterer's report)Daniel Stenberg2009-04-271-1/+3
* - Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by SvenDaniel Stenberg2009-04-261-1/+5