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-04 | Add some tests for our ring_buffer implementation. | iphydf | |
These can serve as documentation until we write actual api docs, probably using apidsl. | |||
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 | Move ring buffer out of toxcore/util into toxav. | iphydf | |
Toxcore itself doesn't use this data structure. Only toxav does, so now toxav owns the code for it. |