index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sendf.c
Age
Commit message (
Expand
)
Author
2007-05-02
spell and language fix
Daniel Stenberg
2007-04-24
Robert Iakobashvili made the 'master_buffer' get allocated first once it is
Daniel Stenberg
2007-03-21
reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025...
Yang Tse
2007-03-21
avoid the use of variadic macros for greater portability
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-04
Suppress warning "'nread' might be used uninitialized in this function".
Gisle Vanem
2007-02-02
prefer using the (upcoming) non-blocking libssh2 API
Daniel Stenberg
2007-01-27
Compiler warning fix
Yang Tse
2007-01-17
Supress "comparison between signed and unsigned" warning.
Gisle Vanem
2007-01-16
restore previous addition to the amount of data that is returned
Daniel Stenberg
2007-01-14
- David McCreedy provided libcurl changes for doing HTTP communication on
Daniel Stenberg
2007-01-03
- Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always store
Daniel Stenberg
2006-12-05
Stefan Krause pointed out a compiler warning with a picky MSCV compiler when
Daniel Stenberg
2006-11-24
James Housley did lots of work and introduced SFTP downloads.
Daniel Stenberg
2006-11-11
cleaned up Curl_write() and the sub functions it uses for various protocols.
Daniel Stenberg
2006-11-06
add TODO note
Yang Tse
2006-11-02
James Housley brought support for SCP transfers
Daniel Stenberg
2006-10-23
Ravi Pratap provided a major update with pipelining fixes. We also no longer
Daniel Stenberg
2006-10-21
Compiler warning fix
Yang Tse
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-10-17
Explicit typecast for Curl_debug() size argument
Yang Tse
2006-09-30
Support for FTP third party transfers is now dropped
Daniel Stenberg
2006-09-12
Compiler warning fix
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-08-19
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
Daniel Stenberg
2006-07-12
Use platform's native types for recv() and send() arguments.
Yang Tse
2006-05-05
additional renames of Curl_ourerrno => Curl_sockerrno
Daniel Stenberg
2006-05-04
Roland Blom filed bug report #1481217
Daniel Stenberg
2006-04-26
David McCreedy brought line end conversions when doing FTP ASCII
Daniel Stenberg
2006-04-07
First commit of David McCreedy's EBCDIC and TPF changes.
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2005-03-14
Removed security.h since it shadows an include file mingw needs when building
Daniel Stenberg
2005-01-21
FTP third transfer support overhaul. See CHANGES for details.
Daniel Stenberg
2004-12-21
oops, variables first then code
Daniel Stenberg
2004-12-21
Prevent failf() from using the va_list variable more than once.
Daniel Stenberg
2004-12-06
Fixed so that the final error message is sent to the verbose info "stream"
Daniel Stenberg
2004-10-12
#include "strerror.h" to get the strerror proto
Daniel Stenberg
2004-10-12
add proper error message when send() fails
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-07-29
additional typecasts to please MIPSPro on 64bit IRIX
Daniel Stenberg
2004-06-18
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
Daniel Stenberg
2004-06-07
prevent compiler warning with picky compilers
Daniel Stenberg
2004-06-07
When sending info about which host that sends what, include proper direction
Daniel Stenberg
2004-06-03
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-05-10
curl_slist_append() fixed to clear up properly if a memory function fails
Daniel Stenberg
2004-05-05
ERR_error_string() returns an unsigned long so we should use one of those
Daniel Stenberg
2004-04-21
Fix the "lingering close" problem when re-using a connection, as test case
Daniel Stenberg
2004-03-10
Minor edit to avoid an unreachable break and to remove the extra {} body
Daniel Stenberg
[prev]
[next]