summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-0/+1
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-1/+1
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-151-1/+1
* FTP: reject path components with control codesDaniel Stenberg2018-03-121-0/+3
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-111-1/+2
* NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg2018-03-041-1/+1
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-1/+1
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-201-1/+1
* test1556: verify >16KB headers to the header callbackDaniel Stenberg2018-02-161-1/+1
* test1154: verify that long HTTP headers get rejectedDaniel Stenberg2018-02-161-1/+1
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-1/+1
* tests: new tests for http raw modePatrick Monnerat2018-02-131-2/+2
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-121-1/+1
* test1454: --connect-to with IPv6 address w/o IPv6 support!Daniel Stenberg2018-01-231-1/+1
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-221-1/+1
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-141-1/+1
* test395: HTTP with overflow Content-Length valueDaniel Stenberg2018-01-131-1/+1
* test394: verify abort of rubbish in Content-Length: valueDaniel Stenberg2018-01-131-1/+1
* test393: verify --max-filesize with excessive Content-LengthDaniel Stenberg2018-01-131-1/+2
* 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