Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-30 | Use nullptr as NULL pointer constant instead of NULL or 0. | iphydf | |
This changes only code, no string literals or comments. | |||
2017-03-26 | Fix list malloc(0) bug | Diadlo | |
2017-01-19 | Update license headers and remove redundant file name comment. | iphydf | |
"All rights reserved" was incorrect. The project was licensed under GPL3, which means a lot of rights are licensed to everybody in the world, i.e. not reserved to the "Tox Project". | |||
2016-09-24 | Make 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-02 | Do not use `else` after `return`. | iphydf | |
http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code | |||
2015-05-01 | Fixed warning. | irungentoo | |
2015-05-01 | Fixed some non standard C. | irungentoo | |
Replaced void * with uint8_t * in list.c | |||
2014-06-21 | Fixed possible issues with list introduced in the last commit. | irungentoo | |
2014-06-20 | Reduced number of realloc calls bs_list does | Maxim Biro | |
2014-06-10 | Astyle and fixes. | irungentoo | |
2014-06-10 | Const correctness in toxcore/list.c | Marc Schütz | |
2014-06-06 | Renamed list functions to fix conflict issue on certain machines. | irungentoo | |
2014-06-06 | Fixed possible bug in list. | irungentoo | |
2014-05-22 | Fixed an issue in list. | irungentoo | |
Cleaned up TCP server a bit. | |||
2014-05-22 | fixed list_remove | notsecure | |
2014-05-20 | fixed some mistakes | notsecure | |
2014-05-20 | list takes data to remove faster | notsecure | |
2014-05-20 | equivalent bitwise not | notsecure | |
2014-05-19 | proper realloc failure check | notsecure | |
2014-05-19 | style (again) | notsecure | |
2014-05-19 | style, failure check on realloc | notsecure | |
2014-05-19 | list | notsecure | |
Simple struct with functions to create a list which associates ids with data |