summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-8/+8
* test1605: verify negative input lengths to (un)escape functionsDaniel Stenberg2016-09-142-1/+52
* CMake: Don't build unit tests if private symbols are hiddenJakub Zakrzewski2016-09-101-3/+11
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-223-3/+3
* cmake: now using BUILD_TESTING=ON/OFFSergei Nikulov2016-06-211-0/+46
* make/checksrc: use $srcdir, not $top_srcdirDaniel Stenberg2016-04-191-1/+1
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+1
* tests: Fixed header files to comply with our code styleSteve Holme2016-04-031-2/+2
* code: style updatesDaniel Stenberg2016-04-039-55/+55
* unit: make unit test source code checksrc compliantDaniel Stenberg2016-04-0312-67/+110
* checksrc: run checksrc in tests when 'make checksrc' in rootDaniel Stenberg2016-04-031-1/+4
* unit1604: fix snprintfDaniel Stenberg2016-04-031-2/+2
* unittests: Fixed compilation warningsSteve Holme2016-04-031-2/+2
* tool_doswin: Support for literal path prefix \\?\Jay Satiro2016-02-091-0/+19
* unit1604: Fix unit setup return codeJay Satiro2016-02-051-1/+1
* tool_doswin: Improve sanitization processingJay Satiro2016-02-052-1/+331
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-0320-20/+20
* dotdot: allow an empty input string tooDaniel Stenberg2016-02-021-1/+4
* unit1603: Demote hash mismatch failure to a warningdfandrich2015-11-121-10/+9
* unit1603: Added unit tests for hash functionsdfandrich2015-11-123-3/+155
* unit1602: Fixed failure in torture testdfandrich2015-11-121-24/+23
* test1601: fix compilation with --enable-debug and --disable-crypto-authDan Fandrich2015-10-161-0/+2
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-183-2/+85
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-6/+7
* tests/unit/.gitignore: hide unit1601 and above, tooKamil Dudka2015-04-221-2/+1
* fix refreshing of obsolete dns cache entriesStefan Bühler2015-04-031-0/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-3/+1
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-1/+1
* unit1600: Fix compilation when NTLM is disabledDan Fandrich2015-02-041-0/+2
* unit1601: MD5 unit testsDaniel Stenberg2015-02-032-1/+55