Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | Modified test case 557 to additionally verify libcurl's internal curl_m*printf() | Yang Tse | |
functions formatting functionality when handling signed and unsigned shorts. | |||
2010-02-03 | Fix portability issue related with unaligned memory access | Yang Tse | |
2010-02-02 | avoid possibility of using obsoleted stuff | Yang Tse | |
2010-02-02 | remove setup.h inclusion which is already done from test.h inclusion | Yang Tse | |
2010-02-02 | include headers | Yang Tse | |
2010-02-01 | Conroy added a check to the coded message size since the docs stipulate | Yang Tse | |
that each call will contain a full protocol packet. | |||
2010-01-28 | portability fix | Yang Tse | |
2010-01-28 | Chris Conroy provided first RTSP tests | Yang Tse | |
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse | |
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400. | |||
2009-10-31 | - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if the | Daniel Stenberg | |
download was 0 bytes, as libcurl would then return the size as unknown (-1) and not 0. I wrote a fix and test case 566 to verify it. | |||
2009-10-30 | Added test case 566 in an attempt to repeat bug 2884561 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=2884561) but it seems to work for me... | |||
2009-10-30 | - "Tom" posted a bug report that mentioned how libcurl did wrong when doing a | Daniel Stenberg | |
POST using a read callback, with Digest authentication and "Transfer-Encoding: chunked" enforced. I would then cause the first request to be wrongly sent and then basically hang until the server closed the connection. I fixed the problem and added test case 565 to verify it. | |||
2009-10-10 | Fix compiler warning: loop without body | Yang Tse | |
2009-08-27 | disable the tests that differ between 32 and 64 bit | Daniel Stenberg | |
2009-08-12 | Added a range of new fun date strings to try. This set of dates come from a | Daniel Stenberg | |
mail posted to the http-state mailing list, from Adam Barth, and is said to be the set of date formats the Chrome browser code is tested against: http://www.ietf.org/mail-archive/web/http-state/current/msg00129.html libcurl parses most of them identically, but not all of them. | |||
2009-07-22 | don't set READDATA since it isn't used and only confuses readers | Daniel Stenberg | |
2009-07-14 | ENH: add optional support for c-ares | Bill Hoffman | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-10 | TrackMemory is another feature not supported by curl-config | Yang Tse | |
2009-06-09 | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman | |
2009-06-06 | Revert delegating c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script. | |||
2009-06-04 | c-ares embbeded builds header include paths fully defined in makefiles | Yang Tse | |
2009-05-30 | Delegate c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. | |||
2009-05-15 | fix compiler warning: unused variable | 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-08 | Fixes for non-ASCII platforms by David McCreedy | Yang Tse | |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch | 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-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse | |
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-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 | Fixed compile defines in CMake scripts | Benoit Neil | |
2009-04-07 | and include the .inc files in the release tarballs... | Daniel Stenberg | |
2009-04-07 | Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake ↵ | Benoit Neil | |
scripts), and fixed a missing define under windows in a test source file. | |||
2009-04-06 | Added tests (exes) targets, refactor a few things. | Benoit Neil | |
PS: Once again, sorry if the added files have executable perms on Linux. | |||
2009-01-21 | Call setlocale() for libtest tests to test the effects of locale-induced | Dan Fandrich | |
libc changes on libcurl. | |||
2008-11-12 | Fixed an OOM problem with test 560 | Dan Fandrich | |
2008-11-11 | Added test case 560: | Daniel Stenberg | |
This test was added after the HTTPS-using-multi-interface with OpenSSL regression of 7.19.1 to hopefully prevent this embarassing mistake from appearing again... Unfortunately the bug wasn't triggered by this test, which presumably is because the connect to a local server is too fast/different compared to the real/distant servers we saw the bug happen with. | |||
2008-11-07 | terminate with appropriate exit code | Yang Tse | |
2008-10-31 | fix OOM handling | Yang Tse | |
2008-10-30 | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse | |
Use a wrapper function to call system's getaddrinfo(). | |||
2008-10-28 | fix test # 558 and 559 CFLAGS | Yang Tse | |
2008-10-27 | test #558 tests internal hash create/destroy | Yang Tse | |
test #559 tests internal hash create/add/destroy | |||
2008-10-27 | Skip test #558 when libcurl is built with hidden symbols | Yang Tse | |
2008-10-27 | For tracing purposes log a fake call to getaddrinfo | Yang Tse | |
when allocating/building the fake Curl_addrinfo. | |||
2008-10-27 | avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfo | Yang Tse | |
2008-10-26 | convert test #558 into something more interesting, attempting | Yang Tse | |
now to minimally exercise some internal hash routines. | |||
2008-10-26 | test #558 verifies loop operation using malloc() and free() | Yang Tse | |