aboutsummaryrefslogtreecommitdiff
path: root/include/sqfs
AgeCommit message (Expand)Author
2020-01-31Split the block writing/deduplication away from the block processorDavid Oberhollenzer
2020-01-29Rename sqfs_data_writer_t back to sqfs_block_processor_tDavid Oberhollenzer
2020-01-26Cleanup: Move fragment deduplication code over to fragment tableDavid Oberhollenzer
2020-01-24Add a fragment table primitive to libsquashfsDavid Oberhollenzer
2020-01-20Add a flag field to the id table create functionDavid Oberhollenzer
2020-01-19Cleanup: remove the payload pointers from sqfs_inode_generic_tDavid Oberhollenzer
2020-01-19Update explanation on directory index accountingDavid Oberhollenzer
2020-01-19Add a helper function to unpack directory index entriesDavid Oberhollenzer
2020-01-12Add a start anchor parameter to sqfs_dir_reader_find_by_pathDavid Oberhollenzer
2020-01-12Add an inode deep copy helper function to libsquashfsDavid Oberhollenzer
2019-12-19Fix spelling mistakes found by lintianBenjamin Drung
2019-12-16Add ability to sqfs_dir_writer to create an export tableDavid Oberhollenzer
2019-11-28Cleanup: Return combined return value from compressor id by nameDavid Oberhollenzer
2019-11-24Cleanup libsquashfs invalid argument error codesDavid Oberhollenzer
2019-11-24Cleanup: remove the entirely redundant sqfs_has_xattr functionDavid Oberhollenzer
2019-10-07Cleanup: consistent, fixed size data types for generic flag fieldsDavid Oberhollenzer
2019-10-07Fix spelling of "align"David Oberhollenzer
2019-10-07Improve ABI backward & forward compatibillityDavid Oberhollenzer
2019-10-03Add a counter-part to sqfs_inode_get_xattr_indexDavid Oberhollenzer
2019-10-03Store directory index in generic inode structureDavid Oberhollenzer
2019-09-30Add flag field to directory writer begin for future expansionDavid Oberhollenzer
2019-09-29Cleanup: rename "compress.h" to "compressor.h"David Oberhollenzer
2019-09-29Bring back the don't fragment flagDavid Oberhollenzer
2019-09-29Make the data writer padding hookableDavid Oberhollenzer
2019-09-28Add header with declarations for the sqfs_xattr_writer_tDavid Oberhollenzer
2019-09-28Move declarations for sqfs_xattr_reader_t to a seperate headerDavid Oberhollenzer
2019-09-27Add a header for platform compatibillity fluffDavid Oberhollenzer
2019-09-27Replace usage of mode_t in libsquashfs with sqfs_u16David Oberhollenzer
2019-09-27Add enum with inode permissions for compatibility with non-POSIX systemsDavid Oberhollenzer
2019-09-27Remove use of ssize_t from library APIDavid Oberhollenzer
2019-09-27Cleanup: replace fixed with data types with typedefsDavid Oberhollenzer
2019-09-27Fix typo in error enumeratorDavid Oberhollenzer
2019-09-27Add missing comments on error enumeratorDavid Oberhollenzer
2019-09-27Cleanup: merge data.h into block.hDavid Oberhollenzer
2019-09-26Update documentation on sqfs_data_writer_tDavid Oberhollenzer
2019-09-26Remove the create I/O block from sqfs_file_t functionDavid Oberhollenzer
2019-09-26Replace the data writer enqueue with "append buffer to current file"David Oberhollenzer
2019-09-26Add file API stub to sqfs 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-25Add the ability to hook into the data writer block writingDavid Oberhollenzer
2019-09-25Move sqfs_block_t to its own headerDavid Oberhollenzer
2019-09-25Rename block processor to sqfs_data_writer_tDavid Oberhollenzer
2019-09-24Move entire fragment processing from data writer to block processorDavid Oberhollenzer
2019-09-23Cleanup block processor error handlingDavid Oberhollenzer
2019-09-23Cleanup block processor flag handlingDavid Oberhollenzer
2019-09-23Move the bulk of the work from the data writer to the block processorDavid Oberhollenzer
2019-09-23Replace user pointer in sqfs_block_t with explicit inode pointerDavid Oberhollenzer
2019-09-22Move data writer custom flags over to block processorDavid Oberhollenzer
2019-09-22Add helper functions for working with inodesDavid Oberhollenzer