summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* gitignore: ignore more generated filesDaniel Stenberg2018-03-241-1/+1
* parsedate: support UT timezoneNikos Tsipinakis2018-03-191-0/+1
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-042-3/+5
* lib655: silence compiler warningViktor Szakats2018-02-231-1/+1
* spelling fixesViktor Szakats2018-02-232-2/+2
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-213-1/+117
* test1556: verify >16KB headers to the header callbackDaniel Stenberg2018-02-162-1/+83
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-152-1/+82
* lib555: drop text conversion and encode data as ascii codesPatrick Monnerat2018-01-261-10/+14
* lib517: make variable static to avoid compiler warningDaniel Stenberg2018-01-261-1/+1
* lib544: sync ascii code data with textual dataPatrick Monnerat2018-01-261-4/+7
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-251-102/+126
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-142-1/+178
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-071-0/+0
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-058-16/+0
* test1554: improve the error handlingMichael Kaufmann2017-12-301-0/+6
* test1554: add global initialization and cleanupMichael Kaufmann2017-12-301-1/+5
* tests: update .gitignore for libtestsMichael Kaufmann2017-12-101-1/+1
* 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