summaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.am
AgeCommit message (Expand)Author
2008-02-20- We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg
2008-02-08Added tests 1022 and 1023 to validate output of curl-config --version andDan Fandrich
2008-01-21undo using internal *printf() clones for test #530Yang Tse
2008-01-20use internal *printf() clones since snprintf() not available on all platformsYang Tse
2008-01-16Added test 553. This test case and code is based on the bug recipe Joe MalickiDaniel Stenberg
2007-12-26In an attempt to repeat the problem in bug report #1850730Daniel Stenberg
2007-12-08add test 549 and 550Daniel Stenberg
2007-12-05added test548 which uses the lib547 source file, preparing for test547 whichDaniel Stenberg
2007-11-01Added test case 1013 to check that curl-config --protocols matches theDan Fandrich
2007-10-25Allow test server to handle binary POSTs.Patrick Monnerat
2007-09-30Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg
2007-09-26Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg
2007-09-11Daniel S (12 September 2007)Daniel Stenberg
2007-08-13Removed redundant dependency linesDan Fandrich
2007-07-14Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by ShmulikDaniel Stenberg
2007-05-14Added SFTP directory listing test case 613.Dan Fandrich
2007-04-30Improved the test harness to allow running test servers on other thanDan Fandrich
2007-04-03try not to link with unneeded libs, avoiding global LDADDYang Tse
2007-02-09Include both testutil.c and testutil.h, and not just testutil.c, in theYang Tse
2007-02-09Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse
2007-01-29the same source file is re-used for multiple tests and I missed to add theDaniel Stenberg
2007-01-29the libtest source codes that use curlx_tv* functions MUST use theDaniel Stenberg
2007-01-18Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich
2006-11-02update and split test cases 518 and 537 into its own source code fileYang Tse
2006-11-01test 518 is all about testing libcurl functionalityYang Tse
2006-10-21rely on the global LDADD instead of having specific ones for every programDaniel Stenberg
2006-10-21Nir Soffer made the tests/libtest/Makefile.am use a proper variable for allDaniel Stenberg
2006-10-09Added test case 536 in an attempt to add Bogdan Nicula's problematic caseDaniel Stenberg
2006-10-06Bogdan Nicula's hanging test case was converted to test case 533 and the testDaniel Stenberg
2006-10-04Dmitriy Sergeyev provided an example source code that crashed CVS libcurlDaniel Stenberg
2006-09-28Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurlDaniel Stenberg
2006-09-08test 530 is the first ever HTTP pipelining test for libcurlDaniel Stenberg
2006-09-07Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg
2006-08-07Allow again proper compilation outside of the source treeYang Tse
2006-06-08lib525.c does a FTP upload with PORT using multi interfaceDaniel Stenberg
2006-03-03Prevent uploading to a URL that has no file name part.Daniel Stenberg
2005-04-18Olivier reported that even though he used CURLOPT_PORT, libcurl clearly stillDaniel Stenberg
2005-03-08Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel Stenberg
2004-12-14Harshal Pradhan fixed changing username/password on a persitent HTTPDaniel Stenberg
2004-11-19David Phillips' FD_SETSIZE fixDaniel Stenberg
2004-11-15added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg
2004-11-11Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg
2004-06-30NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg
2004-06-21added test case 513Daniel Stenberg
2004-04-29new test case for a simple curl_easy_duphandle() testDaniel Stenberg
2004-04-14Added test case 511 in an attempt to repeat bug report #934666 "storage leakDaniel Stenberg
2004-01-30added lib510.c for callback POST using chunked encodingDaniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13fix the include path to point to the libcurl's source dir too for the setup.hDaniel Stenberg
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg