summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* unittests: do not include curl_memory.hMarc Hoersken2014-01-032-2/+0
* base64: Extended validation to look for invalid charactersSteve Holme2013-12-011-9/+8
* base64: Added basic validation to base64 input string when decodingSteve Holme2013-10-301-2/+18
* unit1304: include memdebug and free everything correctlyDaniel Stenberg2013-08-291-2/+5
* netrc: handle longer username and passwordJonathan Nieder2013-08-201-22/+31
* dotdot: introducing dot file path cleanupDaniel Stenberg2013-06-222-1/+91
* unit1396: unit tests to verify curl_easy_(un)escapeDaniel Stenberg2013-06-222-1/+113
* build: fixed unit1394 for debug and metlink buildsDaniel Stenberg2013-05-061-2/+4
* unit1394.c: plug the curl tool unit test inKamil Dudka2013-05-062-5/+56
* unit1394.c: basis of a unit test for parse_cert_parameter()Jared Jennings2013-05-061-0/+75
* src/Makefile.am: build static lib for unit tests if enabledKamil Dudka2013-05-061-2/+9
* unit1330.c: fix dateYang Tse2013-03-151-1/+1
* tests: add #96 #558 and #1330Yang Tse2013-03-152-1/+45
* curl.h: stricter CURL_EXTERN linkage decorations logicYang Tse2013-03-121-7/+2
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-201-2/+2
* build: use per-target '_CPPFLAGS' for those currently using defaultYang Tse2013-01-151-0/+18
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-067-13/+13
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-287-13/+13
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-1/+4
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-15/+15
* configure: Windows cross-compilation fixesYang Tse2012-04-091-1/+6
* removed trailing whitespaceYang Tse2011-12-301-2/+2
* test suite: use test case specific netrc file namesYang Tse2011-09-051-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-2/+2
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-24/+41
* Fixed test 1300 to pass the memory torture testDan Fandrich2011-06-241-1/+3
* unitteset: Curl_llist_moveAmr Shahin2011-06-191-1/+73