Software /
code /
prosody
Log
util-src/ringbuffer.c @ 9141:c1368fb756bf
description | author | age |
---|---|---|
util.ringbuffer: Fix typo in comment [codespell] | Kim Alvefur | 2018-04-06 |
util.ringbuffer: Add method for discarding buffered data without returning it to lua | Kim Alvefur | 2018-02-24 |
util.ringbuffer: Add various comments | Kim Alvefur | 2018-02-24 |
util-src: Specify size of various tables to be allocated | Kim Alvefur | 2017-03-09 |
util.ringbuffer: Change types of length related variables to size_t [-Wsign-compare] | Kim Alvefur | 2017-03-02 |
util-src/*.c: Attach pointer * to name instead of type | Kim Alvefur | 2017-02-12 |
util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct | Kim Alvefur | 2017-02-12 |