Skip to content

Tags: Eeems/python-ext4

Tags

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure volume.read and volume.peek will always return the full amount…

… of requested if available (#33)

* Fix #18

* Add test

* Review feedback

* Bump version

v1.4

Toggle v1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use htree for inode_at, fix inode_at performance (#32)

* Simplify inode_at logic

* Add htree inode_at test

* Implement htree, and fix linear scan performance

* Bump version

* Fix test image generation

* Review feedback

* Fix fuzz

* Review feedback

* only mmove data that returns

* Update cachetools

* Fix hash logic

* Fix scan issue

* Fix deprecation warning

* Review feedback

* Alphabetical slots

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update AUR automatically (#31)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Test wheels after build, support big endian architectures (#28)

* Test wheels

* Version bump

* Always build wheels

* Guard against missing wheel

* Make wheel test script executable

* Fix endianness on s390x

* Drop 3.10 support

* Fix riscv64 build

* Fix endianness issues with s390x

* lint fix

* Skip riscv64+glibc test

* Review fixes

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add symlink testing (#27)

* Add symlink testing

* Handle fast symlinks

* Bump version

* Fix test image generation

* Handle when the i_size is malformed and reading a fast symlink

v1.3

Toggle v1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Eeems Nathaniel van Diepen
Fuzz doesn't need test-image

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Eeems Nathaniel van Diepen
Bump version

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Eeems Nathaniel van Diepen
Bump version

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix inode checksum calculation (#12)

* Switch to crc32c

* Bump version

* Add missing offset, fix checksum logic

* Switch back to crcmod

* Clamp

* Remove unneeded initialization

* Add missing data

* Move to helper

* Normalize imports

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Eeems Nathaniel van Diepen
Version bump