summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* lib582: do not verify host for SFTPNikos Mavrogiannopoulos2017-12-011-0/+1
* test1554: verify connection cache sharingDaniel Stenberg2017-11-092-1/+85
* tests: Fixed torture tests on tests 556 and 650Dan Fandrich2017-11-012-20/+41
* CURLOPT_MAXREDIRS: allow -1 as a valueDaniel Stenberg2017-11-011-1/+4
* libtest: Add required test libraries for lib1552 and lib1553Paul Howarth2017-10-241-0/+2
* test653: check reuse of easy handle after mime data changePatrick Monnerat2017-10-202-1/+67
* test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat2017-10-192-1/+132
* test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg2017-10-132-1/+98
* mime: keep "text/plain" content type if user-specified.Patrick Monnerat2017-10-122-11/+13
* test643: verify curl_mime_subparts() rejects cyclic additions.Patrick Monnerat2017-10-081-0/+27
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-072-1/+113
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-062-1/+97
* tests: adjust .gitignore for new testsMichael Kaufmann2017-09-241-0/+3
* tests: fix a compiler warning in test 643Michael Kaufmann2017-09-231-4/+4
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-221-6/+6
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-153-0/+595
* code style: use space after semicolonDaniel Stenberg2017-09-121-5/+5
* code style: use spaces around plusesDaniel Stenberg2017-09-1130-66/+71
* code style: use spaces around equals signsDaniel Stenberg2017-09-1140-147/+148
* form API: add new test 650.Patrick Monnerat2017-09-072-1/+193
* mime: fix signed/unsigned conversions.Patrick Monnerat2017-09-031-8/+8
* mime: tests and examples.Patrick Monnerat2017-09-023-1/+343
* mime: new MIME API.Patrick Monnerat2017-09-021-0/+4
* tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich2017-08-262-0/+3
* tests: Make sure libtests call curl_global_cleanup()Dan Fandrich2017-08-196-18/+28
* lib557: no longer use CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-11/+11
* libtest: fix MSVC warning C4706Marcel Raad2017-07-163-9/+12
* strerror: Preserve Windows error code in some functionsJay Satiro2017-07-115-23/+9
* tests: Fix up issues with errno in test filesMax Dymond2017-07-107-25/+25
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-032-1/+49
* test1521: fix out-of-tree builds, broken with 467da3afDan Fandrich2017-06-301-1/+1
* libtest/make: generate lib1521.cDaniel Stenberg2017-06-273-2502/+17
* test1537: fixed memory leak on OOMDan Fandrich2017-06-251-2/+13
* test1521: fix compiler warningsMarcel Raad2017-06-252-11/+17
* libtest/Makefile: remove unused lib1541 variablesDaniel Stenberg2017-06-231-4/+0
* lib1521: fix missing-variable-declarations clang warningsMarcel Raad2017-06-212-28/+28
* test1521: test getinfo's OFF_T types tooDaniel Stenberg2017-06-192-0/+23
* lib1521: add curl_easy_getinfo calls to the test setDaniel Stenberg2017-06-192-749/+2453
* PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg2017-06-192-0/+47
* libtest/libntlmconnect: fix compiler warnings from f94fcdbDaniel Stenberg2017-06-161-2/+2
* tests: stabilize test 2032 and 2033Daniel Stenberg2017-06-161-56/+4
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-144-143/+4
* mk-lib1521.pl: updated to match the test changes in 916ec30aDan Fandrich2017-06-131-15/+22
* test1521: fixed OOM handlingDan Fandrich2017-06-111-752/+759
* lib1521: fix compiler warnings on the use of bad 'long' valuesbagder/lib1521-long-warningsDaniel Stenberg2017-06-092-7/+7
* lib1521: fix compiler warningsDaniel Stenberg2017-06-062-54/+86
* test1521: make the code < 80 columns wideDaniel Stenberg2017-06-052-21/+41
* test1121: use stricter types to work with typcheck-gccDaniel Stenberg2017-06-052-36/+116
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-053-1/+928
* libtest: fix int-in-bool-context warningsMarcel Raad2017-06-032-2/+2