summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-36/+42
* add TODO noteYang Tse2006-11-061-0/+2
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-2/+15
* Ravi Pratap provided a major update with pipelining fixes. We also no longerDaniel Stenberg2006-10-231-29/+40
* Compiler warning fixYang Tse2006-10-211-1/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-1/+1
* Explicit typecast for Curl_debug() size argumentYang Tse2006-10-171-2/+4
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-301-3/+1
* Compiler warning fixYang Tse2006-09-121-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-10/+48
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-2/+3
* Use platform's native types for recv() and send() arguments.Yang Tse2006-07-121-1/+1