aboutsummaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Expand)Author
2018-01-26lib555: drop text conversion and encode data as ascii codesPatrick Monnerat
2018-01-25parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg
2018-01-23test1454: --connect-to with IPv6 address w/o IPv6 support!Daniel Stenberg
2018-01-22http: prevent custom Authorization headers in redirectsDaniel Stenberg
2018-01-18test558: fix for multissl buildsDaniel Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2018-01-13test395: HTTP with overflow Content-Length valueDaniel Stenberg
2018-01-13test394: verify abort of rubbish in Content-Length: valueDaniel Stenberg
2018-01-13test393: verify --max-filesize with excessive Content-LengthDaniel Stenberg
2018-01-13HTTP: bail out on negative Content-Length: valuesDaniel Stenberg
2017-12-27brotli: data at the end of content can be lostMikalai Ananenka
2017-12-20curl_easy_reset: release mime-related data.Patrick Monnerat
2017-12-20content_encoding: rework zlib_inflatePatrick Monnerat
2017-12-11Revert "curl: don't set CURLOPT_INTERLEAVEDATA"Daniel Stenberg
2017-12-10tests: mark data files as non-executable in gitMichael Kaufmann
2017-12-10multi_done: prune DNS cacheDaniel Stenberg
2017-12-08curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg
2017-12-05conncache: fix several lock issuesDaniel Stenberg
2017-12-05sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg
2017-12-01libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos
2017-12-01libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos
2017-11-27wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg
2017-11-24test: add test for bad UNC/SMB path in file: URLMatthew Kerwin
2017-11-24test: add tests to ensure basic file: URLsMatthew Kerwin
2017-11-22test1264: verify URL with space in host name being rejectedMichael Kaufmann
2017-11-22url: reject ASCII control characters and space in host namesDaniel Stenberg
2017-11-17resolve: allow IP address within [] bracketsDaniel Stenberg
2017-11-14URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann
2017-11-09test1554: verify connection cache sharingDaniel Stenberg
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-11-05HTTP: support multiple Content-EncodingsPatrick Monnerat
2017-11-04curl: speed up handling of many URLsDaniel Stenberg
2017-11-04curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg
2017-10-29cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat
2017-10-28auth: Added test cases for RFC7616Florin
2017-10-26curl_fnmatch: return error on illegal wildcard patternDaniel Stenberg
2017-10-20ftp: reject illegal IP/port in PASV 227 responseDaniel Stenberg
2017-10-20test653: check reuse of easy handle after mime data changePatrick Monnerat
2017-10-19test308: disable if MultiSSL feature enabledPatrick Monnerat
2017-10-19test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat
2017-10-19mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat
2017-10-13test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg
2017-10-12mime: keep "text/plain" content type if user-specified.Patrick Monnerat
2017-10-12cli tool: reimplement stdin buffering in -F option.Patrick Monnerat
2017-10-10test950; verify SMTP with custom requestDaniel Stenberg
2017-10-10FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg
2017-10-09test298: verify --ftp-method nowcwd with URL encoded pathDaniel Stenberg
2017-10-09curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev
2017-10-09RTSP: avoid integer overflow on funny RTSP responseDaniel Stenberg
2017-10-08Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg