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
/
transfer.c
Age
Commit message (
Expand
)
Author
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-12
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent
Daniel Stenberg
2007-02-06
compiler warning fix
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2007-01-26
Fixed compiler warning.
Dan Fandrich
2007-01-24
moved the SSL pending function to the proper place and name
Daniel Stenberg
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2007-01-14
- David McCreedy provided libcurl changes for doing HTTP communication on
Daniel Stenberg
2007-01-13
fixed bad variable use when getting the size which we should read when
Daniel Stenberg
2006-12-21
removed unused variables
Daniel Stenberg
2006-12-21
Robson Braga Araujo reported bug #1618359
Daniel Stenberg
2006-12-07
fixed the printf formatting after I changed the type of 'excess'
Daniel Stenberg
2006-12-06
Sebastien Willemijns reported bug #1603712
Daniel Stenberg
2006-12-05
Stefan Krause pointed out a compiler warning with a picky MSCV compiler when
Daniel Stenberg
2006-12-01
Toon Verwaest reported that there are servers that send the Content-Range:
Daniel Stenberg
2006-11-27
no need to access it with conn->data since data is already a local variable
Daniel Stenberg
2006-11-25
Venkat Akella found out that libcurl did not like HTTP responses that simply
Daniel Stenberg
2006-11-25
James Housley fixed SCP downloading by setting the maxdownload.
Daniel Stenberg
2006-10-25
Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the
Daniel Stenberg
2006-10-23
Ravi Pratap provided a major update with pipelining fixes. We also no longer
Daniel Stenberg
2006-10-20
Compiler warning fix
Yang Tse
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
2006-10-17
Explicit typecast for Curl_debug() size argument
Yang Tse
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-30
Support for FTP third party transfers is now dropped
Daniel Stenberg
2006-09-10
Compiler warning fix
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-09-03
Simplified #ifdef on WIN32; the statement
Gisle Vanem
2006-08-30
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Gisle Vanem
2006-08-29
Watcom lacks <sys/time.h>.
Gisle Vanem
2006-08-22
David McCreedy fixed a remaining mistake from the August 19 TYPE change.
Daniel Stenberg
2006-08-19
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
Daniel Stenberg
2006-08-08
Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
Daniel Stenberg
2006-07-31
Silence warning: empty body in an if-statement
Yang Tse
2006-07-25
Georg Horn made the transfer timeout error message include more details
Daniel Stenberg
2006-06-22
Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and
Daniel Stenberg
2006-06-15
select_res is not a socket, it should be a plain int
Daniel Stenberg
2006-06-09
oops, serious breakage in the fdset() function
Daniel Stenberg
2006-04-26
David McCreedy brought line end conversions when doing FTP ASCII
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2006-04-07
First commit of David McCreedy's EBCDIC and TPF changes.
Daniel Stenberg
2006-03-28
#1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that
Daniel Stenberg
2006-02-19
Shmulik Regev fixed an issue with multi-pass authentication and compressed
Daniel Stenberg
2006-02-11
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
Daniel Stenberg
2006-02-07
Philippe Vaucher provided a brilliant piece of test code that show a problem
Daniel Stenberg
2006-01-30
Based on an error report by Philippe Vaucher, we no longer count a retried
Daniel Stenberg
2005-11-24
Doug Kaufman's set of patches to make curl build fine on DJGPP again using
Daniel Stenberg
2005-11-18
fix compiler warning
Daniel Stenberg
2005-11-17
I extended a patch from David Shaw to make libcurl _always_ provide an error
Daniel Stenberg
2005-10-27
Nis Jorgensen filed bug report #1338648
Daniel Stenberg
[next]