Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-14 | Use spdx license identifier instead of GPL blurb. | iphydf | |
2018-09-14 | Standardise header guards. | iphydf | |
Using the full path including the repo name. | |||
2018-08-26 | Update copyright to 2018. | iphydf | |
2018-07-12 | Fix style in some header files. | iphydf | |
* Enums must by typedef'd. * Comments at end of `#define` must be `//` comments. * Typedef structs must not be anonymous. * `;` at the end of a `#define` is invalid. * Callback typedefs must list their parameter names. * No nested structs. * No inline use of function pointer types. Only typedef'd callback types are allowed. * Enum types are spelled in Camelsnake_Case. * The argument to `#error` must be a string literal. | |||
2018-07-08 | Rename `BS_LIST` to `BS_List` to follow the naming conventions. | iphydf | |
`BS_LIST` would be a constant. `BS_List` is a type name. | |||
2018-05-20 | Move system header includes from network.h to network.c | iphydf | |
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-01 | Sort #includes in all source files. | iphydf | |
2015-05-01 | Fixed some non standard C. | irungentoo | |
Replaced void * with uint8_t * in list.c | |||
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-05-20 | use LIST in TCP_server | notsecure | |
2014-05-20 | list takes data to remove faster | 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 |