Age | Commit message (Expand) | Author |
2009-05-30 | Delegate c-ares linking magic on libtool and auto-makefiles when using | Yang Tse |
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 |
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 |
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 32-bit... | Yang Tse |
2009-04-13 | fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit... | Yang Tse |
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 sc... | Benoit Neil |
2009-04-06 | Added tests (exes) targets, refactor a few things. | Benoit Neil |
2009-01-21 | Call setlocale() for libtest tests to test the effects of locale-induced | Dan Fandrich |
2008-11-12 | Fixed an OOM problem with test 560 | Dan Fandrich |
2008-11-11 | Added test case 560: | Daniel Stenberg |
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 |
2008-10-28 | fix test # 558 and 559 CFLAGS | Yang Tse |
2008-10-27 | test #558 tests internal hash create/destroy | Yang Tse |
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 |
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 |
2008-10-26 | test #558 verifies loop operation using malloc() and free() | Yang Tse |
2008-10-01 | Fixed some compiler warnings with gcc | Dan Fandrich |
2008-09-22 | Fixed test 539 to handle an out of memory condition that shows up now | Dan Fandrich |
2008-09-21 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-20 | include "memdebug.h" | Yang Tse |
2008-09-18 | fix compiler warning: external definition with no prior declaration | Yang Tse |
2008-09-18 | fix compiler warning: external definition with no prior declaration | Yang Tse |
2008-09-18 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-15 | Changed the test data file so it passes an XML syntax check | Dan Fandrich |
2008-09-05 | Stefan Krause's mail to curl-library at 03 Sep 2008 made me add these two | Daniel Stenberg |
2008-08-24 | Fix wrong signed int formatting string directive in test case #557. | Yang Tse |
2008-08-21 | Test case 557 now also verifies signed and unsigned int formatting. | Yang Tse |
2008-08-20 | Simplify condition check | Yang Tse |
2008-08-18 | Update test case 557 | Yang Tse |
2008-08-18 | Added test case 557 to verify libcurl's internal curl_m*printf() functions | Yang Tse |
2008-08-12 | Handle short reads | Dan Fandrich |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-07-15 | add comment for include paths | Yang Tse |
2008-07-11 | Fixed test 553 to pass the torture test. | Dan Fandrich |
2008-07-10 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse |
2008-07-08 | Fixed test 554 to pass the torture test. | Dan Fandrich |
2008-07-07 | - Scott Barrett provided a test case for a segfault in the FTP code and the | Daniel Stenberg |
2008-06-06 | - Added CURLINFO_PRIMARY_IP as a new information retrievable with | Daniel Stenberg |