Skip to content
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
wants to merge 25 commits into from

Commits on Nov 5, 2020

  1. 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.
    kstuart committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    cf50c16 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. [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.
    kstuart committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    d93f1ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d883e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    a85c903 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    9d257fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    659e709 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    e1d9879 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Merge branch 'master' of https://github.com/ipfs/go-ipfs into feat/un…

    …ixfs/ufs15
    
    � Conflicts:
    �	core/commands/files.go
    kstuart committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ddf9073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b57a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    45713c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9172385 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f5f09 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    d7e61f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    ae2d3d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    46e0660 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. remove leftover code

    kstuart committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    29860a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e40cf41 View commit details
    Browse the repository at this point in the history
  3. correct comment

    kstuart committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    fd80be0 View commit details
    Browse the repository at this point in the history
  4. remove unneeded parameter

    kstuart committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    ae46f6a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. remove unneeded cast

    kstuart committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    fb8d100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    574b656 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    c000653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a37d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed2b842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b3f27d View commit details
    Browse the repository at this point in the history