-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Unixfs1.5 mode and modification time support (#150)
Apply unix mode and modification time to files. Uses kubo and boxo with for Unixfs 1.5 to provide support for mode and modification time. If a retrieved file has mode and/or mod time, these values are applied to the saved file. This demonstrates that kubo/client/rpc is working. - Additional tests show that kubo/client/rpc works over a unix domain socket. - Fix path parsing with new `path` package - Add tests for directory contents with mod time and mode - Use latest kubo and boxo - Depend on go1.22
- Loading branch information
Showing
11 changed files
with
1,032 additions
and
838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.