- 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
-
- Mar 24, 2010
-
-
Daniel Stenberg authored
It should at least help visualize which autobuilds that are using this script.
-
Daniel Stenberg authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
Make sure <sys/socket.h> is included if around when testing/using socklen_t. Also, disable LDAP if LDAP_H is not found on the system.
-
Bob Richmond authored
Bob Richmond: There's an annoying situation where libcurl will read new HTTP response data from a socket, then check if it's a timeout if one is set. If the last packet received constitutes the end of the response body, libcurl still treats it as a timeout condition and reports a message like: "Operation timed out after 3000 milliseconds with 876 out of 876 bytes received" It should only a timeout if the timer lapsed and we DIDN'T receive the end of the response body yet.
-
Daniel Stenberg authored
-
Bill Hoffman authored
This commit fixes the cmake build of curl, and cleans up the cmake code a little. It removes some commented out code and some trailing whitespace. To get curl to build the binary tree include/curl directory needed to be added to the include path. Also, SIZEOF_SHORT needed to be added. A check for the lack of defines of SIZEOF_* for warnless.c was added.
-
Chris Conroy authored
-
Daniel Stenberg authored
Christopher Conroy fixed a problem with RTSP and GET_PARAMETER reported to us by Massimo Callegari. There's a new test case 572 that verifies this now.
-
Daniel Stenberg authored
-
Chris Conroy authored
Test coverage included. Thanks to Massimo Callegari for the bug report
-
Daniel Stenberg authored
-
Daniel Stenberg authored
In order to get back on track, I've removed all the plans for stuff I had in the queue. I will instead focus on fixing bugs and relying on that people who truly want things added will come back on the mailing list and nag and provide patches. 7.20.1 should be possible to release in April 2010
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
c-ares is now hosted entirely separate from the curl project see http://c-ares.haxx.se/ for all details concerning c-ares, its source repository and more.
-
- Mar 23, 2010
-
-
Daniel Stenberg authored
Kenny To filed the bug report #2963679 with patch to fix a problem he experienced with doing multi interface HTTP POST over a proxy using PROXYTUNNEL. He found a case where it would connect fine but bits.tcpconnect was not set correct so libcurl didn't work properly. (http://curl.haxx.se/bug/view.cgi?id=2963679)
-