]> git.draconx.ca Git - liblbx.git/history - src/lbx.h
liblbx: Rename lbx_stat to lbx_file_stat.
[liblbx.git] / src / lbx.h
2010-02-11 Nick Bowlerliblbx: Rename lbx_stat to lbx_file_stat.
2010-02-08 Nick Bowlerliblbx: Add file operations for handling LBX archive...
2010-02-08 Nick Bowlerliblbx: Make lbx_fopen more useful.
2010-02-08 Nick Bowlerliblbx: Move extraction outside of the library.
2010-02-04 Nick Bowlerliblbx: Parameterise I/O functions to allow custom...
2010-02-04 Nick Bowlerliblbx: Remove lbx_mmap.
2010-02-04 Nick Bowlerliblbx: Make lbx_close return the result of fclose.
2010-02-04 Nick Bowlerliblbx: Remove lbx_open as it is both unused and stupid.
2007-12-31 Nick BowlerStarting implementation of image parsing code.
2007-12-29 Nick BowlerSplit off _lbx_fseek() into a shared component of the...
2007-12-23 Nick BowlerAdd lbx_mmap() to map archive members into memory.
2007-12-23 Nick BowlerAdd lbx_mopen() to allow "opening" a region of memory...
2007-12-22 Nick BowlerInitial implementation of list and extract operations.
2007-12-22 Nick BowlerAdd a name field to support LBX1 fallback.
2007-12-22 Nick BowlerImplement stub list operation.
2007-12-22 Nick BowlerInitial commit