summaryrefslogtreecommitdiff
path: root/tests/unit/unit1300.c
Commit message (Expand)AuthorAgeFilesLines
* unit1300: fix stack-use-after-scope AddressSanitizer warningbagder/unit1300-stack-use-after-scopeDaniel Stenberg2018-10-291-3/+4
* cppcheck: fix warningsMarian Klymov2018-06-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-1/+1
* llist: no longer uses mallocDaniel Stenberg2017-04-221-72/+57
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-57/+50
* spelling fixesklemens2017-03-261-2/+2
* unit: make unit test source code checksrc compliantDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* Fixed test 1300 to pass the memory torture testDan Fandrich2011-06-241-1/+3
* unitteset: Curl_llist_moveAmr Shahin2011-06-191-1/+73
* compiler warning: fixYang Tse2011-05-241-1/+1
* unit tests: adjust header inclusion orderYang Tse2011-05-211-4/+1
* sources: update source headersDaniel Stenberg2011-03-101-0/+21
* Fixed test 1300 to pass the torture testDan Fandrich2011-03-041-0/+4
* unit1300: code style cleanupDaniel Stenberg2011-02-021-53/+52
* adding unit tests for Curl_llist_removeAmr Shahin2011-02-021-1/+83
* Fixed C++ style comment not allowed in ISO C90.Guenter Knauf2011-01-221-1/+1
* unittest: add 3 tests to test1300Amr Shahin2011-01-201-1/+79
* Made unit_setup() return an error code to abort the test earlyDan Fandrich2011-01-051-1/+4
* unittest: framework for unit-testingDaniel Stenberg2011-01-031-0/+34