aboutsummaryrefslogtreecommitdiff
path: root/include/highlevel.h
AgeCommit message (Expand)Author
2019-10-07Rename "hihglevel.h" to the more appropriate "common.h"David Oberhollenzer
2019-10-06Improve error reporting for sqfs2tar, rdsquashfs, sqfsdiffDavid Oberhollenzer
2019-10-05Improve error reporting for tar2sqfs and gensquashfsDavid Oberhollenzer
2019-10-05Add a perror like function for libsquashfs error codesDavid Oberhollenzer
2019-10-05Merge all the common code for generating imagesDavid Oberhollenzer
2019-10-03Move tree_node_to_inode function to fstree serialization codeDavid Oberhollenzer
2019-09-29Cleanup: rename "compress.h" to "compressor.h"David Oberhollenzer
2019-09-28Cleanup: remove left over declarationDavid Oberhollenzer
2019-09-27Add a header for platform compatibillity fluffDavid Oberhollenzer
2019-09-27Cleanup: replace fixed with data types with typedefsDavid Oberhollenzer
2019-09-27Cleanup: merge data.h into block.hDavid Oberhollenzer
2019-09-26Remove old data writer flags, and unused parametersDavid Oberhollenzer
2019-09-26Remove remnants of the old data writerDavid Oberhollenzer
2019-09-25Remove condensed sparse file handling from libsquashfsDavid Oberhollenzer
2019-09-25Cleanup: move the stdin sqfs_file_t wrapper out of libsquashfsDavid Oberhollenzer
2019-09-22Use inode structures in the data writer instead of fstree file infoDavid Oberhollenzer
2019-09-20Integrate the data reader into libsquashfsDavid Oberhollenzer
2019-09-20Cleanup: split "dir.h" into "dir_reader.h" and "dir_writer.h"David Oberhollenzer
2019-09-20Dead code removal, round #2David Oberhollenzer
2019-09-20Large round of dead code removalDavid Oberhollenzer
2019-09-20Remove xattr restore & rest of rdtree flagsDavid Oberhollenzer
2019-09-20Remove defunct rdtree flagsDavid Oberhollenzer
2019-09-20Port fstree get_path function to dir reader treeDavid Oberhollenzer
2019-09-20Add helper function to turn sqfs inode into struct statDavid Oberhollenzer
2019-09-14Remove fstree file flagsDavid Oberhollenzer
2019-09-08Replace direct file I/O with abstraction layerDavid Oberhollenzer
2019-09-05Cleanup naming scheme of compressorDavid Oberhollenzer
2019-09-05Cleanup: add sqfs_* prefix to id tableDavid Oberhollenzer
2019-09-05Cleanup: unify sqfs/SQFS name prefix for xattr readerDavid Oberhollenzer
2019-09-04Store number of file blocks in generic inode structDavid Oberhollenzer
2019-09-04Split fstree inode serialization, move independend part to libsquashfs.soDavid Oberhollenzer
2019-09-04Add fstree independend directory writer to libsquashfs.soDavid Oberhollenzer
2019-09-02Move fstree independend parts of xattr_reader to libsquashfs.soDavid Oberhollenzer
2019-09-01Move command line processing stuff out of compressor codeDavid Oberhollenzer
2019-09-01API cleanup: Shuffle declarations aroundDavid Oberhollenzer
2019-09-01Break up squashfs.h into topic related headersDavid Oberhollenzer
2019-09-01Install libsquashfs.so headers on the system in "sqfs" subdirectoryDavid Oberhollenzer
2019-08-23Do bounds checking in metadata readerDavid Oberhollenzer
2019-08-05cleanup: unify all the code that reads squashfs imagesDavid Oberhollenzer
2019-08-01Add option to restore xattrs to deserialize_fstreeDavid Oberhollenzer
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-28Add some nice statistics output to tar2sqfs and gensquashfsDavid Oberhollenzer
2019-07-25Add generic read_table function similar to write_tableDavid Oberhollenzer
2019-07-25Cleanup sqfs_write_tableDavid Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-07-21Implement generating an inode table for NFS exportDavid Oberhollenzer
2019-06-11Move write_xattr to libsqfs.aDavid Oberhollenzer
2019-06-10cleanup: move tree deserialization to libsqfs.aDavid Oberhollenzer
2019-06-10Rename table.h to highlevel.hDavid Oberhollenzer