9691a78f | 29-Aug-2006 |
Gisle Vanem |
Support other MS-DOS compilers (MSDOS is a djgpp built-in define). |
7ff6b6fa | 29-Aug-2006 |
Gisle Vanem |
Metaware's High-C has an ISO cpp. |
7c621cfb | 29-Aug-2006 |
Daniel Stenberg |
Brad Spencer did o made ares_version.h use extern "C" for c++ compilers o fixed compiler warnings in ares_getnameinfo.c o fixed a buffer position init for TCP reads |
5acadc9c | 29-Aug-2006 |
Daniel Stenberg |
David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to allow applications to set their own socket options. |
2ff609dd | 25-Aug-2006 |
Daniel Stenberg |
Armel Asselin reported that the 'running_handles' counter wasn't updated properly if you removed a "live" handle from a multi handle with curl_multi_remove_handle(). |
da48a6ba | 23-Aug-2006 |
Daniel Stenberg |
clarify the string syntax support in the CURLOPT_PROXY section |
cd6c5821 | 23-Aug-2006 |
Dan Fandrich |
Use /usr/bin/env to invoke perl like the other test scripts. |
bdbd0cf2 | 22-Aug-2006 |
Daniel Stenberg |
David McCreedy fixed a remaining mistake from the August 19 TYPE change. |
d7929376 | 22-Aug-2006 |
Daniel Stenberg |
Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP code when doing pure ipv6 EPRT connections. |
bac66ec2 | 22-Aug-2006 |
Daniel Stenberg |
as Jeff Pohlmeyer pointed out, first get the multi handle _then_ use it |
77516822 | 21-Aug-2006 |
Dan Fandrich |
Workaround for Cray UNICOS 9.0 to fix ftp. |
37d8c675 | 21-Aug-2006 |
Daniel Stenberg |
clarify for what protocols the changes are |
cfdcae4b | 19-Aug-2006 |
Daniel Stenberg |
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE command on subsequent requests on a re-used connection unless it has to. |
74a6921b | 18-Aug-2006 |
Daniel Stenberg |
Armel Asselin fixed a crash in the FTP code when using SINGLECWD mode and files in the root directory. |
490cccba | 18-Aug-2006 |
Daniel Stenberg |
Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't send the whole request at once, even though the Expect: header was disabled by the application. An effect of this c
Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't send the whole request at once, even though the Expect: header was disabled by the application. An effect of this change is also that small (< 1024 bytes) POSTs are now always sent without Expect: header since we deem it more costly to bother about that than the risk that we send the data in vain.
show more ...
|
839441e2 | 16-Aug-2006 |
Dan Fandrich |
Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MP |
ba9ea943 | 16-Aug-2006 |
Daniel Stenberg |
related info |
455087fa | 16-Aug-2006 |
Gisle Vanem |
Use gnutls_strerror() for clearer error message. |
31def9e2 | 15-Aug-2006 |
Gisle Vanem |
Use '_LIBICONV_VERSION' instead of variable '_libiconv_version' to support older iconv versions. |
ee3514cc | 14-Aug-2006 |
Yang Tse |
Replace exit() with return() in main() |
cf606d7d | 14-Aug-2006 |
Daniel Stenberg |
add missing man page |
eb26a581 | 11-Aug-2006 |
Dan Fandrich |
Use __minix to detect Minix, which works on both ACK and GCC. |
b04cbebf | 09-Aug-2006 |
Daniel Stenberg |
option name spell fix |
4272af80 | 09-Aug-2006 |
Dan Fandrich |
Only define the string prototypes in ANSI mode to reduce interference on systems that prototype them slightly differently. |
0b633027 | 09-Aug-2006 |
Dan Fandrich |
Added eCos and Minix sections. |