summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-112-8/+8
* code style: use spaces around equals signsDaniel Stenberg2017-09-117-13/+13
* mime: tests and examples.Patrick Monnerat2017-09-021-3/+3
* unit1301: fix error message on first testDaniel Stenberg2017-08-311-2/+2
* unit1606: Fixed shadowed variable warningDan Fandrich2017-08-281-8/+7
* tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich2017-08-266-21/+44
* progress: Track total times following redirectsRyan Winograd2017-08-151-39/+56
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-081-1/+1
* test1323: verify curlx_tvdiffDaniel Stenberg2017-07-282-1/+71
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-284-9/+12
* unit1399: fix integer overflowRyan Winograd2017-07-031-1/+1
* unit1399: add logging to time comparisonDaniel Stenberg2017-07-011-1/+5
* progress: prevent resetting t_starttransferRyan Winograd2017-06-302-0/+100
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-142-10/+4
* dedotdot: fixed output for ".." and "." only inputDaniel Stenberg2017-06-031-1/+8
* tests: fix -Wcast-qual warningsMarcel Raad2017-05-052-4/+5
* unit1305: fix compiler warningMarcel Raad2017-05-051-5/+2
* unit1606: do not print/access bufferDaniel Stenberg2017-05-011-1/+0
* tests: declare TU-local variables staticMarcel Raad2017-05-012-2/+2
* unit1604: fixed indentationDan Fandrich2017-04-301-12/+12
* unit1604: fixed compilation under Windows, broken in the previous commitDan Fandrich2017-04-301-14/+19
* tests: fixed OOM handling of unit tests to abort testDan Fandrich2017-04-304-4/+6
* llist: no longer uses mallocDaniel Stenberg2017-04-221-72/+57
* unit1303: fix compiler warningMarcel Raad2017-04-161-2/+2
* test1606: verify speedcheckDaniel Stenberg2017-04-062-1/+94
* tests: added test for Curl_splaygetbest to unit1309Dániel Bakai2017-04-041-3/+35
* multi: fix queueing of pending easy handlesDániel Bakai2017-04-041-1/+1
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-57/+50
* spelling fixesklemens2017-03-261-2/+2
* build: removed redundant DEPENDENCIES from makefilesDan Fandrich2017-03-141-3/+0
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-3/+6
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-242-23/+24
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-242-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* dist: add CMakeLists.txt to the tarballJakub Zakrzewski2016-11-041-1/+1
* unit1301: keep testing curl_strequalDaniel Stenberg2016-10-311-7/+7