summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-1617-48/+65
* restore previous addition to the amount of data that is returnedDaniel Stenberg2007-01-161-1/+1
* Fixed a small memory leak in tftp uploads discovered by curl's memory leakDan Fandrich2007-01-161-5/+5
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-148-59/+291
* fixed bad variable use when getting the size which we should read whenDaniel Stenberg2007-01-131-3/+9
* make Curl_cookie_clearall() survive getting called with a NULL pointerDaniel Stenberg2007-01-131-4/+6
* Display crypto engine name correctly in debug message.Dan Fandrich2007-01-101-3/+3
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-083-6/+10
* Removed unused variable in Curl_ossl_shutdown()Linus Nielsen Feltzing2007-01-081-1/+0
* Fix compilation errors when building without SSLLinus Nielsen Feltzing2007-01-061-2/+7
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-0510-14/+227
* Include <dos.h> for delay() on MSDOS.Gisle Vanem2007-01-051-2/+6
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-038-38/+95
* - Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always storeDaniel Stenberg2007-01-031-22/+37
* - Victor Snezhko helped us fix bug report #1603712Daniel Stenberg2007-01-021-1/+16
* curl_easy_duphandle() sets the magic number in the new handleDaniel Stenberg2006-12-291-0/+2
* - Robert Foreman provided a prime example snippet showing how libcurl wouldDaniel Stenberg2006-12-224-47/+24
* Curl_getinfo() now checks for a NULL SessionHandle pointerDaniel Stenberg2006-12-221-0/+3
* - David McCreedy fixed a bad call to getsockname() that wrongly used a size_tDaniel Stenberg2006-12-221-3/+2
* When setting a proxy with environment variables and (for example) runningDaniel Stenberg2006-12-221-1/+1
* minor indent fixDaniel Stenberg2006-12-211-5/+5
* removed unused variablesDaniel Stenberg2006-12-212-3/+0
* Robson Braga Araujo reported bug #1618359Daniel Stenberg2006-12-215-17/+18
* recv() doesn't take MSG_NOSIGNAL in its forth argument so let's not pass it.Daniel Stenberg2006-12-161-1/+1
* Brendan Jurd provided a fix that now prevents libcurl from getting a SIGPIPEDaniel Stenberg2006-12-161-0/+24
* Brendan Jurd pointed out these typosDaniel Stenberg2006-12-161-1/+1
* Fix typo.Gisle Vanem2006-12-151-1/+1
* Alexey Simak found out that when doing FTP with the multi interface andDaniel Stenberg2006-12-112-24/+24
* PROT_CLOSEACTION doesn't have to be its own bit but can just as well justDaniel Stenberg2006-12-111-1/+3
* fixed the printf formatting after I changed the type of 'excess'Daniel Stenberg2006-12-071-1/+1
* Sebastien Willemijns reported bug #1603712Daniel Stenberg2006-12-062-27/+35
* Stefan Krause pointed out a compiler warning with a picky MSCV compiler whenDaniel Stenberg2006-12-052-21/+30
* removed the final traces of the closepolicy optionDaniel Stenberg2006-12-052-21/+2
* Jared Lundell filed bug report #1604956Daniel Stenberg2006-12-054-6/+22
* better preprocessor check for recent MSVC versionsDaniel Stenberg2006-12-051-1/+1
* CURLOPT_FORBID_REUSE works again with a cleaned up order of doing things inDaniel Stenberg2006-12-051-4/+3
* oops, fix belonging to the previous curl_getdate() fix since it makes MSVCDaniel Stenberg2006-12-051-0/+5
* Martin Skinner brought back bug report #1230118 to haunt us once again.Daniel Stenberg2006-12-051-15/+12
* Alexey Simak filed bug report #1600447Daniel Stenberg2006-12-051-3/+12
* Matt Witherspoon fixed a problem case when the CPU load went to 100% when aDaniel Stenberg2006-12-051-1/+1
* Toon Verwaest reported that there are servers that send the Content-Range:Daniel Stenberg2006-12-011-5/+6
* no need to access it with conn->data since data is already a local variableDaniel Stenberg2006-11-271-4/+4
* Venkat Akella found out that libcurl did not like HTTP responses that simplyDaniel Stenberg2006-11-251-1/+11
* James Housley fixed SCP downloading by setting the maxdownload.Daniel Stenberg2006-11-252-2/+3
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-255-9/+19
* James Housley did lots of work and introduced SFTP downloads.Daniel Stenberg2006-11-246-129/+615
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-248-0/+38
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+10
* Call libssh2_session_free() to release memory allocated duringGisle Vanem2006-11-151-0/+2
* Free 'scp->path' in case of libssh2 setup failure.Gisle Vanem2006-11-141-0/+3