- May 15, 2007
-
-
Dan Fandrich authored
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
-
- May 14, 2007
-
-
Dan Fandrich authored
-
- May 09, 2007
-
-
Dan Fandrich authored
-
- May 08, 2007
-
-
Daniel Stenberg authored
because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file.
-
- May 03, 2007
-
-
Daniel Stenberg authored
several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL: http://curl.haxx.se/bug/view.cgi?id=1705802
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- May 02, 2007
-
-
Daniel Stenberg authored
CURLMOPT_TIMERFUNCTION callback option.
-
- Apr 22, 2007
-
-
Daniel Stenberg authored
the man page now.
-
Daniel Stenberg authored
to GET on redirect
-
- Apr 16, 2007
-
-
Daniel Stenberg authored
function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*().
-
- Apr 11, 2007
-
-
Daniel Stenberg authored
-
- Apr 10, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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
-
- Apr 04, 2007
-
-
Yang Tse authored
-
- Mar 31, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 29, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Mar 25, 2007
-
-
Daniel Stenberg authored
recently
-
Daniel Stenberg authored
one over to KNOWN_BUGS
-
- Mar 23, 2007
-
-
Dan Fandrich authored
plus made --pass work on an SSH private key as well.
-
- Mar 22, 2007
-
-
Daniel Stenberg authored
-
- Mar 17, 2007
-
-
Gisle Vanem authored
Dependencies are now put in external file depend.dj.
-
- Mar 12, 2007
-
-
Daniel Stenberg authored
-
- Mar 11, 2007
-
- Mar 10, 2007
-
-
Daniel Stenberg authored
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal
-
- Mar 09, 2007
-
-
Dan Fandrich authored
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
-
- Mar 01, 2007
-
-
Daniel Stenberg authored
-
- Feb 28, 2007
-
-
Daniel Stenberg authored
-
- Feb 27, 2007
-
-
Daniel Stenberg authored
specific SSL library that might be used, and I cut out the closepolicy stuff that we no longer support
-
- Feb 23, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-v, --trace and --trace-ascii, since it could really confuse the user. Clarified this fact in the man page.
-
- Feb 22, 2007
-
-
Daniel Stenberg authored
there is an environment variable set)
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
- Feb 19, 2007
-
-
Daniel Stenberg authored
AC_PATH_PROG was not used properly.
-
Daniel Stenberg authored
5).
-
- Feb 18, 2007
-
-
Daniel Stenberg authored
the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure.
-
- Feb 14, 2007
-
-
Dan Fandrich authored
-