summaryrefslogtreecommitdiff
path: root/tests/unit/unit1305.c
Commit message (Expand)AuthorAgeFilesLines
* www.curl.se: new project homebagder/www.curl.seDaniel Stenberg2020-11-021-1/+1
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-1/+1
* Curl_addrinfo: use one malloc instead of threeDaniel Stenberg2020-06-081-13/+8
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-4/+4
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* unit1305: fix compiler warningMarcel Raad2017-05-051-5/+2
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-3/+6
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* unit: make unit test source code checksrc compliantDaniel Stenberg2016-04-031-7/+7
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* unit1603: Added unit tests for hash functionsdfandrich2015-11-121-2/+0
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-181-1/+1
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-6/+7
* 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
* unittests: do not include curl_memory.hMarc Hoersken2014-01-031-1/+0
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* unit tests: adjust header inclusion orderYang Tse2011-05-211-5/+1
* unit1305: Fixed the test to match our coding style.Julien Chaffraix2011-03-201-40/+40
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
* Added unit test 1306 so tests 558 & 559 are now fully replacedDan Fandrich2011-03-041-10/+13
* Converted tests 558 & 559 to use the unit test framework as 1305Dan Fandrich2011-03-041-0/+131