aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_ringbuffer_spec.lua
Commit message (Expand)AuthorAgeFilesLines
* util.ringbuffer: Fix accidentally committed test change (thanks buildbot)Matthew Wild2020-06-251-1/+1
* util.ringbuffer: Add some additional asserts to testsMatthew Wild2020-06-241-4/+4
* util.ringbuffer: Ensure unsigned chars are always returned from :byte()Matthew Wild2020-06-241-0/+7
* util.ringbuffer: Add test for :discard()Matthew Wild2020-06-231-0/+11
* util.ringbuffer: Add :sub() and :byte() methods equivalent to the string methodsMatthew Wild2020-06-041-0/+58
* util.ringbuffer: Prevent creation of buffer with negative sizeKim Alvefur2020-06-041-0/+5
* util.ringbuffer: Prevent creation of zero-size bufferKim Alvefur2020-05-291-0/+5
* util.ringbuffer: Add some initial testsKim Alvefur2020-05-291-0/+17