]> wimlib.net Git - wimlib/history - src/blob_table.c
blob_table.c: use power-of-2 sized hash table for faster hashing
[wimlib] / src / blob_table.c
2015-06-30 Eric Biggersblob_table.c: use power-of-2 sized hash table for faste...
2015-06-05 Eric BiggersRemove remaining DEBUG() messages
2015-06-05 Eric Biggersenlarge_blob_table(): remove unnecessary hlist_del()
2015-06-05 Eric BiggersNew helper: wim_reshdr_to_desc_and_blob()
2015-06-05 Eric Biggersresource reading cleanups
2015-06-05 Eric BiggersAdd GUID helper functions
2015-06-02 Eric BiggersDisallow empty blobs from being read
2015-05-30 Eric BiggersRequire size_in_wim == uncompressed_size for uncompress...
2015-05-16 Eric BiggersDisallow image metadata in solid resources
2015-05-02 Eric BiggersWin32 capture: sort streams by starting LCN
2015-05-02 Eric BiggersNTFS-3g capture: use reference-counted NTFS volumes
2015-05-02 Eric BiggersNTFS-3g capture: sort attributes by starting LCN
2015-05-02 Eric BiggersNTFS-3g capture: open inodes by inode number
2015-05-02 Eric BiggersVarious cleanups
2015-04-25 Eric Biggerswimlib_iterate_lookup_table(): include unhashed blobs
2015-04-11 Eric BiggersRemove unnecessary argument to hlist iteration macros
2015-04-04 Eric Biggersinode/blob cleanups
2015-04-03 Eric BiggersImprove helper functions for setting blob locations
2015-04-03 Eric BiggersTrim down 'flags' member of 'struct blob_descriptor'
2015-03-26 Eric BiggersAdjust handling of blob reference counts
2015-03-26 Eric Biggersblob_table.c: fix NTFS location clone error path
2015-03-26 Eric BiggersStream and blob updates