-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Support storing UnixFS 1.5 Mode and ModTime #7754
Closed
Closed
Commits on Nov 5, 2020
-
preliminary support for unixfs Mode and ModTime
This commit introduces initial Mode and ModTime support for single filesystem files and webfiles. The ipfs add options --preserve-mode and --preserve-mtime are used to store the original mode and last modified time of the file being added, the options --mode, --mtime and --mtime-nsecs are used to store custom values. A custom value of 0 is a no-op. The preserve flags and custom options are mutually exclusive, if both are provided the custom options take precedence.
Configuration menu - View commit details
-
Copy full SHA for cf50c16 - Browse repository at this point
Copy the full SHA cf50c16View commit details
Commits on Nov 10, 2020
-
[ipfs get] pass the output path to FileArchive
This is needed for when ipfs get is used with the --output option to ensure the target for applying metadata is known.
Configuration menu - View commit details
-
Copy full SHA for d93f1ef - Browse repository at this point
Copy the full SHA d93f1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d883e9 - Browse repository at this point
Copy the full SHA 0d883e9View commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a85c903 - Browse repository at this point
Copy the full SHA a85c903View commit details
Commits on Apr 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d257fe - Browse repository at this point
Copy the full SHA 9d257feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 659e709 - Browse repository at this point
Copy the full SHA 659e709View commit details
Commits on Aug 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e1d9879 - Browse repository at this point
Copy the full SHA e1d9879View commit details
Commits on Sep 2, 2021
-
Merge branch 'master' of https://github.com/ipfs/go-ipfs into feat/un…
…ixfs/ufs15 � Conflicts: � core/commands/files.go
Configuration menu - View commit details
-
Copy full SHA for ddf9073 - Browse repository at this point
Copy the full SHA ddf9073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16b57a6 - Browse repository at this point
Copy the full SHA 16b57a6View commit details
Commits on Sep 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 45713c2 - Browse repository at this point
Copy the full SHA 45713c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9172385 - Browse repository at this point
Copy the full SHA 9172385View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f5f09 - Browse repository at this point
Copy the full SHA a6f5f09View commit details
Commits on Sep 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d7e61f0 - Browse repository at this point
Copy the full SHA d7e61f0View commit details
Commits on Jan 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae2d3d4 - Browse repository at this point
Copy the full SHA ae2d3d4View commit details
Commits on Jan 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 46e0660 - Browse repository at this point
Copy the full SHA 46e0660View commit details
Commits on Jun 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 29860a1 - Browse repository at this point
Copy the full SHA 29860a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e40cf41 - Browse repository at this point
Copy the full SHA e40cf41View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd80be0 - Browse repository at this point
Copy the full SHA fd80be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae46f6a - Browse repository at this point
Copy the full SHA ae46f6aView commit details
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fb8d100 - Browse repository at this point
Copy the full SHA fb8d100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574b656 - Browse repository at this point
Copy the full SHA 574b656View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c000653 - Browse repository at this point
Copy the full SHA c000653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a37d6 - Browse repository at this point
Copy the full SHA 03a37d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2b842 - Browse repository at this point
Copy the full SHA ed2b842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3f27d - Browse repository at this point
Copy the full SHA 8b3f27dView 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.