Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-18 | rb: add a header mentionning the GPL license in every source file | Olivier Gayot | |
2014-01-18 | rb: t_rb has been renamed to rb_t | Olivier Gayot | |
t_rb will be kept in the source files for backward compatibility. However, it will not have to be used anymore. | |||
2014-01-18 | rb: allow to remove data from a ring buffer | Olivier Gayot | |
we provide two new ways to remove data from a ring_buffer rb_remove(rb, n) or rb_get(rb, NULL, n) closes #2 | |||
2014-01-18 | rb: add a first version of the library | Olivier Gayot | |
first working version of the library. the binary stuff is included. we can write to and read from a ring buffer. |