aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-09-09Change license of libsquashfs.soDavid Oberhollenzer
2019-09-09Remove ad-hoc image size accountingDavid Oberhollenzer
2019-09-09Move file name sanity check to deserialize_fstreeDavid 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 "safe" string allocation wrapperDavid Oberhollenzer
2019-09-05Fix API visibility for libsquashfs.soDavid Oberhollenzer
2019-09-05Cleanup naming scheme of compressorDavid Oberhollenzer
2019-09-05Cleanup: add SQFS_*/sqfs_* prefix to block processorDavid Oberhollenzer
2019-09-05Cleanup: add sqfs_* prefix to id tableDavid Oberhollenzer
2019-09-05Cleanup: add sqfs_* prefix to meta readerDavid Oberhollenzer
2019-09-05Cleanup: add sqfs_* prefix to meta writerDavid Oberhollenzer
2019-09-05Cleanup: unify sqfs/SQFS name prefix for xattr readerDavid Oberhollenzer
2019-09-05Move block processor from compressor to libsquashfs codeDavid Oberhollenzer
2019-09-05Minor cleanup: remove if (...) goto skip construct from data readerDavid Oberhollenzer
2019-09-05Cleanup: move "create_block" from block processor over to data writerDavid 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-01Internalize the layout of the id_table_t structureDavid 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-09-01Move some application specific stuff out of libutilDavid Oberhollenzer
2019-08-31Turn libsquashfs.a into a shared libraryDavid Oberhollenzer
2019-08-31Split libsquashfs.a into low seperate librariesDavid Oberhollenzer
2019-08-31Merge libcompress.a into libsquashfs.aDavid Oberhollenzer
2019-08-27Merge alloc_flex conditionals into oneDavid Oberhollenzer
2019-08-26Tune the paranoia down a bitDavid Oberhollenzer
2019-08-25Propperly set errno in read_inode_slink error pathDavid Oberhollenzer
2019-08-25Size accounting + alloc() overflow checking, round #3David Oberhollenzer
2019-08-23Check against format limits in meta_reader_read_dir_headerDavid Oberhollenzer
2019-08-23Size accounting + alloc() overflow checking, round #2David Oberhollenzer
2019-08-23Do bounds checking in metadata readerDavid Oberhollenzer
2019-08-23Some simple search/replace cases for allocationDavid Oberhollenzer
2019-08-23Add wrappers for calloc style functions with size overflow checkingDavid Oberhollenzer
2019-08-22deserialize_tree: filter out directory loopsDavid Oberhollenzer
2019-08-21Fix "no attributes" sentinel value for xattr readerDavid Oberhollenzer
2019-08-19Fix file list generation: break any pre-existing connectionDavid Oberhollenzer
2019-08-19Minor improvements for parallel block processorDavid Oberhollenzer
2019-08-19Fix memory leak in data writer fragment deduplicationDavid Oberhollenzer
2019-08-19Fix memory leak in data writer error code pathsDavid Oberhollenzer
2019-08-19Fix memory leak in dir-scan error code pathDavid Oberhollenzer
2019-08-18Replace update_crc32 helper function with crc32 from zlibDavid Oberhollenzer
2019-08-18Make data writer use block processorDavid Oberhollenzer
2019-08-18Restructure data writer around passing block_t structuresDavid Oberhollenzer
2019-08-18Minor interface change to data writerDavid Oberhollenzer