]> git.draconx.ca Git - liblbx.git/history - src/lbx.c
liblbx: Rename lbx_stat to lbx_file_stat.
[liblbx.git] / src / lbx.c
2010-02-11 Nick Bowlerliblbx: Rename lbx_stat to lbx_file_stat.
2010-02-10 Nick Bowlerlicense: Fix copyright years in source files.
2010-02-08 Nick Bowlerliblbx: Set the file offset in lbx_file_seek.
2010-02-08 Nick Bowlerliblbx: Make lbx_fopen more useful.
2010-02-08 Nick Bowlerliblbx: Make a copy of the string passed to lbx_open.
2010-02-08 Nick Bowlerliblbx: Remove stale include directives.
2010-02-08 Nick Bowlerliblbx: Move extraction outside of the library.
2010-02-04 Nick Bowlerliblbx: Remove exact-width integer types from lbx_state.
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.
2010-02-04 Nick Bowlerliblbx: Convert lbx_fopen to use the packing routines...
2009-11-02 Nick Bowlerliblbx: Fix printf format specifier for size_t.
2009-11-02 Nick Bowlerlicense: Upgrade to GPL version 3 or later.
2008-01-04 Nick BowlerUpdate license information.
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-27 Nick BowlerUse AC_HEADER_ASSERT to allow users to disable assertions.
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-23 Nick BowlerFix lbx_extract's seeking to maintain a correct offset...
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