darlinghq / darling-dmg

FUSE module for .dmg files (containing an HFS+ filesystem)
http://www.darlinghq.org
GNU General Public License v3.0
278 stars 45 forks source link

Bz and Zlib decompression algorithm was still not right. #81

Closed jief666 closed 6 years ago

jief666 commented 6 years ago

My bad, I think. I took this occasion to rethink harder to avoid multiple read. Now, read from disk is only done when buffer is empty. It passes my "rsync" test with the image from tomkoen (qt-creator-opensource-mac-x86_64-4.5.1.dmg).

jief666 commented 6 years ago

@tomkoen : you'll also need the pull request #80 to be able to correctly open that image.