summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg2015-02-032-8/+21
* unit1600: NTLM unit testDaniel Stenberg2015-02-033-2/+57
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-2/+1
* Curl_base64url_encode: unit-tested in 1302Daniel Stenberg2014-07-251-1/+19
* Fixed some "statement not reached" warningsDan Fandrich2014-07-121-1/+1
* timers: fix timer regression involving redirects / reconnectsDaniel Stenberg2014-05-151-1/+3
* mprintf: allow %.s with data not being zero terminatedDaniel Stenberg2014-05-042-1/+96
* copyright: Updated following recent editsSteve Holme2014-04-281-1/+1
* Added a few more const where possibleDan Fandrich2014-04-291-1/+1
* unit1395: Fixed null pointer dereference on torture testDan Fandrich2014-04-281-4/+1
* test1397: Fixed compilation with some SSL backendsDan Fandrich2014-03-261-0/+6
* test1397: unit test for certificate name wildcard handlingRichard J. Moore2014-03-252-1/+50
* unit1304: make the test pass the OOM torture testsDan Fandrich2014-01-281-4/+35
* unit1396: make the test pass the OOM torture testsDan Fandrich2014-01-281-9/+11