History log of /curl/lib/sendf.c (Results 301 – 325 of 334)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_9_3-pre1, pre-host-cache
# c67f2da2 11-Dec-2001 Daniel Stenberg

solaris 2.5.1 needs the sys/types.h file before the sys/socket.h


# e1922617 11-Dec-2001 Daniel Stenberg

failf() calls should not have newlines in the message string!


Revision tags: curl-7_9_2
# 436d1479 04-Dec-2001 Daniel Stenberg

Eric's #include fixes for better macos compiles


Revision tags: curl-7_9_1
# 4163b86c 02-Nov-2001 Daniel Stenberg

failf() now only overwrites the error buffer the first time it gets called
for each *_perform(). It makes things a lot easier, as the first one that
detects the error get to write the final e

failf() now only overwrites the error buffer the first time it gets called
for each *_perform(). It makes things a lot easier, as the first one that
detects the error get to write the final error reason...

show more ...


# eaf475b5 31-Oct-2001 Daniel Stenberg

return type cleanup


# 8e91d5de 11-Oct-2001 Sterling Hughes

looks nicer and is better compatible with older vim versions


Revision tags: curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7
# 61478798 07-Sep-2001 Sterling Hughes

Added formatting sections for emacs and vim


# 0ece1b5c 30-Aug-2001 Daniel Stenberg

Major rename and redesign of the internal "backbone" structs. Details will
be posted in a minute to the libcurl list.


Revision tags: before_urldata_rename, curl-7_8_1
# 1b00298b 17-Aug-2001 Daniel Stenberg

modified to use the renamed kerberos functions with Curl_ prefix


# 5f42ef8f 14-Aug-2001 Daniel Stenberg

cleaned up some of the size_t and const mess


Revision tags: curl-7_8_1-pre3
# 944f9a73 06-Aug-2001 Daniel Stenberg

Jonathan Hseu noticed that you couldn't get a header callback unless you
set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that
data. This is now fixed.


Revision tags: curl-7_8
# fe82ddda 31-May-2001 Daniel Stenberg

CURLOPT_MUTE and data->bits.mute are history, removed, gone!


Revision tags: curl-7_8-pre2, curl-7_7_3, curl-7_7_2
# 025fa762 10-Apr-2001 Daniel Stenberg

Added new CURLOPT_HEADERFUNCTION callback for writing headers only


Revision tags: curl-7_7_1, curl-7_7, curl-7_7-beta5, curl-7_7-beta3, curl-7_7-beta2
# c622f2bb 13-Mar-2001 Daniel Stenberg

failf() now respects the mute flag


# 071c7de9 09-Mar-2001 Daniel Stenberg

removed curl_read() and curl_write() - they weren't used and the public
"low leve" interface is dumped


Revision tags: curl-7_7-beta1, curl-7_7_alpha2
# b6fa2f88 02-Mar-2001 Daniel Stenberg

moved the slist-functions here from FTP since they're more generic than simply
for FTP-stuff


# a1d6ad26 20-Feb-2001 Daniel Stenberg

multiple connection support initial commit


Revision tags: curl-7_6_1, curl-7_6_1-pre3, curl-7_6_1-pre2
# c41c5a0e 31-Jan-2001 Daniel Stenberg

curl_read() and Curl_read() now have ssize_t in the last argument


Revision tags: curl-7_6_1-pre1, curl-7_6, curl-7_6-pre4
# 1552bd9c 25-Jan-2001 Daniel Stenberg

sendf is now only Curl_sendf
Curl_write() and Curl_read() are here


Revision tags: curl_7_6-pre3
# 40311044 05-Jan-2001 Daniel Stenberg

Internal symbols that aren't static are now prefixed with 'Curl_'


Revision tags: curl-7_5_2
# 24dee483 03-Jan-2001 Daniel Stenberg

dual-license fix


Revision tags: pre-header-change
# f4acbed2 30-Dec-2000 Daniel Stenberg

ftpsendf() is remade to send the entire command in one write(), as some
firewalls (like FW-1) seems to dislike split-up writes at times...


Revision tags: curl-7_5
# 39abde5d 22-Nov-2000 Daniel Stenberg

Added the client_write() function


# 0cff2790 30-Oct-2000 Daniel Stenberg

new urldata ssl layout and T. Bharath brought the new SSL cert verify function


Revision tags: curl-7_4_1
# 751d503f 12-Oct-2000 Daniel Stenberg

sprintf() => snprintf()


1...<<11121314