summaryrefslogtreecommitdiff
path: root/include/util.h
AgeCommit message (Expand)Author
2021-03-22Cleanup the block processor file structureDavid Oberhollenzer
2020-03-18Cleanup: Move xxhash32 code to libutilDavid Oberhollenzer
2020-02-21Cleanup: move utilities back out of libsquashfsDavid Oberhollenzer
2019-10-07Cleanup: move libutil related headers to "util" sub directoryDavid Oberhollenzer
2019-10-07Cleanup: move write_data to libtarDavid Oberhollenzer
2019-10-07Move print_version declaration from util.h to common.hDavid Oberhollenzer
2019-10-07Cleanup: move directory handling code to libcommonDavid Oberhollenzer
2019-10-07Cleanup: move read_data function to libtarDavid Oberhollenzer
2019-10-07Cleanup: Move padd_file function to libtarDavid Oberhollenzer
2019-10-06Cleanup: move padd_sqfs to helper libraryDavid Oberhollenzer
2019-09-28Cleanup: remove string allocation helper functionDavid Oberhollenzer
2019-09-27Add a header for platform compatibillity fluffDavid Oberhollenzer
2019-09-27Cleanup: replace fixed with data types with typedefsDavid Oberhollenzer
2019-09-20Large round of dead code removalDavid Oberhollenzer
2019-09-20Move canonicalize_name back to libutilDavid Oberhollenzer
2019-09-15Move sparse_map_t to libsquashfs headers, rename it to sqfs_sparse_map_tDavid Oberhollenzer
2019-09-09Change license of libsquashfs.soDavid Oberhollenzer
2019-09-08Replace direct file I/O with abstraction layerDavid Oberhollenzer
2019-09-05Fix API visibility for libsquashfs.soDavid Oberhollenzer
2019-09-01Move some application specific stuff out of libutilDavid Oberhollenzer
2019-08-23Add wrappers for calloc style functions with size overflow checkingDavid Oberhollenzer
2019-08-23Add primitives for unsigned addition/multiplication with overflowDavid Oberhollenzer
2019-08-18Replace update_crc32 helper function with crc32 from zlibDavid Oberhollenzer
2019-08-02Implement support for SOURCE_DATE_EPOCH environment variableDavid Oberhollenzer
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-28Add utility function to compute crc32 check sumsDavid Oberhollenzer
2019-07-25libutil: add read_data style wrapper around pread()David Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-07-16cleanup: move error handling into read_retryDavid Oberhollenzer
2019-07-16cleanup: move error handling into write_retryDavid Oberhollenzer
2019-06-30Add support for repacking condensed sparse filesDavid Oberhollenzer
2019-06-20simplify and improve canonicalize_nameDavid Oberhollenzer
2019-06-15Move function to padd a file with 0 bytes to libutilDavid Oberhollenzer
2019-06-11cleanup: mark input pointer on write_retry as constDavid Oberhollenzer
2019-06-10Add pushd/popd utilityDavid Oberhollenzer
2019-05-20cleanup: remove overly excessive commentsDavid Oberhollenzer
2019-05-05Comment on all the thingsDavid Oberhollenzer
2019-05-03unsquashfs: add code to unpack the entire file systemDavid Oberhollenzer
2019-05-03unsquashfs: add argument processing, file listing parameterDavid Oberhollenzer
2019-05-02Add utility functionsDavid Oberhollenzer