Age | Commit message (Expand) | Author |
2019-09-27 | Add a header for platform compatibillity fluff | David Oberhollenzer |
2019-09-27 | Cleanup: replace fixed with data types with typedefs | David Oberhollenzer |
2019-09-20 | Large round of dead code removal | David Oberhollenzer |
2019-09-20 | Move canonicalize_name back to libutil | David Oberhollenzer |
2019-09-15 | Move sparse_map_t to libsquashfs headers, rename it to sqfs_sparse_map_t | David Oberhollenzer |
2019-09-09 | Change license of libsquashfs.so | David Oberhollenzer |
2019-09-08 | Replace direct file I/O with abstraction layer | David Oberhollenzer |
2019-09-05 | Fix API visibility for libsquashfs.so | David Oberhollenzer |
2019-09-01 | Move some application specific stuff out of libutil | 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-18 | Replace update_crc32 helper function with crc32 from zlib | David Oberhollenzer |
2019-08-02 | Implement support for SOURCE_DATE_EPOCH environment variable | David Oberhollenzer |
2019-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |
2019-07-28 | Add utility function to compute crc32 check sums | David Oberhollenzer |
2019-07-25 | libutil: add read_data style wrapper around pread() | David Oberhollenzer |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-16 | cleanup: move error handling into read_retry | David Oberhollenzer |
2019-07-16 | cleanup: move error handling into write_retry | David Oberhollenzer |
2019-06-30 | Add support for repacking condensed sparse files | David Oberhollenzer |
2019-06-20 | simplify and improve canonicalize_name | David Oberhollenzer |
2019-06-15 | Move function to padd a file with 0 bytes to libutil | David Oberhollenzer |
2019-06-11 | cleanup: mark input pointer on write_retry as const | David Oberhollenzer |
2019-06-10 | Add pushd/popd utility | David Oberhollenzer |
2019-05-20 | cleanup: remove overly excessive comments | David Oberhollenzer |
2019-05-05 | Comment on all the things | David Oberhollenzer |
2019-05-03 | unsquashfs: add code to unpack the entire file system | David Oberhollenzer |
2019-05-03 | unsquashfs: add argument processing, file listing parameter | David Oberhollenzer |
2019-05-02 | Add utility functions | David Oberhollenzer |