Age | Commit message (Expand) | Author |
2008-11-11 | Added test case 560: | Daniel Stenberg |
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-26 | test #558 verifies loop operation using malloc() and free() | Yang Tse |
2008-08-18 | Added test case 557 to verify libcurl's internal curl_m*printf() functions | Yang Tse |
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-07 | - Scott Barrett provided a test case for a segfault in the FTP code and the | Daniel Stenberg |
2008-05-13 | Added test case 556 that uses curl_easy_send() and curl_easy_recv() | Daniel Stenberg |
2008-04-25 | tests/libtest/delay.pl no longer used. The 'delay' attribute of the | Yang Tse |
2008-04-18 | test 1001 needs a small delay between client part execution and test | Yang Tse |
2008-04-16 | Added test case 555, a variation of 547 but using multi interface instead of | Daniel Stenberg |
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg |
2008-02-20 | - We no longer support setting the CURLOPT_URL option from inside a callback | Daniel Stenberg |
2008-02-08 | Added tests 1022 and 1023 to validate output of curl-config --version and | Dan Fandrich |
2008-01-21 | undo using internal *printf() clones for test #530 | Yang Tse |
2008-01-20 | use internal *printf() clones since snprintf() not available on all platforms | Yang Tse |
2008-01-16 | Added test 553. This test case and code is based on the bug recipe Joe Malicki | Daniel Stenberg |
2007-12-26 | In an attempt to repeat the problem in bug report #1850730 | Daniel Stenberg |
2007-12-08 | add test 549 and 550 | Daniel Stenberg |
2007-12-05 | added test548 which uses the lib547 source file, preparing for test547 which | Daniel Stenberg |
2007-11-01 | Added test case 1013 to check that curl-config --protocols matches the | Dan Fandrich |
2007-10-25 | Allow test server to handle binary POSTs. | Patrick Monnerat |
2007-09-30 | Alex Fishman reported a curl_easy_escape() problem that was made the | Daniel Stenberg |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg |
2007-09-11 | Daniel S (12 September 2007) | Daniel Stenberg |
2007-08-13 | Removed redundant dependency lines | Dan Fandrich |
2007-07-14 | Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by Shmulik | Daniel Stenberg |
2007-05-14 | Added SFTP directory listing test case 613. | Dan Fandrich |
2007-04-30 | Improved the test harness to allow running test servers on other than | Dan Fandrich |
2007-04-03 | try not to link with unneeded libs, avoiding global LDADD | Yang Tse |
2007-02-09 | Include both testutil.c and testutil.h, and not just testutil.c, in the | Yang Tse |
2007-02-09 | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse |
2007-01-29 | the same source file is re-used for multiple tests and I missed to add the | Daniel Stenberg |
2007-01-29 | the libtest source codes that use curlx_tv* functions MUST use the | Daniel Stenberg |
2007-01-18 | Added precheck that curl supports the 'openssl' engine in test 307. | Dan Fandrich |
2006-11-02 | update and split test cases 518 and 537 into its own source code file | Yang Tse |
2006-11-01 | test 518 is all about testing libcurl functionality | Yang Tse |
2006-10-21 | rely on the global LDADD instead of having specific ones for every program | Daniel Stenberg |
2006-10-21 | Nir Soffer made the tests/libtest/Makefile.am use a proper variable for all | Daniel Stenberg |
2006-10-09 | Added test case 536 in an attempt to add Bogdan Nicula's problematic case | Daniel Stenberg |
2006-10-06 | Bogdan Nicula's hanging test case was converted to test case 533 and the test | Daniel Stenberg |
2006-10-04 | Dmitriy Sergeyev provided an example source code that crashed CVS libcurl | Daniel Stenberg |
2006-09-28 | Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl | Daniel Stenberg |
2006-09-08 | test 530 is the first ever HTTP pipelining test for libcurl | Daniel Stenberg |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-08-07 | Allow again proper compilation outside of the source tree | Yang Tse |
2006-06-08 | lib525.c does a FTP upload with PORT using multi interface | Daniel Stenberg |
2006-03-03 | Prevent uploading to a URL that has no file name part. | Daniel Stenberg |
2005-04-18 | Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still | Daniel Stenberg |