Commit Graph

9 Commits

Author SHA1 Message Date
irungentoo 7d13f1928e Fixed some non standard C.
Replaced void * with uint8_t * in list.c
2015-05-01 15:13:38 -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
notsecure b034be4162 use LIST in TCP_server 2014-05-20 07:08:03 -04:00
notsecure 35ae6cb90e list takes data to remove faster 2014-05-20 07:04:41 -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