Commit Graph

17 Commits

Author SHA1 Message Date
irungentoo a01a05a943 Fixed warning. 2015-05-01 16:13:59 -04:00
irungentoo 7d13f1928e Fixed some non standard C.
Replaced void * with uint8_t * in list.c
2015-05-01 15:13:38 -04:00
irungentoo e6699f60ef Fixed possible issues with list introduced in the last commit. 2014-06-21 22:22:30 -04:00
Maxim Biro a32d270330 Reduced number of realloc calls bs_list does 2014-06-20 20:22:03 -04:00
irungentoo 07936960df Astyle and fixes. 2014-06-10 18:35:55 -04:00
Marc Schütz e651cc9984 Const correctness in toxcore/list.c 2014-06-10 18:42:52 +02:00
irungentoo 7adefb6e6b Renamed list functions to fix conflict issue on certain machines. 2014-06-06 13:23:21 -04:00
irungentoo 2cbfbef6e5 Fixed possible bug in list. 2014-06-06 09:00:12 -04:00
irungentoo ad28acd18e Fixed an issue in list.
Cleaned up TCP server a bit.
2014-05-22 17:12:46 -04:00
notsecure 49ab5ac0e5 fixed list_remove 2014-05-22 16:06:12 -04:00
notsecure 6eae3d5ad7 fixed some mistakes 2014-05-20 09:21:26 -04:00
notsecure 35ae6cb90e list takes data to remove faster 2014-05-20 07:04:41 -04:00
notsecure d65ea9bc8d equivalent bitwise not 2014-05-20 06:30:15 -04:00
notsecure 1810d1e20e proper realloc failure check 2014-05-19 19:07:47 -04:00
notsecure 9ae2fde0b9 style (again) 2014-05-19 18:55:24 -04:00
notsecure 410294da48 style, failure check on realloc 2014-05-19 17:53:29 -04:00
notsecure fe66fcc7e4 list
Simple struct with functions to create a list which associates ids with
data
2014-05-19 16:42:09 -04:00