aboutsummaryrefslogtreecommitdiff
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 meta reader/writer functions to respective headersDavid Oberhollenzer
2019-09-07Move data structure forward declarations to predef headerDavid Oberhollenzer
2019-09-07Remove config.h inclusions from public headersDavid Oberhollenzer
2019-09-05Fix "safe" string allocation wrapperDavid Oberhollenzer
2019-09-05Fixup data structure name in unit testsDavid Oberhollenzer
2019-09-05Cleanup: move inclusion of type headers to predef.hDavid 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-01Add C++ gurads to publicly exported functionsDavid 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-27Bump patch level version numberv0.6.1David Oberhollenzer
2019-08-27Merge alloc_flex conditionals into oneDavid Oberhollenzer
2019-08-26Add a change logDavid Oberhollenzer
2019-08-26Tune the paranoia down a bitDavid Oberhollenzer
2019-08-26Move tar_fuzz program over to testsDavid Oberhollenzer
2019-08-25Add minimal test program for fuzzing the fstree_from_file parserDavid 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-24Add minimal test program for fuzzing the tar parserDavid 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-23Add primitives for unsigned addition/multiplication with overflowDavid Oberhollenzer