Skip to content

Tags: unmango/aferox

Tags

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add some workflows for the inner modules (#75)

* Add some workflows for the inner modules

* More path triggers

* Heck

* dont look at this commit

protofs/v0.0.9

Toggle protofs/v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updating things since renovate broke (#77)

github/v0.0.3

Toggle github/v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updating things since renovate broke (#77)

docker/v0.0.3

Toggle docker/v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updating things since renovate broke (#77)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Manually updating things because Im inpatient (#73)

* Manually updating things because Im inpatient

* gomodtidy

protofs/v0.0.8

Toggle protofs/v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Manually updating things because Im inpatient (#73)

* Manually updating things because Im inpatient

* gomodtidy

github/v0.0.2

Toggle github/v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Manually updating things because Im inpatient (#73)

* Manually updating things because Im inpatient

* gomodtidy

docker/v0.0.2

Toggle docker/v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Manually updating things because Im inpatient (#73)

* Manually updating things because Im inpatient

* gomodtidy

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes rooted path matching in mapped filesystem (#51)

* Add a path test suite

* Demonstrate the bug

* Break everything

* Refactors CutPrefix tests for clarity

Reorders arguments in CutPrefix test table to improve readability and make the tests easier to understand.

* wip

* Fixes rooted path handling in mapped filesystem

Normalizes path handling within the mapped filesystem to correctly process rooted paths.

The previous implementation had issues with absolute paths, particularly in `CutPrefix`, which led to incorrect file lookups and unexpected behavior when opening or writing files with absolute paths.

This change ensures that rooted paths are correctly handled, allowing the filesystem to function as expected with both relative and absolute paths.

protofs/v0.0.7

Toggle protofs/v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement mkdirall on the server (#47)