summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* multi_done: prune DNS cacheDaniel Stenberg2017-12-101-47/+53
* curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg2017-12-089-9/+0
* conncache: fix several lock issuesDaniel Stenberg2017-12-051-1/+9
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-052-1/+48
* 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-092-1/+78
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-059-7/+314
* 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
* 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
* 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-202-1/+94
* test308: disable if MultiSSL feature enabledPatrick Monnerat2017-10-191-0/+1
* test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat2017-10-192-0/+359
* mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat2017-10-191-2/+2
* test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg2017-10-132-1/+74
* mime: keep "text/plain" content type if user-specified.Patrick Monnerat2017-10-123-7/+10
* 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
* 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
* 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-072-1/+53
* 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-062-1/+53
* 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
* cookie: fix memory leak if path was set twice in headerDaniel Stenberg2017-09-302-1/+55
* test650: Use variable replacement to set the host address and portDan Fandrich2017-09-301-1/+1
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-301-2/+2
* test1160: verifies cookie leak for large cookiesDaniel Stenberg2017-09-292-0/+50
* http: add custom empty headers to repeated requestsMichael Kaufmann2017-09-281-1/+9
* imap: quote atoms properly when escaping charactersDaniel Stenberg2017-09-221-2/+2
* tests: make the imap server not verify user+passwordDaniel Stenberg2017-09-222-2/+5
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-222-3/+3