summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* curl_fnmatch: only allow two asterisks for matchingbagder/fnmatch-limit-wildcardDaniel 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
* 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
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-044-5/+9
* unit1307: proper cleanup on OOM to fix torture testsDan Fandrich2018-03-021-8/+18
* unit1309: fix warning on Windows x64Marcel Raad2018-02-281-5/+9
* lib655: silence compiler warningViktor Szakats2018-02-231-1/+1
* spelling fixesViktor Szakats2018-02-238-13/+13
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-215-2/+168
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-204-2/+234
* test1556: verify >16KB headers to the header callbackDaniel Stenberg2018-02-164-2/+147
* test1154: verify that long HTTP headers get rejectedDaniel Stenberg2018-02-162-1/+58
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-155-4/+137
* tests: new tests for http raw modePatrick Monnerat2018-02-133-2/+125
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-125-4/+93
* fnmatch: pattern syntax can no longer failPatrick Monnerat2018-01-311-2/+3
* fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat2018-01-311-3/+8
* fnmatch: do not match the empty string with a character setPatrick Monnerat2018-01-311-2/+2
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-291-2/+4
* lib555: drop text conversion and encode data as ascii codesPatrick Monnerat2018-01-262-14/+14
* lib517: make variable static to avoid compiler warningDaniel Stenberg2018-01-261-1/+1
* lib544: sync ascii code data with textual dataPatrick Monnerat2018-01-261-4/+7