Age | Commit message (Expand) | Author |
2019-09-05 | Cleanup: add sqfs_* prefix to meta writer | David Oberhollenzer |
2019-09-05 | Cleanup: unify sqfs/SQFS name prefix for xattr reader | David Oberhollenzer |
2019-09-05 | Move block processor from compressor to libsquashfs code | David Oberhollenzer |
2019-09-05 | Minor cleanup: remove if (...) goto skip construct from data reader | David Oberhollenzer |
2019-09-05 | Cleanup: move "create_block" from block processor over to data writer | David Oberhollenzer |
2019-09-04 | Store number of file blocks in generic inode struct | David Oberhollenzer |
2019-09-04 | Split fstree inode serialization, move independend part to libsquashfs.so | David Oberhollenzer |
2019-09-04 | Add fstree independend directory writer to libsquashfs.so | David Oberhollenzer |
2019-09-02 | Move fstree independend parts of xattr_reader to libsquashfs.so | David Oberhollenzer |
2019-09-01 | Internalize the layout of the id_table_t structure | David Oberhollenzer |
2019-09-01 | Move command line processing stuff out of compressor code | David Oberhollenzer |
2019-09-01 | Add C++ gurads to publicly exported functions | David Oberhollenzer |
2019-09-01 | API cleanup: Shuffle declarations around | David Oberhollenzer |
2019-09-01 | Break up squashfs.h into topic related headers | David Oberhollenzer |
2019-09-01 | Install libsquashfs.so headers on the system in "sqfs" subdirectory | David Oberhollenzer |
2019-09-01 | Move some application specific stuff out of libutil | David Oberhollenzer |
2019-08-31 | Turn libsquashfs.a into a shared library | David Oberhollenzer |
2019-08-31 | Split libsquashfs.a into low seperate libraries | David Oberhollenzer |
2019-08-31 | Merge libcompress.a into libsquashfs.a | David Oberhollenzer |
2019-08-27 | Bump patch level version numberv0.6.1 | David Oberhollenzer |
2019-08-27 | Merge alloc_flex conditionals into one | David Oberhollenzer |
2019-08-26 | Add a change log | David Oberhollenzer |
2019-08-26 | Tune the paranoia down a bit | David Oberhollenzer |
2019-08-26 | Move tar_fuzz program over to tests | David Oberhollenzer |
2019-08-25 | Add minimal test program for fuzzing the fstree_from_file parser | David Oberhollenzer |
2019-08-25 | Propperly set errno in read_inode_slink error path | David Oberhollenzer |
2019-08-25 | Size accounting + alloc() overflow checking, round #3 | David Oberhollenzer |
2019-08-24 | Add minimal test program for fuzzing the tar parser | David Oberhollenzer |
2019-08-23 | Check against format limits in meta_reader_read_dir_header | David Oberhollenzer |
2019-08-23 | Size accounting + alloc() overflow checking, round #2 | David Oberhollenzer |
2019-08-23 | Do bounds checking in metadata reader | David Oberhollenzer |
2019-08-23 | Some simple search/replace cases for allocation | David Oberhollenzer |
2019-08-23 | Add wrappers for calloc style functions with size overflow checking | David Oberhollenzer |
2019-08-23 | Add primitives for unsigned addition/multiplication with overflow | David Oberhollenzer |
2019-08-22 | deserialize_tree: filter out directory loops | David Oberhollenzer |
2019-08-22 | Fix uint64_t printf for compatility with 32 bit systemsv0.6 | David Oberhollenzer |
2019-08-22 | Fix resource leak in compare_dir_entries error path | David Oberhollenzer |
2019-08-21 | Bump version number for next release | David Oberhollenzer |
2019-08-21 | Fix "no attributes" sentinel value for xattr reader | David Oberhollenzer |
2019-08-21 | Update man pages | David Oberhollenzer |
2019-08-21 | Update sqfsdiff documentation | David Oberhollenzer |
2019-08-21 | Fix timestamp comparison for directory source | David Oberhollenzer |
2019-08-21 | Also extract files in sqfsdiff that only exist in one of the two sources | David Oberhollenzer |
2019-08-21 | Fix usage of EXIT_* constants in sqfsdiff | David Oberhollenzer |
2019-08-21 | Use "old" and "new" prefix when extracting files in sqfsdiff | David Oberhollenzer |
2019-08-21 | Make unified dir to sqfs comparison work | David Oberhollenzer |
2019-08-21 | Isolate sqfsdiff global state and split off option processing | David Oberhollenzer |
2019-08-21 | Rename difftool.h to sqfsdiff.h | David Oberhollenzer |
2019-08-21 | Consistently use old/new nomenclature in sqfsdiff | David Oberhollenzer |
2019-08-21 | Cleanup difftool dir entry comparion | David Oberhollenzer |