06a7b056 | 26-Apr-2006 |
Gisle Vanem |
Added revision ID-tag. |
12db20be | 26-Apr-2006 |
Gisle Vanem |
Fixed signed/unsigned convertion errors in Salford-C. #ifdef around WSAEDISCON in strerror.c. |
3cbb1b2b | 26-Apr-2006 |
Gisle Vanem |
Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines (more logical). |
d75e5876 | 26-Apr-2006 |
Gisle Vanem |
djgpp has <process.h> too. |
414c57d1 | 26-Apr-2006 |
Gisle Vanem |
Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and HAVE_PROCESS_H added for all except scc. |
c14a84e6 | 26-Apr-2006 |
Gisle Vanem |
Added SalfordC support. |
def0db30 | 26-Apr-2006 |
Daniel Stenberg |
crlf_conversions needs to be a curl_off_t for ASCII transfers > 4GB on 32bit systems |
6ef7a81a | 26-Apr-2006 |
Daniel Stenberg |
updated with more error codes |
95152aec | 26-Apr-2006 |
Daniel Stenberg |
David McCreedy brought line end conversions when doing FTP ASCII transfers. They are done on non-windows systems and translate CRLF to LF. |
8ed67623 | 25-Apr-2006 |
Daniel Stenberg |
--ftp-method was missing in the --help output, as mentioned by Manfred Schwarb |
87c5ed8b | 25-Apr-2006 |
Daniel Stenberg |
Paul Querna fixed libcurl to better deal with deflate content encoding when the stream (wrongly) lacks a proper zlib header. This seems to be the case on too many actual server implementation
Paul Querna fixed libcurl to better deal with deflate content encoding when the stream (wrongly) lacks a proper zlib header. This seems to be the case on too many actual server implementations.
show more ...
|
ecc6c1f5 | 25-Apr-2006 |
Daniel Stenberg |
prevent signed/unsigned warnings |
3d8338b0 | 24-Apr-2006 |
Daniel Stenberg |
Mention my April 20 thoughts. I already changed the README in the lib dir to be accurate on this. |
c91e2551 | 24-Apr-2006 |
Daniel Stenberg |
added the hipev build |
a8dddeab | 24-Apr-2006 |
Daniel Stenberg |
the example that _is_ supposed to use libevent |
8f0a5ab6 | 24-Apr-2006 |
Daniel Stenberg |
this example does NOT use libevent! |
db03d4bd | 21-Apr-2006 |
Daniel Stenberg |
Ale Vesely fixed CURLOPT_INTERFACE when using a hostname |
0ec96e42 | 21-Apr-2006 |
Daniel Stenberg |
each socket is used by exactly one easy handle, but of course each easy handle can and will use more than one socket |
6e520c4c | 21-Apr-2006 |
Daniel Stenberg |
added SPL and XBLite |
1e8683d7 | 20-Apr-2006 |
Gunter Knauf |
removed -fpack-struct because gcc4 seems to know its obsolete and warns... |
2df622fd | 19-Apr-2006 |
Daniel Stenberg |
detect ICC and pass on "-we 147" so that the configure checks for function arguments work properly - and the option is not harmful for the rest of the curl build either! |
fede784f | 19-Apr-2006 |
Daniel Stenberg |
the new conversion stuff documented (mostly by David McCreedy) |
f191b143 | 19-Apr-2006 |
Daniel Stenberg |
CURL_VERSION_CONV is returned by curl_version_info if libcurl has been built to allow/support character conversions |
59212553 | 18-Apr-2006 |
Daniel Stenberg |
mention the recent thoughts/progress I had |
e532b196 | 18-Apr-2006 |
Daniel Stenberg |
Robson Braga Araujo provided a patch that makes libcurl less eager to close the control connection when using FTP, for example when you remove an easy handle from a multi stack. |