generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support UnixFS 1.5 file mode and modification times #653
Merged
Commits on Aug 6, 2024
-
feat: support UnixFS 1.5 file mode and modification times
Replaces PR #34 written by @kstuart Adds support for storing and retrieving file mode and last modification time. Support added to: - [X] Files - [X] LinkFiles - [X] Webfiles - [X] Directories - [X] Tar Archives When the TAR archive (headers) include a file mode or modification time, the extractor will restore that metadata when supported for the underlying filesystem. The Golang runtime currently does not support changing the times on a symlink, for Linux and some BSDs a custom solution has been implemented, for Darwin this is not the case so when copying a symlink to the filesystem the last modification time is not updated. Since for concrete files and directories stored modes and modification times are faithfully restored to the filesystem this should not be a breaking issue, a similar solution to that implemented for Linux/BSDs is likely implementable by a developer with access to a Darwin platform. Replaces PRs: - ipfs/go-ipfs-files#31 - ipfs/tar-utils#11 - #34 Relates to ipfs/kubo#6920
Configuration menu - View commit details
-
Copy full SHA for db9037a - Browse repository at this point
Copy the full SHA db9037aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5124433 - Browse repository at this point
Copy the full SHA 5124433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 312a27f - Browse repository at this point
Copy the full SHA 312a27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7371b76 - Browse repository at this point
Copy the full SHA 7371b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f392d5 - Browse repository at this point
Copy the full SHA 4f392d5View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4120ad4 - Browse repository at this point
Copy the full SHA 4120ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for da4b1fe - Browse repository at this point
Copy the full SHA da4b1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23407d5 - Browse repository at this point
Copy the full SHA 23407d5View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66d0d88 - Browse repository at this point
Copy the full SHA 66d0d88View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52d3a8d - Browse repository at this point
Copy the full SHA 52d3a8dView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0338750 - Browse repository at this point
Copy the full SHA 0338750View commit details
Commits on Aug 13, 2024
-
feat: Support UnixFS mode and modification times in ipld dag and mfs (#…
…658) * feat: Support UnixFS mode and modification times in ipld dag and mfs Adds support for storing and retrieving file mode and last modification time. Support added to: - Files - LinkFiles - Webfiles - Directories Tar archives are supported by the parent branch.
Configuration menu - View commit details
-
Copy full SHA for 1062062 - Browse repository at this point
Copy the full SHA 1062062View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91e0954 - Browse repository at this point
Copy the full SHA 91e0954View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27ba95 - Browse repository at this point
Copy the full SHA b27ba95View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e7b853 - Browse repository at this point
Copy the full SHA 1e7b853View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35ddcb - Browse repository at this point
Copy the full SHA f35ddcbView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4259d6 - Browse repository at this point
Copy the full SHA f4259d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a83de - Browse repository at this point
Copy the full SHA 76a83deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a23fa5b - Browse repository at this point
Copy the full SHA a23fa5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a5c30 - Browse repository at this point
Copy the full SHA 95a5c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2660c5 - Browse repository at this point
Copy the full SHA b2660c5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.