summaryrefslogtreecommitdiff
path: root/toxcore/list.c
AgeCommit message (Expand)Author
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-07-21Make `resize` in `list.c` return bool instead of 0/1.iphydf
2018-07-08Rename `BS_LIST` to `BS_List` to follow the naming conventions.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-03-26Fix list malloc(0) bugDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2015-05-01Fixed warning.irungentoo
2015-05-01Fixed some non standard C.irungentoo
2014-06-21Fixed possible issues with list introduced in the last commit.irungentoo
2014-06-20Reduced number of realloc calls bs_list doesMaxim Biro
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in toxcore/list.cMarc Schütz
2014-06-06Renamed list functions to fix conflict issue on certain machines.irungentoo
2014-06-06Fixed possible bug in list.irungentoo
2014-05-22Fixed an issue in list.irungentoo
2014-05-22fixed list_removenotsecure
2014-05-20fixed some mistakesnotsecure
2014-05-20list takes data to remove fasternotsecure
2014-05-20equivalent bitwise notnotsecure
2014-05-19proper realloc failure checknotsecure
2014-05-19style (again)notsecure
2014-05-19style, failure check on reallocnotsecure
2014-05-19listnotsecure