wimlib:lzms_bt

Last commit made on 2016-06-02
Get this branch:
git clone -b lzms_bt https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
lzms_bt
Repository:
lp:wimlib

Recent commits

af078bb... by Eric Biggers

lzms bt

dcdce8f... by Eric Biggers

v1.9.2

aaddd85... by Eric Biggers

Update libxml to 2.9.4 for Windows binaries

b27e5a1... by Eric Biggers

Do not use read() and write() from MSVCRT

0094048... by Eric Biggers

make-windows-release: allow extra configure args on command line

This is useful for testing with --enable-test-support.

9c0f42c... by Eric Biggers

win32_apply.c: WRITE_DAC is no longer needed when creating directory

aa61336... by Eric Biggers

.gitignore: ignore wlfuzz binary

8a1b5f4... by Eric Biggers

win32_apply.c: better workaround for access denied bug when creating ADS

Removing directory DACLs was not really a good idea, since this state can
too easily remain after extraction. Instead, since the unexpected
STATUS_ACCESS_DENIED error only occurs when creating an empty named data
stream, we can avoid the error by requesting no permissions on the
handle. It happens that no permissions are needed anyway.

7166f4e... by Eric Biggers

imagex: don't define mount_options and unmount_options if unneeded

1785172... by Eric Biggers

v1.9.2-BETA2