summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test395: HTTP with overflow Content-Length valuebagder/http-stricter-content-lengthDaniel Stenberg2018-01-092-1/+56
* test394: verify abort of rubbish in Content-Length: valueDaniel Stenberg2018-01-092-1/+60
* test393: verify --max-filesize with excessive Content-LengthDaniel Stenberg2018-01-092-1/+62
* HTTP: bail out on negative Content-Length: valuesDaniel Stenberg2018-01-091-1/+8
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-076-1/+1
* 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
* brotli: data at the end of content can be lostMikalai Ananenka2017-12-272-1/+199
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-202-1/+69
* content_encoding: rework zlib_inflatePatrick Monnerat2017-12-202-1/+203
* Revert "curl: don't set CURLOPT_INTERLEAVEDATA"Daniel Stenberg2017-12-119-0/+9
* tests: mark data files as non-executable in gitMichael Kaufmann2017-12-105-0/+0
* tests: update .gitignore for libtestsMichael Kaufmann2017-12-101-1/+1
* multi_done: prune DNS cacheDaniel Stenberg2017-12-101-47/+53
* curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg2017-12-089-9/+0
* tests: added netinet/in6.h includes in test serversRandall S. Becker2017-12-063-0/+9
* conncache: fix several lock issuesDaniel Stenberg2017-12-051-1/+9
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-054-6/+61
* lib582: do not verify host for SFTPNikos Mavrogiannopoulos2017-12-011-0/+1
* libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos2017-12-011-1/+1
* libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos2017-12-011-1/+1
* wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg2017-11-272-1/+53
* test: add test for bad UNC/SMB path in file: URLMatthew Kerwin2017-11-242-1/+39
* test: add tests to ensure basic file: URLsMatthew Kerwin2017-11-243-1/+85
* test1264: verify URL with space in host name being rejectedMichael Kaufmann2017-11-222-1/+37
* url: reject ASCII control characters and space in host namesDaniel Stenberg2017-11-222-36/+10
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-172-1/+57
* URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann2017-11-142-1/+38
* test1554: verify connection cache sharingDaniel Stenberg2017-11-094-2/+163
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-0510-7/+328
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-052-1/+201
* curl: speed up handling of many URLsDaniel Stenberg2017-11-042-1/+52
* curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg2017-11-042-1/+49
* 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
* runtests.pl: Fixed typo in messageDan Fandrich2017-10-301-1/+1
* cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat2017-10-291-3/+11
* auth: Added test cases for RFC7616Florin2017-10-2813-1/+1094
* curl_fnmatch: return error on illegal wildcard patternDaniel Stenberg2017-10-262-1/+53
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-254-9/+109
* libtest: Add required test libraries for lib1552 and lib1553Paul Howarth2017-10-241-0/+2
* ftp: reject illegal IP/port in PASV 227 responseDaniel Stenberg2017-10-201-6/+2
* test653: check reuse of easy handle after mime data changePatrick Monnerat2017-10-204-2/+161
* test308: disable if MultiSSL feature enabledPatrick Monnerat2017-10-191-0/+1
* runtests: support MultiSSL client featurePatrick Monnerat2017-10-191-0/+15
* test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat2017-10-194-1/+491
* mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat2017-10-191-2/+2
* runtests: use valgrind for torture as wellDaniel Stenberg2017-10-141-8/+34