Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.dbuffer: Simplify test case | Kim Alvefur | 2020-08-24 | 1 | -3/+2 |
* | util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Z... | Matthew Wild | 2020-08-24 | 1 | -1/+1 |
* | util.dbuffer: Add failing test case involving :sub after :discard | Kim Alvefur | 2020-08-24 | 1 | -0/+9 |
* | util.dbuffer: Fix traceback when :collapse() is called on empty buffer | Matthew Wild | 2020-08-20 | 1 | -0/+12 |
* | util.dbuffer: If no bytes parameter passed to read, return remainder of front... | Matthew Wild | 2020-06-29 | 1 | -0/+15 |
* | util.dbuffer: Don't use # operator in tests, Lua 5.1 doesn't support __len | Matthew Wild | 2020-06-28 | 1 | -1/+1 |
* | util.dbuffer: dynamic string buffer | Matthew Wild | 2020-06-26 | 1 | -0/+95 |