Commit Graph

6 Commits (cd6017fbab1fc5d5b327bf1e0dd64a2187dc70e1)
 

Author SHA1 Message Date
Eric Biggers cd6017fbab Reuse decompression contexts
This change allows one ntfs_system_decompression_ctx to be reused for
all reads from a given open FUSE file.  To make this possible, it was
necessary to update the decompression context to no longer hold a
reference to the open compressed stream.

Based on a proposal by Mikalai Ramanovich.
2016-10-28 23:11:57 -07:00
Eric Biggers a53113cf1f README.md: mention how to generate configure script 2016-10-26 20:48:46 -07:00
Eric Biggers 7eb7fd2919 README.md: fix typo 2016-08-28 13:04:48 -07:00
Eric Biggers e912afeea6 Define FUSE_USE_VERSION 2016-07-09 17:54:27 -05:00
Eric Biggers 5c337bc502 Sync decompression code from wimlib 2016-07-09 17:54:27 -05:00
Eric Biggers 3ddd227ee8 Initial release 2016-07-02 23:17:24 -05:00