Log

util/dbuffer.lua @ 12341:48aa833f9649

description author age
util.dbuffer: Fix bugs, remove multi-char support (more complex than first thought) Matthew Wild 2021-06-29
util.dbuffer: Add read_until() method Matthew Wild 2021-06-29
util.dbuffer: Add __name to metatable Matthew Wild 2020-10-30
Merge 0.11->trunk Matthew Wild 2020-10-28
util.dbuffer: Optimize :sub() and :byte() 0.11 Matthew Wild 2020-10-28
Merge 0.11->trunk Kim Alvefur 2020-10-12
util.dbuffer: Expose length as :len() method, like strings 0.11 Kim Alvefur 2020-10-12
Merge 0.11->trunk Matthew Wild 2020-09-29
util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case) 0.11 Matthew Wild 2020-08-24
util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case) Matthew Wild 2020-08-24
util.dbuffer: Fix traceback when :collapse() is called on empty buffer Matthew Wild 2020-08-20
util.dbuffer: If no bytes parameter passed to read, return remainder of frontmost chunk Matthew Wild 2020-06-29
util.dbuffer: dynamic string buffer Matthew Wild 2020-06-26