summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-043-0/+30
* test1148: fix precheck outputMarcel Raad2018-09-021-1/+1
* cookies: support creation-time attribute for cookiesDaniel Gustafsson2018-08-3110-64/+64
* Don't use Windows path %PWD for SSH testsMarcel Raad2018-08-3147-47/+47
* gopher: Do not translate `?' to `%09'Leonardo Taccari2018-08-241-1/+1
* cookie tests: treat files as textMarcel Raad2018-08-233-3/+3
* Tests: fixes for WindowsMarcel Raad2018-08-222-1/+4
* test1148: disable if decimal separator is not pointMarcel Raad2018-08-211-0/+3
* test1268: check the stderr output as "text"Daniel Stenberg2018-08-161-1/+1
* curl: warn the user if a given file name looks like an optionDaniel Stenberg2018-08-152-0/+39
* ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka2018-08-142-1/+34
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-133-1/+93
* Split non-portable part off test 1133Marcel Raad2018-08-113-7/+105
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-112-1/+54
* test1307: disabledDaniel Stenberg2018-08-021-0/+2
* test1157: follow-up to 35ecffb9Daniel Stenberg2018-07-291-0/+3
* test1157: test -H from empty fileDaniel Stenberg2018-07-282-1/+56
* test320: treat curl320.out file as binaryMarcel Raad2018-07-221-1/+1
* tests: fixes for Windows line endlingsMarcel Raad2018-07-212-2/+2
* test214: disable MSYS2's POSIX path conversion for URLMarcel Raad2018-07-211-0/+4
* test1143: disable MSYS2's POSIX path conversionMarcel Raad2018-07-201-0/+5
* test1422: add required file featureMarcel Raad2018-07-141-0/+1
* conn: remove the boolean 'inuse' fieldDaniel Stenberg2018-07-111-6/+0
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-232-1/+37
* multi: fix memory leak when stopped during name resolveDaniel Stenberg2018-06-164-3/+59
* runtests: support variables in <strippart>Daniel Stenberg2018-06-121-2/+5
* test 46: make test pass after 2025Bernhard M. Wiedemann2018-06-121-4/+4
* spelling fixesViktor Szakats2018-06-031-1/+1
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-012-1/+27
* option: disallow username in URLBjörn Stenberg2018-05-312-1/+35
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-242-0/+58
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-223-1/+85
* curl: show headers in boldDaniel Stenberg2018-05-2115-17/+6
* cookies: do not take cookie name as a parameterPatrick Monnerat2018-05-132-1/+55
* tests: provide 'manual' as a feature to optionally requireDaniel Stenberg2018-04-291-0/+3
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-183-1/+117
* test1148: tolerate progress updates betterDaniel Stenberg2018-04-161-1/+6
* test1136: fix cookie order after commit c990eadd1277Daniel Stenberg2018-04-091-1/+1
* 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