summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-112-44/+29
* xattr: skip unittest on unsupported platformsDaniel Gustafsson2019-04-111-1/+3
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
* tests: fix multiple may be used uninitialized warningsDaniel Stenberg2019-03-051-2/+2
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-032-1/+128
* unit1651: survive curl_easy_init() failsDaniel Stenberg2019-02-191-1/+3
* unit1307: just fail without FTP supportMarcel Raad2019-02-151-9/+22
* cleanup: make local functions staticDaniel Stenberg2019-02-103-7/+18
* unit1653: make it survive torture testsDaniel Stenberg2019-01-281-16/+63
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-4/+4
* xattr: strip credentials from any URL that is storedDaniel Stenberg2019-01-102-1/+94
* printf: fix format specifiersRikard Falkeborn2019-01-041-7/+7
* urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson2018-12-301-0/+8
* urlapi: Fix port parsing of eol colonDaniel Gustafsson2018-12-121-0/+8
* tests: add urlapi unittestDaniel Gustafsson2018-12-112-1/+133
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-235-23/+27
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-051-13/+38
* unittest: make 1652 stable across collationsDaniel Gustafsson2018-11-051-2/+2
* infof: clearly indicate truncationDaniel Gustafsson2018-11-032-1/+137
* axtls: removedDaniel Stenberg2018-11-011-2/+2
* unit1650: fix "null pointer passed as argument 1 to memcmp"Daniel Stenberg2018-10-291-1/+1
* unit1300: fix stack-use-after-scope AddressSanitizer warningDaniel Stenberg2018-10-291-3/+4
* test1651: unit test Curl_extract_certinfo()Daniel Stenberg2018-10-272-1/+390
* doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg2018-10-051-8/+8
* test1650: make it depend on http/2Daniel Stenberg2018-10-011-0/+11
* whitespace fixesViktor Szakats2018-09-232-4/+3
* unit1650: fix out of boundary accessDaniel Stenberg2018-09-231-4/+4
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-062-1/+288
* tests: add unit tests for url.cJim Fuller2018-09-053-1/+95
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-081-0/+3
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-4/+4
* cppcheck: fix warningsMarian Klymov2018-06-113-4/+4
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-014-3/+228
* fnmatch: use the system one if availableDaniel Stenberg2018-06-011-18/+80
* fnmatch: insist on escaped bracket to matchDaniel Stenberg2018-05-281-4/+13
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-212-3/+3
* curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg2018-05-181-4/+0
* tests: Fix format specifiersRikard Falkeborn2018-05-142-4/+4
* build: cleanup to fix clang warnings/errorsDaniel Stenberg2018-04-081-18/+11
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-172-1/+75
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-042-2/+4
* 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
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-202-1/+207
* 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
* unit1307: test many wildcards tooDaniel Stenberg2018-01-171-1/+5
* ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg2018-01-171-13/+12
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1