summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* brotli: data at the end of content can be lostMikalai Ananenka2017-12-271-1/+1
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-201-1/+1
* content_encoding: rework zlib_inflatePatrick Monnerat2017-12-201-1/+1
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-051-1/+1
* wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg2017-11-271-1/+1
* test: add test for bad UNC/SMB path in file: URLMatthew Kerwin2017-11-241-1/+1
* test: add tests to ensure basic file: URLsMatthew Kerwin2017-11-241-1/+3
* test1264: verify URL with space in host name being rejectedMichael Kaufmann2017-11-221-1/+1
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-171-1/+1
* URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann2017-11-141-1/+1
* test1554: verify connection cache sharingDaniel Stenberg2017-11-091-1/+1
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-1/+1
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-051-1/+1
* curl: speed up handling of many URLsDaniel Stenberg2017-11-041-1/+1
* curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg2017-11-041-1/+1
* auth: Added test cases for RFC7616Florin2017-10-281-1/+2
* curl_fnmatch: return error on illegal wildcard patternDaniel Stenberg2017-10-261-1/+1
* test653: check reuse of easy handle after mime data changePatrick Monnerat2017-10-201-1/+1
* test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat2017-10-191-0/+1
* test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg2017-10-131-1/+1
* test950; verify SMTP with custom requestDaniel Stenberg2017-10-101-1/+1
* FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg2017-10-101-1/+1
* RTSP: avoid integer overflow on funny RTSP responseDaniel Stenberg2017-10-091-1/+1
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-071-1/+1
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-061-1/+1
* test1153: verify quoted double-qoutes in PWD responseDaniel Stenberg2017-10-021-1/+1
* FTP: zero terminate the entry path even on bad inputDaniel Stenberg2017-10-021-0/+1
* cookie: fix memory leak if path was set twice in headerDaniel Stenberg2017-09-301-1/+1
* test1160: verifies cookie leak for large cookiesDaniel Stenberg2017-09-291-0/+1
* cookies: reject oversized cookiesDaniel Stenberg2017-09-181-1/+1
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-151-1/+2
* test1150: verify same host fetch using different ports over proxyDaniel Stenberg2017-09-151-1/+2
* form API: add new test 650.Patrick Monnerat2017-09-071-1/+1
* mime: implement encoders.Patrick Monnerat2017-09-051-1/+1
* http-proxy: treat all 2xx as CONNECT successDaniel Stenberg2017-09-051-1/+1
* mime: tests and examples.Patrick Monnerat2017-09-021-1/+2
* imap: support PREAUTHDaniel Stenberg2017-08-231-1/+1
* tftp: fix memory leak on too long filenameEven Rouault2017-08-191-1/+1
* ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg2017-08-171-1/+1
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-1/+1
* test1449: FTP download range with an too large sizeDaniel Stenberg2017-08-141-1/+1
* test1448: verify redirect to IDN using URLDaniel Stenberg2017-08-131-1/+1
* test1447: verifies the parse proxy fix in 6e0e152ce5cDaniel Stenberg2017-08-111-1/+1
* test1427: verify command line parser integer overflow detectionDaniel Stenberg2017-08-071-1/+1
* glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg2017-08-071-1/+1
* test1323: verify curlx_tvdiffDaniel Stenberg2017-07-281-1/+1
* test1452: add telnet negotiationMax Dymond2017-07-071-1/+1
* test1451: add SMB support to the testbedMax Dymond2017-07-041-1/+1
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-031-1/+1
* test1450: add simple testing for DICTMax Dymond2017-06-301-1/+1