aboutsummaryrefslogtreecommitdiff
path: root/extras/list_files.c
AgeCommit message (Expand)Author
2023-09-19Fix example code to use iterator/stream based APIDavid Oberhollenzer
2023-09-08libsqfs: bring sqfs_file_t in line with stream APIDavid Oberhollenzer
2023-01-19Implement rudimentary reference counting for sqfs_object_tDavid Oberhollenzer
2021-08-12Add an explicit license boiler plate to all the example programsDavid Oberhollenzer
2021-06-25Fix format string type/signedness mismatch issuesDavid Oberhollenzer
2020-06-11Add flags to functions that might logically be expanded in the futureDavid Oberhollenzer
2020-03-22Do not try to read back the compressor optionsDavid Oberhollenzer
2020-03-05Get rid of sqfs_compressor_existsDavid Oberhollenzer
2020-03-05Change the signature of sqfs_compressor_create to return an error codeDavid Oberhollenzer
2020-02-12Implement a more explicit object systemDavid 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-12Add a simple directory listing demoDavid Oberhollenzer