aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
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
2017-08-28unit1606: Fixed shadowed variable warningDan Fandrich
2017-08-26tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich
2017-08-15progress: Track total times following redirectsRyan Winograd
2017-08-08docs/comments: Update to secure URL versionsViktor Szakats
2017-07-28test1323: verify curlx_tvdiffDaniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-07-03unit1399: fix integer overflowRyan Winograd
2017-07-01unit1399: add logging to time comparisonDaniel Stenberg
2017-06-30progress: prevent resetting t_starttransferRyan Winograd
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-06-03dedotdot: fixed output for ".." and "." only inputDaniel Stenberg
2017-05-05tests: fix -Wcast-qual warningsMarcel Raad
2017-05-05unit1305: fix compiler warningMarcel Raad
2017-05-01unit1606: do not print/access bufferDaniel Stenberg
2017-05-01tests: declare TU-local variables staticMarcel Raad
2017-04-30unit1604: fixed indentationDan Fandrich
2017-04-30unit1604: fixed compilation under Windows, broken in the previous commitDan Fandrich
2017-04-30tests: fixed OOM handling of unit tests to abort testDan Fandrich
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-16unit1303: fix compiler warningMarcel Raad
2017-04-06test1606: verify speedcheckDaniel Stenberg
2017-04-04tests: added test for Curl_splaygetbest to unit1309Dániel Bakai
2017-04-04multi: fix queueing of pending easy handlesDániel Bakai
2017-04-04llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2017-03-26spelling fixesklemens
2017-03-14build: removed redundant DEPENDENCIES from makefilesDan Fandrich
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-04dist: add CMakeLists.txt to the tarballJakub Zakrzewski
2016-10-31unit1301: keep testing curl_strequalDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-09-14test1605: verify negative input lengths to (un)escape functionsDaniel Stenberg
2016-09-10CMake: Don't build unit tests if private symbols are hiddenJakub Zakrzewski
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-21cmake: now using BUILD_TESTING=ON/OFFSergei Nikulov