summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* file: restore old behavior for file:////foo/bar URLsJon DeVree2018-04-061-7/+13
* cookie: case-insensitive hashing for the domainsLauri Kasanen2018-04-061-1/+1
* cookie: fix and optimize 2nd top level domain name extractionPatrick Monnerat2018-04-041-14/+14
* cookie: store cookies per top-level-domain-specific hash tableLauri Kasanen2018-04-021-2/+2
* test1148: set a fixed locale for the testDaniel Stenberg2018-04-021-0/+4
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-172-0/+27
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-173-1/+116
* cleanup: misc typos in strings and commentsluz.paz2018-03-163-4/+4
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-152-1/+53
* test1208: marked flakyDaniel Stenberg2018-03-151-0/+1
* FTP: reject path components with control codesDaniel Stenberg2018-03-122-0/+43
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-114-1/+192
* NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg2018-03-042-1/+54
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-212-1/+51
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-202-1/+27
* test1556: verify >16KB headers to the header callbackDaniel Stenberg2018-02-162-1/+64
* test1154: verify that long HTTP headers get rejectedDaniel Stenberg2018-02-162-1/+58
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-153-3/+55
* tests: new tests for http raw modePatrick Monnerat2018-02-133-2/+125
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-124-2/+91
* lib555: drop text conversion and encode data as ascii codesPatrick Monnerat2018-01-261-4/+0
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-251-90/+0
* test1454: --connect-to with IPv6 address w/o IPv6 support!Daniel Stenberg2018-01-232-1/+39
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-223-1/+190
* test558: fix for multissl buildsDaniel Stenberg2018-01-181-0/+1
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-142-1/+110
* test395: HTTP with overflow Content-Length valueDaniel Stenberg2018-01-132-1/+56
* test394: verify abort of rubbish in Content-Length: valueDaniel Stenberg2018-01-132-1/+60
* test393: verify --max-filesize with excessive Content-LengthDaniel Stenberg2018-01-132-1/+62
* HTTP: bail out on negative Content-Length: valuesDaniel Stenberg2018-01-131-1/+8
* brotli: data at the end of content can be lostMikalai Ananenka2017-12-272-1/+199
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-202-1/+69
* content_encoding: rework zlib_inflatePatrick Monnerat2017-12-202-1/+203
* 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