summaryrefslogtreecommitdiff
path: root/toxcore/list.c
AgeCommit message (Collapse)Author
2016-09-24Make toxcore code C++ compatible.iphydf
It is still C code, so still compatible with C compilers as well. This change lets us see more clearly where implicit conversions occur by making them explicit.
2016-09-02Do not use `else` after `return`.iphydf
http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code
2015-05-01Fixed warning.irungentoo
2015-05-01Fixed some non standard C.irungentoo
Replaced void * with uint8_t * in list.c
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
Cleaned up TCP server a bit.
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
Simple struct with functions to create a list which associates ids with data