Software /
code /
prosody
Log
util-src/ringbuffer.c @ 8543:0e1d8f2f02bf
description | author | age |
---|---|---|
util.ringbuffer: Add various comments | Kim Alvefur | Sat, 24 Feb 2018 14:44:46 +0100 |
util-src: Specify size of various tables to be allocated | Kim Alvefur | Thu, 09 Mar 2017 01:20:59 +0100 |
util.ringbuffer: Change types of length related variables to size_t [-Wsign-compare] | Kim Alvefur | Thu, 02 Mar 2017 19:22:07 +0100 |
util-src/*.c: Attach pointer * to name instead of type | Kim Alvefur | Sun, 12 Feb 2017 16:42:29 +0100 |
util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct | Kim Alvefur | Sun, 12 Feb 2017 15:51:32 +0100 |
util-src/*.c: Squeeze repeated blank lines | Kim Alvefur | Mon, 23 Jan 2017 18:33:35 +0100 |
util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single allocation, no need for __gc) | Kim Alvefur | Sun, 22 Jan 2017 09:23:10 +0100 |