Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |