0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ltn12: adds ltn12 filters, sink, and source and tests - requires ltn12.lua from luasocket
harningt
as Thomas Harning Jr
More... almost 12 years ago
core/test: refactors standard reader into lbz2_file_reader to mirror lbz2_file_writer and removes line buffering/handling
harningt
as Thomas Harning Jr
More... almost 12 years ago
test: removes unnecessary example.lua
harningt
as Thomas Harning Jr
More... almost 12 years ago
core: adds _NAME and _VERSION values
harningt
as Thomas Harning Jr
More... almost 12 years ago
adds memory stream compression/decompression w/ new tests
harningt
as Thomas Harning Jr
More... almost 12 years ago
makefile: adds missing C files to build for openWrite support
harningt
as Thomas Harning Jr
More... almost 12 years ago
test: fixed test - missing from last commit
harningt
as Thomas Harning Jr
More... almost 12 years ago
bz2 learned openWrite for file writing and had tests updated to use this (removing need for access_logs.bz2)
harningt
as Thomas Harning Jr
More... almost 12 years ago
makefile: fixes linking in newer GCC versions to ensure symbols used
harningt
as Thomas Harning Jr
More... almost 12 years ago
management: Updated README w/ maintainer details and requirements
harningt
as Thomas Harning Jr
More... over 15 years ago
test: added test for 'lines' function
harningt
as Thomas Harning Jr
More... over 15 years ago
Added 'lines' (with option to keep the eol) similar to lua's IO lib
harningt
as Thomas Harning Jr
More... over 15 years ago
Added option to keep the end-of-line in the return from getline
harningt
as Thomas Harning Jr
More... over 15 years ago
Major simplifications: less buffers, more luaL_Buffer usage, simpler state management
harningt
as Thomas Harning Jr
More... over 15 years ago
simplified library registration and sanitized __index from containing entire metatable.
harningt
as Thomas Harning Jr
More... over 15 years ago
Updated userdata/metatable management to be safer
harningt
as Thomas Harning Jr
More... over 15 years ago
Simple line-ending cleanup
harningt
as Thomas Harning Jr
More... over 15 years ago
Makefile link fix - lua modules should not link against Lua where possible
harningt
as Thomas Harning Jr
More... over 15 years ago
add the LICENSE text to lbz.c More... almost 16 years ago
fix a bug where i wasn't setting the LBZ_EOS flag in the write branch More... almost 16 years ago
Add a __gc method More... almost 16 years ago
free memory when the file is closed, and also check that files are really open when using hte close method More... almost 16 years ago
dumb mistake, this actually makes getline work with read More... almost 16 years ago
make getline and read play well together More... almost 16 years ago
add an example More... almost 16 years ago
initial add of getline support, it's still kind of buggy More... almost 16 years ago
use metatables to provide OO access to bz2 opened files More... almost 16 years ago
Makefile improvements More... almost 16 years ago
properly check if the file is closed when calling the read method More... almost 16 years ago
make unit test more elegant lua (i think) More... almost 16 years ago