summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix HTTP2-Settings header for huge window sizeJay Satiro2016-11-172-2/+2
* glob: fix [a-c] globbing regressionDaniel Stenberg2016-11-152-0/+60
* curl: add --fail-earlyDaniel Stenberg2016-11-142-1/+39
* tests: fixed variable might be clobbered warningDan Fandrich2016-11-121-6/+4
* test558: adapt to 0649433daDaniel Stenberg2016-11-111-2/+2
* s/cURL/curlDaniel Stenberg2016-11-077-12/+12
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-054-3/+186
* dist: add CMakeLists.txt to the tarballJakub Zakrzewski2016-11-041-1/+1
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-315-9/+93
* libauthretry: use the external function curl_strequalDan Fandrich2016-10-311-4/+3
* unit1301: keep testing curl_strequalDaniel Stenberg2016-10-311-7/+7
* strcase: s/strequal/strcasecompareDaniel Stenberg2016-10-311-2/+2
* test165: adapted to the libidn2 use and IDNA2008 fixDaniel Stenberg2016-10-311-2/+8
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-315-20/+20
* parsedate: handle cut off numbers betterDaniel Stenberg2016-10-312-1/+13
* test1246: verify URL parsing with host name ending with '#'Daniel Stenberg2016-10-312-1/+65
* testcurl.1: fix the URL to the autobuild summaryDaniel Stenberg2016-10-221-1/+1
* testcurl.1: update URLsDaniel Stenberg2016-10-221-4/+4
* test14xx: fixed --libcurl output tests again after 8e8afa82cbbDaniel Stenberg2016-10-189-0/+9
* test557: verify printf() with 128 and 129 argumentsDaniel Stenberg2016-10-081-0/+104
* tests: Fix a small typo in the tests README (#1060)Daniel Gustafsson2016-10-081-1/+1
* cookies: same domain handling changed to match browser behaviorSergei Kuzmin2016-10-031-22/+32
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-224-0/+279
* docs: Remove that --proto is just used for initial retrievalJay Satiro2016-09-212-1/+64
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-204-2/+135
* test2048: fix urlJay Satiro2016-09-181-1/+1
* test1605: verify negative input lengths to (un)escape functionsDaniel Stenberg2016-09-144-2/+78
* http: refuse to pass on response body with NO_NODY was setDaniel Stenberg2016-09-111-0/+7
* CMake: Don't build unit tests if private symbols are hiddenJakub Zakrzewski2016-09-101-3/+11
* CMake: Try to (un-)hide private library symbolsJakub Zakrzewski2016-09-101-0/+4
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-2/+2
* libtest/test.h: fix typo (#988)Mark Hamilton2016-09-031-1/+1
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-3/+2
* test161: add comment for the exit codeDaniel Stenberg2016-08-261-0/+1
* test219: Add http as a required featureDan Fandrich2016-08-261-0/+3
* test1144: verify HEAD with body-only responseDaniel Stenberg2016-08-182-1/+63
* proxy: fix tests as follow-up to 93b0d907d5Daniel Stenberg2016-08-164-0/+5
* Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg2016-08-16100-0/+162
* tests/README: mention nghttpx for HTTP/2 testsDaniel Stenberg2016-08-151-0/+1
* test219: verify unsupported scheme for proxies get rejectedDaniel Stenberg2016-08-152-1/+35
* tests: Fix for http/2 featureJay Satiro2016-07-242-4/+4
* test558: fix test by stripping file paths from FD linesDan Fandrich2016-07-211-1/+1
* tests: distribute the http2-server.pl script, tooKamil Dudka2016-07-211-1/+1
* test558: updated after ipv6-check moveDaniel Stenberg2016-07-201-0/+3
* test1244: test different proxy ports same URLDaniel Stenberg2016-06-292-0/+61
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-224-4/+4
* cmake: now using BUILD_TESTING=ON/OFFSergei Nikulov2016-06-212-0/+47
* tests: fix the HTTP/2 testsDaniel Stenberg2016-06-196-14/+16
* tests: Added HTTP proxy keywords to tests 1141 & 1142Dan Fandrich2016-06-152-0/+2
* tests: two more HTTP/2 testsDaniel Stenberg2016-06-063-1/+162