1bcbe898 | 05-Nov-2006 |
Yang Tse |
Prevent multiple initialization of memdebug configuration variables. This was possible on debug c-ares enabled builds when both CURL_MEMDEBUG and CARES_MEMDEBUG environment variables wer
Prevent multiple initialization of memdebug configuration variables. This was possible on debug c-ares enabled builds when both CURL_MEMDEBUG and CARES_MEMDEBUG environment variables were set. Leading to a file handle leak even when both variables had the same value, and wierd test suite results when different.
show more ...
|
bf57e9bb | 03-Nov-2006 |
Gisle Vanem |
Ifdef around S_IRGRP and S_IROTH (meaningless on Win32). |
318a7584 | 03-Nov-2006 |
Yang Tse |
add a couple more of debugging messages |
961ec228 | 03-Nov-2006 |
Daniel Stenberg |
SCP support added |
a777eb3d | 03-Nov-2006 |
Daniel Stenberg |
Olaf Stueben provided a patch that I edited slightly. It fixes the notorious KNOWN_BUGS #25, which happens when a proxy closes the connection when libcurl has sent CONNECT, as part of an auth
Olaf Stueben provided a patch that I edited slightly. It fixes the notorious KNOWN_BUGS #25, which happens when a proxy closes the connection when libcurl has sent CONNECT, as part of an authentication negotiation. Starting now, libcurl will re-connect accordingly and continue the authentication as it should.
show more ...
|
7f79b52d | 03-Nov-2006 |
Daniel Stenberg |
initial SCP support is now added |
db680edc | 03-Nov-2006 |
Daniel Stenberg |
Update the information about what c-ares version that's required. 1.3.1 had a fatal bug so we must require 1.3.2 to get flawless functionality with c-ares. |
e6ce8045 | 03-Nov-2006 |
Daniel Stenberg |
stand clear for release 1.3.2 |
cdcb123a | 03-Nov-2006 |
Daniel Stenberg |
Andreas Rieke added missing file and changed line endings |
78081a16 | 03-Nov-2006 |
Yang Tse |
reduce max size of dinamically allocated arrays to minimize the nasty behaviour some versions of IRIX exhibit of committing suicide on big mallocs instead of just returning a friendly null po
reduce max size of dinamically allocated arrays to minimize the nasty behaviour some versions of IRIX exhibit of committing suicide on big mallocs instead of just returning a friendly null pointer
show more ...
|
7408976b | 03-Nov-2006 |
Yang Tse |
fix missing '$' for var OPT_LIBSSH2 |
763bb73c | 03-Nov-2006 |
Yang Tse |
update copyright year |
1dee2cd5 | 03-Nov-2006 |
Yang Tse |
fix comments and renumber rlimit return codes fix closing of fd's when limit is reached |
426ecfd1 | 03-Nov-2006 |
Yang Tse |
fix comments and renumber rlimit return codes |
4913baed | 02-Nov-2006 |
Daniel Stenberg |
update the counter |
675f6a89 | 02-Nov-2006 |
Daniel Stenberg |
mention the new options |
2147284c | 02-Nov-2006 |
Daniel Stenberg |
James Housley brought support for SCP transfers |
7f1870da | 02-Nov-2006 |
Yang Tse |
remove leftover comment |
2149a095 | 02-Nov-2006 |
Yang Tse |
update and split test cases 518 and 537 into its own source code file |
e8d21adb | 02-Nov-2006 |
Yang Tse |
code cleanup |
fa285313 | 02-Nov-2006 |
Yang Tse |
use our internal string functions and replace sprintf with snprintf |
deef85ca | 02-Nov-2006 |
Yang Tse |
Update protocol verification end of lines |
4f4427ff | 02-Nov-2006 |
Yang Tse |
check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h |
0ed285e8 | 02-Nov-2006 |
Yang Tse |
prototype for gethostname is in unistd.h |
905ca77c | 01-Nov-2006 |
Yang Tse |
test 518 is all about testing libcurl functionality when more than FD_SETSIZE file descriptors are open. This means that if for any reason we are not able to open more than FD_SETSIZE fil
test 518 is all about testing libcurl functionality when more than FD_SETSIZE file descriptors are open. This means that if for any reason we are not able to open more than FD_SETSIZE file descriptors then test 518 should not be run. test 537 is all about testing libcurl functionality when the system has nearly exhausted the number of free file descriptors. Test 537 will try to run with very few free file descriptors.
show more ...
|