ea74b4b8 | 12-Apr-2007 |
Yang Tse |
update MSVC project files with ares_getopt() |
2364066b | 12-Apr-2007 |
Yang Tse |
use ares_getopt for all platforms |
b36376e1 | 12-Apr-2007 |
Yang Tse |
add ares_getopt prototype |
8aae15b6 | 12-Apr-2007 |
Yang Tse |
Rename function as ares_getopt() |
88bf2a2d | 12-Apr-2007 |
Yang Tse |
Replace tabs with spaces |
45847c53 | 12-Apr-2007 |
Yang Tse |
Add file ares_getopt.c Original file name getopt.c Initial import into the c-ares source tree on 2007-04-11. Lifted from version 5.2 of the 'Open Mash' project with the modified BS
Add file ares_getopt.c Original file name getopt.c Initial import into the c-ares source tree on 2007-04-11. Lifted from version 5.2 of the 'Open Mash' project with the modified BSD license, BSD license without the advertising clause.
show more ...
|
70cce4cd | 12-Apr-2007 |
Dan Fandrich |
Work around an out of memory situation in Curl_ftp_done instead of returning an error code, to allow connections to be torn down cleanly since this function can be called AFTER an OOM situati
Work around an out of memory situation in Curl_ftp_done instead of returning an error code, to allow connections to be torn down cleanly since this function can be called AFTER an OOM situation has already been reached.
show more ...
|
42c0ac20 | 11-Apr-2007 |
Daniel Stenberg |
start working on 7.16.3 |
70ddabbf | 11-Apr-2007 |
Daniel Stenberg |
restart towards 7.16.3 |
e3716938 | 11-Apr-2007 |
Daniel Stenberg |
add recent contributors |
b122959c | 11-Apr-2007 |
Daniel Stenberg |
7.16.2 |
84c5e846 | 11-Apr-2007 |
Yang Tse |
convenience SIG_ATOMIC_T macro definition |
47f04426 | 11-Apr-2007 |
Dan Fandrich |
Fixed some out of memory handling issues. |
d46d9957 | 10-Apr-2007 |
Dan Fandrich |
Fixed some out of memory handling issues. |
1a0cc607 | 10-Apr-2007 |
Daniel Stenberg |
blah |
7cbbd1b5 | 10-Apr-2007 |
Daniel Stenberg |
41. When doing an operation over FTP that requires the ACCT command (but not when logging in), the operation will fail since libcurl does detect this and thus fails to issue the correct c
41. When doing an operation over FTP that requires the ACCT command (but not when logging in), the operation will fail since libcurl does detect this and thus fails to issue the correct command: http://curl.haxx.se/bug/view.cgi?id=1693337
show more ...
|
5daa6b93 | 10-Apr-2007 |
Daniel Stenberg |
Ravi Pratap provided fixes for HTTP pipelining |
a7aca2e8 | 10-Apr-2007 |
Yang Tse |
configure script will ignore --enable-sspi option for non-native Windows |
d8d3dc93 | 10-Apr-2007 |
Yang Tse |
--enable-sspi only supported on Windows native builds |
5be7b543 | 10-Apr-2007 |
Yang Tse |
Update NTLM flag and description |
910ee13b | 10-Apr-2007 |
Dan Fandrich |
Fixed an out of memory handling issue. |
35935d71 | 10-Apr-2007 |
Dan Fandrich |
Honour the -a option when -t is enabled. |
de17f443 | 09-Apr-2007 |
Dan Fandrich |
Changed error return codes to match update code. |
be5ade5c | 09-Apr-2007 |
Yang Tse |
VC8+ (VS2005+) has C99 variadic macro support |
0e05a632 | 08-Apr-2007 |
Yang Tse |
fix out of memory handling issue |