aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfs/id_table.c
AgeCommit message (Expand)Author
2020-03-04Add a generic copying mechanism to sqfs_object_tDavid Oberhollenzer
2020-02-12Implement a more explicit object systemDavid Oberhollenzer
2020-01-20Add a flag field to the id table create functionDavid Oberhollenzer
2019-11-22Cleanup: move all the compatibillity fluff to a dedicated "libcompat"David Oberhollenzer
2019-10-07Cleanup: move libutil related headers to "util" sub directoryDavid Oberhollenzer
2019-09-27Add a header for platform compatibillity fluffDavid Oberhollenzer
2019-09-27Cleanup: replace fixed with data types with typedefsDavid Oberhollenzer
2019-09-10Cleanup: mark arguments const where possibleDavid Oberhollenzer
2019-09-09Change license of libsquashfs.soDavid Oberhollenzer
2019-09-09Remove ad-hoc image size accountingDavid Oberhollenzer
2019-09-08Replace direct file I/O with abstraction layerDavid Oberhollenzer
2019-09-07Remove printing to stderr in libsquashfs with returning error numbersDavid Oberhollenzer
2019-09-07Move data structure forward declarations to predef headerDavid Oberhollenzer
2019-09-05Fix API visibility for libsquashfs.soDavid Oberhollenzer
2019-09-05Cleanup naming scheme of compressorDavid Oberhollenzer
2019-09-05Cleanup: add sqfs_* prefix to id tableDavid Oberhollenzer
2019-09-01Internalize the layout of the id_table_t structureDavid Oberhollenzer
2019-09-01Install libsquashfs.so headers on the system in "sqfs" subdirectoryDavid Oberhollenzer
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-05-02unsquashfs: read ID table from fileDavid Oberhollenzer
2019-05-02cleanup roundDavid Oberhollenzer
2019-05-02Add id table code stubDavid Oberhollenzer