summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
* - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka2010-03-191-2/+4
* fix printf-style format stringsYang Tse2010-02-041-3/+3
* Fix compiler warning: conditional expression is constantYang Tse2010-02-021-1/+1
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-3/+5
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-1/+2
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-3/+2
* Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND andDaniel Stenberg2009-05-111-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Frank Hempel found out a bug and provided the fix:Daniel Stenberg2009-03-091-77/+1
* Created a CURLMIN macro to match CURLMAXDan Fandrich2009-01-071-7/+3
* Christian Krause fixed a build failure when building with gss supportDaniel Stenberg2008-11-161-1/+2
* - Fixed a potential data loss in Curl_client_write() when the transfer isMichal Marek2008-11-131-4/+4
* Marked with TODO comments a number of problems in the Kerberos code detectedDan Fandrich2008-11-021-1/+4
* Changed some arrays of char* to arrays of char[] to reduce data size andDan Fandrich2008-10-221-1/+1
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-09-301-1/+1
* made Curl_read_plain() return an 'int' instead of CURLcode since it actuallyDaniel Stenberg2008-09-291-1/+1
* - Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg2008-09-221-12/+29
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* Use realloc when paused in Curl_client_writeDan Fandrich2008-09-051-5/+3
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-2/+2
* Made some variables constDan Fandrich2008-09-041-1/+5
* - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxyDaniel Stenberg2008-06-201-9/+26
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-2/+2
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-201-2/+2
* this was modified this year so we bump the copyright yearDaniel Stenberg2008-01-281-1/+1
* Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg2008-01-211-5/+0
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-081-3/+71
* Andrew Moise filed bug report #1847501Daniel Stenberg2007-12-091-1/+1
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-5/+5
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-28/+28
* Reverted the const change--what was I thinking?Dan Fandrich2007-10-291-2/+2
* Made some pointers constDan Fandrich2007-10-291-2/+2
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-3/+3
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-2/+2
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-2/+2
* spell and language fixDaniel Stenberg2007-05-021-3/+3
* Robert Iakobashvili made the 'master_buffer' get allocated first once it isDaniel Stenberg2007-04-241-1/+1
* reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025...Yang Tse2007-03-211-5/+0
* avoid the use of variadic macros for greater portabilityYang Tse2007-03-211-0/+5
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-4/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-3/+3
* Suppress warning "'nread' might be used uninitialized in this function".Gisle Vanem2007-02-041-1/+1
* prefer using the (upcoming) non-blocking libssh2 APIDaniel Stenberg2007-02-021-7/+13
* Compiler warning fixYang Tse2007-01-271-1/+1
* Supress "comparison between signed and unsigned" warning.Gisle Vanem2007-01-171-2/+2
* restore previous addition to the amount of data that is returnedDaniel Stenberg2007-01-161-1/+1
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-141-1/+26
* - Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always storeDaniel Stenberg2007-01-031-22/+37
* Stefan Krause pointed out a compiler warning with a picky MSCV compiler whenDaniel Stenberg2006-12-051-18/+0
* James Housley did lots of work and introduced SFTP downloads.Daniel Stenberg2006-11-241-0/+5