Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-13 | log each setsockopt/SO_REUSEADDR failure | Yang Tse | |
2009-05-13 | fix print formatting-string directives | Yang Tse | |
2009-05-12 | temporary debug trace for ftp server satrtup failure on testcase #100 | Yang Tse | |
2009-05-12 | fix LC_ALL and LC_CTYPE when set with conflicting values | Yang Tse | |
2009-05-11 | Adjust test definition for TPF. | Yang Tse | |
2009-05-11 | Fetch curl's 'CharConv' feature information, used by TPF. | Yang Tse | |
2009-05-11 | Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using | Daniel Stenberg | |
the multi interface, which currently doesn't work because of how the data connection is not waiting for connect before it tries to do proxy magic. | |||
2009-05-11 | support --help to do the same as -h | Daniel Stenberg | |
2009-05-11 | - I fixed the problem with doing NTLM, POST and then following a 302 redirect, | Daniel Stenberg | |
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library). The transfer was mistakenly marked to get more data to send but since it didn't actually have that, it just hung there... | |||
2009-05-11 | Fix name of tool shown upon error. | Yang Tse | |
2009-05-10 | Added test 1100 - "HTTP POST with NTLM authorization and following a 302 | Daniel Stenberg | |
redirect" doesn't work, seems to repeat what Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library) have reported. Disabled for now. | |||
2009-05-10 | introduce VCURL for verify calls, so that it can be changed to use a different | Daniel Stenberg | |
binary than the one that gets tested, if need be | |||
2009-05-10 | made the cookie tests 61 and 62 test httponly cookies, both receiving in | Daniel Stenberg | |
headers and reading from cookie-jar | |||
2009-05-08 | Changed host name to be under the haxx.se domain | Yang Tse | |
2009-05-08 | Remove temporary and HP-UX autobuild specific change to debug SSH server ↵ | Yang Tse | |
start-up failures | |||
2009-05-08 | Fixes for non-ASCII platforms by David McCreedy | Yang Tse | |
2009-05-06 | Temporary and HP-UX autobuild specific change to debug SSH server start-up ↵ | Yang Tse | |
failures | |||
2009-05-05 | Revert change committed on Mon May 4 09:30:23 2009 UTC. | Yang Tse | |
The origin of the problem with test case #251 was the --ftp-port not being the CLIENTIP address. | |||
2009-05-05 | Fixed the --ftp-port address to the CLIENTIP address. | Yang Tse | |
2009-05-04 | David McCreedy's patch to fix test suite harness to allow test FTP server ↵ | Yang Tse | |
and client on different machines, providing FTP client address when running the FTP test server. | |||
2009-05-03 | Added and disabled test case 563 which shows KNOWN_BUGS #59. The bug | Dan Fandrich | |
report failed to mention that a proxy must be used to reproduce it. | |||
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch | Yang Tse | |
2009-04-30 | When generated, display libcurl.pc and libcares.pc | Yang Tse | |
2009-04-30 | - I was going to fix issue #59 in KNOWN_BUGS | Daniel Stenberg | |
If the CURLOPT_PORT option is used on an FTP URL like "ftp://example.com/file;type=A" the ";type=A" is stripped off. I added test case 562 to verify, only to find out that I couldn't repeat this bug so I hereby consider it not a bug anymore! | |||
2009-04-29 | Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h ↵ | Yang Tse | |
and ares_build.h | |||
2009-04-29 | Trigger c-ares prebuild stage for fake-config setup's | Yang Tse | |
2009-04-29 | - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219) | Daniel Stenberg | |
I've now made TFTP "connections" not being kept for re-use within libcurl. TFTP is UDP-based so the benefit was really low (if even existing) to begin with so instead of tracking down to fix this problem we instead removed the re-use. I also enabled test case 1099 that I wrote a few days ago to verify that this change fixes the reported problem. | |||
2009-04-29 | When running testcurl.pl display definitions from ares_build.h | Yang Tse | |
2009-04-29 | allow usage of in-tree c-ares when building from outside of the cvs tree | Yang Tse | |
2009-04-27 | Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined | Yang Tse | |
2009-04-27 | Log MAKEFLAGS environment variable along with the others. | Yang Tse | |
2009-04-24 | test 1099: "TFTP get first a non-existing file then an existing" added disabled | Daniel Stenberg | |
as things don't work right here! | |||
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse | |
2009-04-17 | - Pramod Sharma reported and tracked down a bug when doing FTP over a HTTP | Daniel Stenberg | |
proxy. libcurl would then wrongly close the connection after each request. In his case it had the weird side-effect that it killed NTLM auth for the proxy causing an inifinite loop! I added test case 1098 to verify this fix. The test case does however not properly verify that the transfers are done persistently - as I couldn't think of a clever way to achieve it right now - but you need to read the stderr output after a test run to see that it truly did the right thing. | |||
2009-04-17 | re-enable all tests for all icc autobuilds | Yang Tse | |
2009-04-14 | first take at bundling cmake-related files in the tarball | Daniel Stenberg | |
2009-04-14 | fix compiler warning: implicit conversion shortens 64-bit value into a ↵ | Yang Tse | |
32-bit value | |||
2009-04-13 | fix compiler warning: implicit conversion shortens 64-bit value into a ↵ | Yang Tse | |
32-bit value | |||
2009-04-13 | improve stunnel version detection | Yang Tse | |
2009-04-10 | Adjust comment | Yang Tse | |
2009-04-09 | Cleaned up the custom definition I added (replaced by CURL_STATICLIB) | Benoit Neil | |
2009-04-09 | add back most likely acciedently removed function name justtimeout to fix ↵ | Gunter Knauf | |
autobuild breaks. | |||
2009-04-09 | Skip test #558 and #559 also when using a Win32 DLL | Yang Tse | |
2009-04-08 | (Minor update) Added labal prefixes to tests targets | Benoit Neil | |
2009-04-08 | Added special define for tests that directly include libcurl sources. | Benoit Neil | |
2009-04-08 | Avoid warnings when HAVE_ALRM and SIGALRM are not defined. | Gisle Vanem | |
2009-04-08 | #ifdef around variables to squelsh warnings. | Gisle Vanem | |
2009-04-08 | Fixed compile defines in CMake scripts | Benoit Neil | |
2009-04-07 | and include the .inc files in the release tarballs... | Daniel Stenberg | |