summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* memdebug: trace send, recv and socketDaniel Stenberg2017-10-142-14/+30
* test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg2017-10-134-2/+172
* mime: keep "text/plain" content type if user-specified.Patrick Monnerat2017-10-125-18/+23
* cli tool: reimplement stdin buffering in -F option.Patrick Monnerat2017-10-121-6/+1
* test950; verify SMTP with custom requestDaniel Stenberg2017-10-102-1/+44
* ftpserver: support case insensitive commandsDaniel Stenberg2017-10-101-1/+1
* FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg2017-10-102-1/+55
* test298: verify --ftp-method nowcwd with URL encoded pathDaniel Stenberg2017-10-091-1/+1
* curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev2017-10-091-1/+1
* RTSP: avoid integer overflow on funny RTSP responseDaniel Stenberg2017-10-092-1/+56
* ftpserver: properly reset $ftptargetdir.Patrick Monnerat2017-10-081-1/+1
* test643: verify curl_mime_subparts() rejects cyclic additions.Patrick Monnerat2017-10-081-0/+27
* Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg2017-10-081-0/+2
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-074-2/+166
* tests: added flaky keyword to tests 587 and 644Dan Fandrich2017-10-062-0/+2
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-064-2/+150
* fuzzer: move to using external curl-fuzzerMax Dymond2017-10-0429-1130/+12
* test1153: verify quoted double-qoutes in PWD responseDaniel Stenberg2017-10-022-1/+62
* FTP: zero terminate the entry path even on bad inputDaniel Stenberg2017-10-022-0/+62