index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util-src
/
ringbuffer.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
util.*.c: Add static qualifiers everywhere
Emmanuel Gil Peyrot
2019-12-01
1
-18
/
+13
|
*
util.ringbuffer: Fix typo in comment [codespell]
Kim Alvefur
2018-04-06
1
-1
/
+1
|
*
util.ringbuffer: Add method for discarding buffered data without returning ↵
Kim Alvefur
2018-02-24
1
-0
/
+23
|
|
|
|
it to lua
*
util.ringbuffer: Add various comments
Kim Alvefur
2018-02-24
1
-0
/
+19
|
*
util-src: Specify size of various tables to be allocated
Kim Alvefur
2017-03-09
1
-2
/
+2
|
*
util.ringbuffer: Change types of length related variables to size_t ↵
Kim Alvefur
2017-03-02
1
-2
/
+2
|
|
|
|
[-Wsign-compare]
*
util-src/*.c: Attach pointer * to name instead of type
Kim Alvefur
2017-02-12
1
-25
/
+26
|
*
util.ringbuffer: Remove address of buffer itself from __tostring since is ↵
Kim Alvefur
2017-02-12
1
-1
/
+1
|
|
|
|
now in the same struct
*
util-src/*.c: Squeeze repeated blank lines
Kim Alvefur
2017-01-23
1
-3
/
+0
|
*
util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single ↵
Kim Alvefur
2017-01-22
1
-19
/
+3
|
|
|
|
allocation, no need for __gc)
*
util.ringbuffer: Remove unused macros
Kim Alvefur
2017-01-22
1
-3
/
+0
|
*
util-src: Make C modules assert that the Lua runtime matches what it was ↵
Kim Alvefur
2017-01-08
1
-0
/
+3
|
|
|
|
compiled for
*
Add util.ringbuffer, a ringbuffer with a file handle like interface
Kim Alvefur
2016-02-02
1
-0
/
+232