- Apr 14, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 13, 2010
-
-
Guenter Knauf authored
Signed-off-by: Tor Arntsen <tor@spacetec.no>
-
Yang Tse authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Apr 12, 2010
-
-
Guenter Knauf authored
-
Guenter Knauf authored
no need to create a var - lets just return the status var itself.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The section that describes how to work with timeouts was misleading and could easily trick users to use the wrong API.
-
Daniel Stenberg authored
c-ares has had its own URL for a while and we should point people to that. It also works with IPv6 since a long time.
-
Daniel Stenberg authored
curl_multi_timeout(3) is simply the wrong function to use if you're using the multi_socket API and this document now states this pretty clearly to help guiding users.
-
- Apr 11, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
I've done this blindly, and the last piece that works with ares should possibly be done differently now that c-ares isn't a subtree within the curl tree anymore...
-
- Apr 10, 2010
-
-
Daniel Stenberg authored
-
- Apr 09, 2010
-
-
Daniel Stenberg authored
Prefixing the FTP quote commands with an asterisk really only worked for the postquote actions. This is now fixed and test case 227 has been extended to verify.
-
- Apr 07, 2010
-
-
Kamil Dudka authored
Reported by Guenter Knauf.
-
- Apr 06, 2010
-
-
Kamil Dudka authored
-
- Apr 05, 2010
-
-
Ben Greear authored
Signed-off-by: Ben Greear <greearb@candelatech.com>
-
- Apr 04, 2010
-
-
Kamil Dudka authored
-
Kamil Dudka authored
-
Kamil Dudka authored
-
- Apr 02, 2010
-
-
Ben Greear authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 01, 2010
-
-
Daniel Stenberg authored
Matt Wixson found and fixed a bug in the SCP/SFTP area where the code treated a 0 return code from libssh2 to be the same as EAGAIN while in reality it isn't. The problem caused a hang in SFTP transfers from a MessageWay server.
-
Dan Fandrich authored
-
- Mar 31, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Mar 30, 2010
-
-
Guenter Knauf authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Mar 29, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
using int is not fine on 64bit systems
-
Ben Greear authored
strlen() returns size_t, but ssh libraries are wanting 'unsigned int'. Add explicit casts and use _ex versions of the ssh library calls. Signed-off-by: Ben Greear <greearb@candelatech.com>
-
Ben Greear authored
Use ssize_t instead of int for the Curl_smtp_escape_eob nread argument. Signed-off-by: Ben Greear <greearb@candelatech.com>
-
- Mar 28, 2010
-
-
Daniel Stenberg authored
-