]> wimlib.net Git - wimlib/commit - src/extract.c
Lots of changes
authorEric Biggers <ebiggers3@gmail.com>
Wed, 21 Nov 2012 08:34:34 +0000 (02:34 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 21 Nov 2012 08:34:34 +0000 (02:34 -0600)
commit9b9a502863318d6208da2818b1d522346e5eee9e
treedcdccf9a054d1c354691707e5d270c743be71581
parent3d7805d6132d821c4e29bc90e58518bfe3acb15c
Lots of changes

- Add progress functions
- Rename wimlib_mount() and wimlib_unmount() to wimlib_mount_image() and
  wimlib_unmount_image()
- Remove wimlib_add_image_from_ntfs_volume() and
  wimlib_apply_image_to_ntfs_volume() in favor of flags to wimlib_add_image()
  and wimlib_extract_image()
- Add progress callback functions, and make them work for NTFS apply as well as
  normal apply
- Consolidate some of the extraction code into extract_single_image().
- Make serial WIM reading work when applying to NTFS as well as in the normal
  extraction mode.
- Update documentation in wimlib.h.
21 files changed:
Makefile.am
NEWS
programs/imagex.c
src/dentry.h
src/extract.c
src/header.c
src/integrity.c
src/join.c
src/lookup_table.c
src/lookup_table.h
src/modify.c
src/mount.c
src/ntfs-apply.c
src/ntfs-capture.c
src/resource.c
src/split.c
src/wim.c
src/wimlib.h
src/wimlib_internal.h
src/write.c
src/xml.c