aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2019-02-19unit1651: survive curl_easy_init() failsDaniel Stenberg
2019-02-15unit1307: just fail without FTP supportMarcel Raad
2019-02-10cleanup: make local functions staticDaniel Stenberg
2019-01-28unit1653: make it survive torture testsDaniel Stenberg
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2019-01-10xattr: strip credentials from any URL that is storedDaniel Stenberg
2019-01-04printf: fix format specifiersRikard Falkeborn
2018-12-30urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson
2018-12-12urlapi: Fix port parsing of eol colonDaniel Gustafsson
2018-12-11tests: add urlapi unittestDaniel Gustafsson
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-05netrc: don't ignore the login name specified with "--user"Michael Kaufmann
2018-11-05unittest: make 1652 stable across collationsDaniel Gustafsson
2018-11-03infof: clearly indicate truncationDaniel Gustafsson
2018-11-01axtls: removedDaniel Stenberg
2018-10-29unit1650: fix "null pointer passed as argument 1 to memcmp"Daniel Stenberg
2018-10-29unit1300: fix stack-use-after-scope AddressSanitizer warningDaniel Stenberg
2018-10-27test1651: unit test Curl_extract_certinfo()Daniel Stenberg
2018-10-05doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg
2018-10-01test1650: make it depend on http/2Daniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2018-09-23unit1650: fix out of boundary accessDaniel Stenberg
2018-09-06DOH: add test case 1650 and 2100Daniel Stenberg
2018-09-05tests: add unit tests for url.cJim Fuller
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-01CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev
2018-06-01fnmatch: use the system one if availableDaniel Stenberg
2018-05-28fnmatch: insist on escaped bracket to matchDaniel Stenberg
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-18curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg
2018-05-14tests: Fix format specifiersRikard Falkeborn
2018-04-08build: cleanup to fix clang warnings/errorsDaniel Stenberg
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
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-20CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken
2018-01-31fnmatch: pattern syntax can no longer failPatrick Monnerat
2018-01-31fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat
2018-01-31fnmatch: do not match the empty string with a character setPatrick Monnerat
2018-01-17unit1307: test many wildcards tooDaniel Stenberg
2018-01-17ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-02mime: tests and examples.Patrick Monnerat
2017-08-31unit1301: fix error message on first testDaniel Stenberg