]> wimlib.net Git - wimlib/commit
Rewrite integrity calculation and checks
authorEric Biggers <ebiggers3@gmail.com>
Tue, 20 Nov 2012 04:24:30 +0000 (22:24 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 20 Nov 2012 04:24:30 +0000 (22:24 -0600)
commit0541069de2f74283d44ebb02372b60fb608795f2
tree77409592302cb602db143a0318f6634d3a733ac5
parente6227e4978dd41e0726ef1b54713089d343b57de
Rewrite integrity calculation and checks

- Read and write 4096 bytes at a time
- Improve progress messages
- Allow copying some, but possibly not all, entries from the previous integrity
  table.
src/dentry.c
src/integrity.c
src/lookup_table.h
src/modify.c
src/ntfs-capture.c
src/resource.c
src/security.c
src/util.h
src/wim.c
src/wimlib_internal.h
src/write.c