aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-06-01fnmatch: use the system one if availableDaniel Stenberg
2018-05-31tests/libtest/.gitignore: follow-up fix to ignore lib5* tooDaniel Stenberg
2018-05-31tests: update .gitignore for libtestsRikard Falkeborn
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-28fnmatch: insist on escaped bracket to matchDaniel Stenberg
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2018-05-22http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-21curl: show headers in boldDaniel Stenberg
2018-05-18curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg
2018-05-18stub_gssapi: fix numerous 'unused parameter' warningsDaniel Stenberg
2018-05-17getinfo: add microsecond precise timers for various intervalsPhilip Prindeville
2018-05-16tests/libtest/Makefile: Do not unconditionally add gcc-specific flagsDagobert Michelsen
2018-05-14tests: Fix format specifiersRikard Falkeborn
2018-05-13cookies: do not take cookie name as a parameterPatrick Monnerat
2018-04-29tests: provide 'manual' as a feature to optionally requireDaniel Stenberg
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-04-16test1148: tolerate progress updates betterDaniel Stenberg
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-04-12duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg
2018-04-09test1136: fix cookie order after commit c990eadd1277Daniel Stenberg
2018-04-08build: cleanup to fix clang warnings/errorsDaniel Stenberg
2018-04-06file: restore old behavior for file:////foo/bar URLsJon DeVree
2018-04-06cookie: case-insensitive hashing for the domainsLauri Kasanen
2018-04-04cookie: fix and optimize 2nd top level domain name extractionPatrick Monnerat
2018-04-02cookie: store cookies per top-level-domain-specific hash tableLauri Kasanen
2018-04-02test1148: set a fixed locale for the testDaniel Stenberg
2018-03-26runtests.pl: fix warning 'use of uninitialized value'Michael Kaufmann
2018-03-24gitignore: ignore more generated filesDaniel Stenberg
2018-03-19parsedate: support UT timezoneNikos Tsipinakis
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
2018-03-17CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-03-15transfer: make HTTP without headers count correct body sizeDaniel Stenberg
2018-03-15test1208: marked flakyDaniel Stenberg
2018-03-13tests/.../spnego.py: fix identifier typoKamil Dudka
2018-03-12FTP: reject path components with control codesDaniel Stenberg
2018-03-11HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg
2018-03-04NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg
2018-03-04build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg
2018-03-02unit1307: proper cleanup on OOM to fix torture testsDan Fandrich
2018-02-28unit1309: fix warning on Windows x64Marcel Raad
2018-02-23lib655: silence compiler warningViktor Szakats
2018-02-23spelling fixesViktor Szakats
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-20CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken
2018-02-16test1556: verify >16KB headers to the header callbackDaniel Stenberg
2018-02-16test1154: verify that long HTTP headers get rejectedDaniel Stenberg