Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: zao/ooz

Tags

v0.2.4

Toggle v0.2.4's commit message
feat: add bundle-stats, list-files bundle ID

`list-files` now has a `--bundle-mapping` option to emit a CSV detailing
for each entry the bundle ID, the file path, and the bundle path.

v0.2.3

Toggle v0.2.3's commit message
feat: add CLI option for (no-)mmap VFS I/O

Some platforms may be fine with memory-mapped I/O and shouldn't suffer
because Windows is silly. The default is still file-based I/O and the
user can be explicit with `--mmap` and `--no-mmap` to indicate their
preference.

v0.2.2

Toggle v0.2.2's commit message
fix: skip missing file extraction

Missing files were not skipped and could end up extracted with stack
garbage as their bundle IDs, path hashes and offsets/sizes.

This can manifest even with `path_rep` file lists as sometimes files
are just not bundled up as file entries but still have path entries.

We now explicitly skip adding any missing wanted files to the set of
files to extract to properly report and count them.

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from zao/pr/find-hash-seed

Derive seed for MurmurHash64A automatically

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from zao/pr/fix-3.21.2-hashes

Add support for 3.21.2 path hashes

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from zao/arm64_noalias

Use SIMDe intrinsics over native names