Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
17 jaren geleden |
Daniel Stenberg
|
f19d333ef6
- Ravi Pratap provided work on libcurl making pipelining more robust and
|
17 jaren geleden |
Yang Tse
|
3a634a273a
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
17 jaren geleden |
Yang Tse
|
a1d5983991
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
|
18 jaren geleden |
Daniel Stenberg
|
28b932fb4e
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent
|
18 jaren geleden |
Yang Tse
|
e213555c98
compiler warning fix
|
18 jaren geleden |
Daniel Stenberg
|
91386937ff
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
|
18 jaren geleden |
Dan Fandrich
|
e6aed92742
Fixed compiler warning.
|
18 jaren geleden |
Daniel Stenberg
|
3239f059b8
moved the SSL pending function to the proper place and name
|
18 jaren geleden |
Daniel Stenberg
|
385e612fa5
- Armel Asselin improved libcurl to behave a lot better when an easy handle
|
18 jaren geleden |
Daniel Stenberg
|
0fb5a65a58
- David McCreedy provided libcurl changes for doing HTTP communication on
|
18 jaren geleden |
Daniel Stenberg
|
869d65337e
fixed bad variable use when getting the size which we should read when
|
18 jaren geleden |
Daniel Stenberg
|
1beb7de7e0
removed unused variables
|
18 jaren geleden |
Daniel Stenberg
|
89ab5f4380
Robson Braga Araujo reported bug #1618359
|
18 jaren geleden |
Daniel Stenberg
|
ca48b6bf35
fixed the printf formatting after I changed the type of 'excess'
|
18 jaren geleden |
Daniel Stenberg
|
840e796aa9
Sebastien Willemijns reported bug #1603712
|
18 jaren geleden |
Daniel Stenberg
|
5fd096da8d
Stefan Krause pointed out a compiler warning with a picky MSCV compiler when
|
18 jaren geleden |
Daniel Stenberg
|
d8c61d459e
Toon Verwaest reported that there are servers that send the Content-Range:
|
18 jaren geleden |
Daniel Stenberg
|
688699a046
no need to access it with conn->data since data is already a local variable
|
18 jaren geleden |
Daniel Stenberg
|
da58d03ff7
Venkat Akella found out that libcurl did not like HTTP responses that simply
|
18 jaren geleden |
Daniel Stenberg
|
9ea3831c08
James Housley fixed SCP downloading by setting the maxdownload.
|
18 jaren geleden |
Daniel Stenberg
|
cde5e35d9b
Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the
|
18 jaren geleden |
Daniel Stenberg
|
e1edd41e1b
Ravi Pratap provided a major update with pipelining fixes. We also no longer
|
18 jaren geleden |
Yang Tse
|
316a9f6480
Compiler warning fix
|
18 jaren geleden |
Daniel Stenberg
|
44d84ac164
Avoid typecasting a signed char to an int when using is*() functions, as that
|
18 jaren geleden |
Yang Tse
|
ec956b0334
Explicit typecast for Curl_debug() size argument
|
18 jaren geleden |
Yang Tse
|
e150150d9f
Remove redundant __CYGWIN__ symbol check
|
18 jaren geleden |
Daniel Stenberg
|
5e0d9aea32
Support for FTP third party transfers is now dropped
|
18 jaren geleden |
Yang Tse
|
c30e908034
Compiler warning fix
|
18 jaren geleden |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 jaren geleden |