summaryrefslogtreecommitdiff
path: root/tests/unit/unit1300.c
AgeCommit message (Expand)Author
2018-10-29unit1300: fix stack-use-after-scope AddressSanitizer warningDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-04llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2017-03-26spelling fixesklemens
2016-04-03unit: make unit test source code checksrc compliantDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-06-24Fixed test 1300 to pass the memory torture testDan Fandrich
2011-06-19unitteset: Curl_llist_moveAmr Shahin
2011-05-24compiler warning: fixYang Tse
2011-05-21unit tests: adjust header inclusion orderYang Tse
2011-03-10sources: update source headersDaniel Stenberg
2011-03-04Fixed test 1300 to pass the torture testDan Fandrich
2011-02-02unit1300: code style cleanupDaniel Stenberg
2011-02-02adding unit tests for Curl_llist_removeAmr Shahin
2011-01-22Fixed C++ style comment not allowed in ISO C90.Guenter Knauf
2011-01-20unittest: add 3 tests to test1300Amr Shahin
2011-01-05Made unit_setup() return an error code to abort the test earlyDan Fandrich
2011-01-03unittest: framework for unit-testingDaniel Stenberg