- 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
-
Ben Greear authored
If you pass a URL to pop3 that does not contain a message ID as part of the URL, it will currently ask for 'INBOX' which just causes the pop3 server to return an error. The change makes libcurl treat en empty message ID as a request for LIST (list of pop3 message IDs). User's code could then parse this and download individual messages as desired.
-
Ben Greear authored
My first instinct was to run the test script within the checked out repository. This small change to the script allows that to work as expected. Signed-off-by: Ben Greear <greearb@candelatech.com>
-
- Mar 27, 2010
-
-
Daniel Stenberg authored
-
Ben Greear authored
Ben Greear brought a patch that from now on allows all protocols to specify name and user within the URL, in the same manner HTTP and FTP have been allowed to in the past - although far from all of the libcurl supported protocols actually have that feature in their URL definition spec.
-
Daniel Stenberg authored
all used while running tests
-
Daniel Stenberg authored
-
- Mar 26, 2010
-
-
Daniel Stenberg authored
-
Ben Greear authored
This gives a smoother rate limitation performance by using sub-second pauses and also taking the buffer sizes into account.
-
- Mar 25, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
TFTP is not a protocol that uses close actions so it should not be set in that bitmask!
-
Tor Arntsen authored
The backtick command which extracts 'git log' lines come with a newline, so chomp the newline before calling logit(), as the logit function adds a newline by itself.
-
Tor Arntsen authored
'git log --oneline' is a relatively recent Git function. It is documented to be the same as 'git log --pretty=oneline --abbrev-commit', so use that instead. It works all the way back to Git 1.5.0.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
since c-ares no longer embedded, we must not touch such files anymore we show the 5 last git commits if git was proven in use, to help us see exactly what's being tested
-
Daniel Stenberg authored
That's the symbol we have or generate in include/curl/curlbuild.h
-
Daniel Stenberg authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-