aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-02- Victor Snezhko helped us fix bug report #1603712Daniel Stenberg
2007-01-02- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needsDaniel Stenberg
2006-12-31curl_easy_cleanup kills this memory tooDaniel Stenberg
2006-12-29curl_easy_duphandle() sets the magic number in the new handleDaniel Stenberg
2006-12-25mention the no_proxy workDaniel Stenberg
2006-12-22- Robert Foreman provided a prime example snippet showing how libcurl wouldDaniel Stenberg
2006-12-22Curl_getinfo() now checks for a NULL SessionHandle pointerDaniel Stenberg
2006-12-22- David McCreedy fixed a bad call to getsockname() that wrongly used a size_tDaniel Stenberg
2006-12-22When setting a proxy with environment variables and (for example) runningDaniel Stenberg
2006-12-21minor indent fixDaniel Stenberg
2006-12-21removed unused variablesDaniel Stenberg
2006-12-21Robson Braga Araujo reported bug #1618359Daniel Stenberg
2006-12-21CURLOPT_CAPATH is OpenSSL-onlyDaniel Stenberg
2006-12-19* removed the SSH-based protocols as they are now being implementedDaniel Stenberg
2006-12-1937. Having more than one connection to the same host when doing NTLMDaniel Stenberg
2006-12-16recv() doesn't take MSG_NOSIGNAL in its forth argument so let's not pass it.Daniel Stenberg
2006-12-16Brendan Jurd provided a fix that now prevents libcurl from getting a SIGPIPEDaniel Stenberg
2006-12-16Brendan Jurd pointed out these typosDaniel Stenberg
2006-12-15Plug more leaks.Gisle Vanem
2006-12-15Fix typo.Gisle Vanem
2006-12-14minor syntax mistakeDaniel Stenberg
2006-12-14Free 'config->iface' if set.Gisle Vanem
2006-12-11ahost.exe needs getopt.obj.Gisle Vanem
2006-12-11Alexey Simak found out that when doing FTP with the multi interface andDaniel Stenberg
2006-12-11PROT_CLOSEACTION doesn't have to be its own bit but can just as well justDaniel Stenberg
2006-12-07fixed the printf formatting after I changed the type of 'excess'Daniel Stenberg
2006-12-067.16.1 knows SFTP tooDaniel Stenberg
2006-12-06clarify --limit-rate somewhat: it might send away/receive chunks of date inDaniel Stenberg
2006-12-06Sebastien Willemijns reported bug #1603712Daniel Stenberg
2006-12-05Stefan Krause pointed out a compiler warning with a picky MSCV compiler whenDaniel Stenberg
2006-12-05removed the final traces of the closepolicy optionDaniel Stenberg
2006-12-05update after today's workDaniel Stenberg
2006-12-05Sh Diao reported that CURLOPT_CLOSEPOLICY doesn't work, and indeed, there isDaniel Stenberg
2006-12-05Jared Lundell filed bug report #1604956Daniel Stenberg
2006-12-05better preprocessor check for recent MSVC versionsDaniel Stenberg
2006-12-05CURLOPT_FORBID_REUSE works again with a cleaned up order of doing things inDaniel Stenberg
2006-12-05oops, fix belonging to the previous curl_getdate() fix since it makes MSVCDaniel Stenberg
2006-12-05Martin Skinner brought back bug report #1230118 to haunt us once again.Daniel Stenberg
2006-12-05Alexey Simak filed bug report #1600447Daniel Stenberg
2006-12-05Matt Witherspoon fixed a problem case when the CPU load went to 100% when aDaniel Stenberg
2006-12-05curl.dsmirror.nl is another mirrorDaniel Stenberg
2006-12-05fixed in CVSDaniel Stenberg
2006-12-03fix the libssh2 include path somewhat when --with-libssh2 is used and addedDaniel Stenberg
2006-12-01CURLOPT_CLOSEPOLICY can't be setDaniel Stenberg
2006-12-01Toon Verwaest reported that there are servers that send the Content-Range:Daniel Stenberg
2006-11-30the extra copy of downloads should be fixed tooDaniel Stenberg
2006-11-29two moreDaniel Stenberg
2006-11-29Is CURLOPT_FORBID_REUSE broken?Daniel Stenberg
2006-11-27adding notes of what to work on and fix before next releaseDaniel Stenberg
2006-11-27no need to access it with conn->data since data is already a local variableDaniel Stenberg