summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-234-2/+104
* travis: run more tests for coverage checkDaniel Stenberg2018-06-171-2/+2
* multi: fix memory leak when stopped during name resolveDaniel Stenberg2018-06-164-3/+59
* runtests.pl: remove debug leftover from bb9a340c73f3Daniel Stenberg2018-06-151-1/+0
* runtests: support variables in <strippart>Daniel Stenberg2018-06-122-2/+7
* test 46: make test pass after 2025Bernhard M. Wiedemann2018-06-121-4/+4
* cppcheck: fix warningsMarian Klymov2018-06-1119-77/+55
* tests/libtests/Makefile.am: Add lib1521.c to CLEANFILESRikard Falkeborn2018-06-061-0/+2
* tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn2018-06-063-5/+6
* spelling fixesViktor Szakats2018-06-033-9/+9
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-016-4/+255
* fnmatch: use the system one if availableDaniel Stenberg2018-06-011-18/+80
* tests/libtest/.gitignore: follow-up fix to ignore lib5* tooDaniel Stenberg2018-05-311-1/+1
* tests: update .gitignore for libtestsRikard Falkeborn2018-05-311-6/+2
* option: disallow username in URLBjörn Stenberg2018-05-312-1/+35
* fnmatch: insist on escaped bracket to matchDaniel Stenberg2018-05-281-4/+13
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-242-0/+58
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-242-12/+0
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-225-1/+252
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-216-10/+10
* curl: show headers in boldDaniel Stenberg2018-05-2115-17/+6
* curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg2018-05-181-4/+0
* stub_gssapi: fix numerous 'unused parameter' warningsDaniel Stenberg2018-05-181-2/+50
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-171-18/+32
* tests/libtest/Makefile: Do not unconditionally add gcc-specific flagsDagobert Michelsen2018-05-161-1/+1
* tests: Fix format specifiersRikard Falkeborn2018-05-148-13/+13
* 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-293-0/+21
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-1/+1
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-1824-3/+685
* test1148: tolerate progress updates betterDaniel Stenberg2018-04-161-1/+6
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-6/+2
* duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg2018-04-121-1/+11
* test1136: fix cookie order after commit c990eadd1277Daniel Stenberg2018-04-091-1/+1
* build: cleanup to fix clang warnings/errorsDaniel Stenberg2018-04-081-18/+11
* 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
* runtests.pl: fix warning 'use of uninitialized value'Michael Kaufmann2018-03-261-1/+2
* gitignore: ignore more generated filesDaniel Stenberg2018-03-241-1/+1
* parsedate: support UT timezoneNikos Tsipinakis2018-03-191-0/+1
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-174-1/+102
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-173-1/+116
* cleanup: misc typos in strings and commentsluz.paz2018-03-164-5/+5
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-154-4/+59
* test1208: marked flakyDaniel Stenberg2018-03-151-0/+1
* tests/.../spnego.py: fix identifier typoKamil Dudka2018-03-131-1/+1
* FTP: reject path components with control codesDaniel Stenberg2018-03-122-0/+43