wimlib:split_write

Last commit made on 2015-10-09
Get this branch:
git clone -b split_write https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
split_write
Repository:
lp:wimlib

Recent commits

3891cd4... by Eric Biggers

write split

69e748e... by Eric Biggers

Update NEWS

3cc620c... by Eric Biggers

wimlib-imagex: forbid --unsafe-compact when it doesn't make sense

2922306... by Eric Biggers

Don't unnecessarily rebuild exported metadata resources

- When image metadata is modified, release the descriptor for the backing
  resource (if any), since it can no longer be used
- In write_metadata_resources(), allow copying metadata resources from a
  WIM file other than the one being written
- Remove the 'modified' and 'dont_check_metadata_hash' fields which are
  no longer needed

7ca9039... by Eric Biggers

xml_print_image_info(): handle LANGUAGE element with no text

943cabe... by Eric Biggers

wimlib_set_image_name(): allow setting image to existing name

ae79d54... by Eric Biggers

wimlib_set_image_property(): forbid NULL or empty property names

3ae77c6... by Eric Biggers

wimlib_get_image_property(): forbid NULL or empty property names

90a322a... by Eric Biggers

wimlib_split(): forbid splitting arbitrary WIMStructs

bd58408... by Eric Biggers

README: update COMPRESSION RATIO section