]> wimlib.net Git - wimlib/commit
Implement sequential extract
authorEric Biggers <ebiggers3@gmail.com>
Tue, 20 Nov 2012 08:29:27 +0000 (02:29 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 20 Nov 2012 08:29:27 +0000 (02:29 -0600)
commitedd7e04ddef20c47975bd2535960b6223496d99b
tree54f30a39da6632621722bfc13435f539f0f1769c
parent9368708ff94a8da723874c098d24fefcd5866207
Implement sequential extract

Read the WIM sequentially when applying an image.

Currently only implemented for normal extraction mode, and each image is
considered separately in the case of multi-image extractions.
programs/imagex.c
src/extract.c
src/lookup_table.h
src/wimlib.h
src/wimlib_internal.h