summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* bug #1595348 by Ron pointed out this flaw and fixDaniel Stenberg2006-11-131-4/+2
* fix header to match actual protoDaniel Stenberg2006-11-111-4/+4
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-118-66/+79
* Nir Soffer updated libcurl.framework.make: fix symlinks, should link toDaniel Stenberg2006-11-091-4/+4
* Dmitriy Sergeyev found a SIGSEGV with his test04.c example posted on 7 NovDaniel Stenberg2006-11-091-1/+4
* Ciprian Badescu found a SIGSEGV when doing multiple TFTP transfers using theDaniel Stenberg2006-11-091-21/+43
* Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION withoutDaniel Stenberg2006-11-081-1/+1
* Olaf fixed a leftover problem with the CONNECT fix of his that would leave aDaniel Stenberg2006-11-071-1/+6
* add TODO noteYang Tse2006-11-061-0/+2
* compiler warning fixYang Tse2006-11-061-1/+1
* remove redundant check for Win32Yang Tse2006-11-061-1/+1
* Prevent multiple initialization of memdebug configuration variables.Yang Tse2006-11-051-9/+13
* Ifdef around S_IRGRP and S_IROTH (meaningless on Win32).Gisle Vanem2006-11-031-0/+8