aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
AgeCommit message (Expand)Author
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
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-05sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg
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-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-28auth: Added test cases for RFC7616Florin
2017-10-26curl_fnmatch: return error on illegal wildcard patternDaniel Stenberg
2017-10-20test653: check reuse of easy handle after mime data changePatrick Monnerat
2017-10-19test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat
2017-10-13test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg
2017-10-10test950; verify SMTP with custom requestDaniel Stenberg
2017-10-10FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg
2017-10-09RTSP: avoid integer overflow on funny RTSP responseDaniel Stenberg
2017-10-07pingpong: return error when trying to send without connectionDaniel Stenberg
2017-10-06multi_cleanup: call DONE on handles that never got thatDaniel Stenberg
2017-10-02test1153: verify quoted double-qoutes in PWD responseDaniel Stenberg
2017-10-02FTP: zero terminate the entry path even on bad inputDaniel Stenberg
2017-09-30cookie: fix memory leak if path was set twice in headerDaniel Stenberg
2017-09-29test1160: verifies cookie leak for large cookiesDaniel Stenberg
2017-09-18cookies: reject oversized cookiesDaniel Stenberg
2017-09-15tests: add initial gssapi test using stub implementationIsaac Boukris
2017-09-15test1150: verify same host fetch using different ports over proxyDaniel Stenberg
2017-09-07form API: add new test 650.Patrick Monnerat
2017-09-05mime: implement encoders.Patrick Monnerat
2017-09-05http-proxy: treat all 2xx as CONNECT successDaniel Stenberg
2017-09-02mime: tests and examples.Patrick Monnerat
2017-08-23imap: support PREAUTHDaniel Stenberg
2017-08-19tftp: fix memory leak on too long filenameEven Rouault
2017-08-17ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-14test1449: FTP download range with an too large sizeDaniel Stenberg
2017-08-13test1448: verify redirect to IDN using URLDaniel Stenberg
2017-08-11test1447: verifies the parse proxy fix in 6e0e152ce5cDaniel Stenberg
2017-08-07test1427: verify command line parser integer overflow detectionDaniel Stenberg
2017-08-07glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg
2017-07-28test1323: verify curlx_tvdiffDaniel Stenberg
2017-07-07test1452: add telnet negotiationMax Dymond