aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfs/frag_table.c
AgeCommit message (Expand)Author
2021-03-06Cleanup: replace ad-hoc dynamic array in sqfs_frag_table_tDavid Oberhollenzer
2021-02-10Always use the correct data type for realloc return valueDavid Oberhollenzer
2020-06-07Move the fragment deduplication hash table back into the block processorDavid Oberhollenzer
2020-05-19Cleanup: move hash table header to include directoryDavid Oberhollenzer
2020-04-22Import and use Mesa's hash tableMatt Turner
2020-03-04Add a generic copying mechanism to sqfs_object_tDavid Oberhollenzer
2020-02-12Use a hash table for fragment lookup instead of linear searchDavid Oberhollenzer
2020-02-12Implement a more explicit object systemDavid Oberhollenzer
2020-01-26Cleanup: Move fragment deduplication code over to fragment tableDavid Oberhollenzer
2020-01-24Add a fragment table primitive to libsquashfsDavid Oberhollenzer