1. 23 Dec, 2019 2 commits
  2. 17 Dec, 2019 1 commit
  3. 14 Dec, 2019 1 commit
  4. 05 Dec, 2019 3 commits
  5. 25 Nov, 2019 1 commit
    • Oli Evans's avatar
      fix: ignore nonexistant when force rm · 25694d02
      Oli Evans authored
      - Make `ipfs files rm --force /nonexistant` succeed when the path does not exist.
      - Add shaness test for removing nonexistant paths
      - Refactor duplicated code to find a parent dir into a function
      
      I've been writing scripts against the files api, and having to stat things before removing them is a pain. So this PR aims to make --force do what I'd expect it to.
      
      License: MIT
      Signed-off-by: default avatarOli Evans <oli@tableflip.io>
      25694d02
  6. 15 Nov, 2019 1 commit
  7. 29 Oct, 2019 3 commits
  8. 08 Oct, 2019 1 commit
  9. 07 Oct, 2019 2 commits
  10. 01 Oct, 2019 2 commits
  11. 27 Sep, 2019 1 commit
  12. 23 Sep, 2019 1 commit
  13. 30 Aug, 2019 1 commit
    • Steven Allen's avatar
      plugins: add support for plugin configs · 150b6dd1
      Steven Allen authored
      For now, configs specified in `daemon --init-config` and `init CONFIG` are not
      available. We should fix this eventually but isn't necessary for now (and
      supporting this will be annoying).
      150b6dd1
  14. 28 Aug, 2019 1 commit
  15. 24 Aug, 2019 3 commits
  16. 23 Aug, 2019 1 commit
  17. 01 Aug, 2019 1 commit
  18. 26 Jul, 2019 3 commits
  19. 17 Jul, 2019 1 commit
  20. 12 Jul, 2019 1 commit
  21. 03 Jul, 2019 1 commit
    • Steven Allen's avatar
      feat: deprecate ipfs repo fsck command · 288a83ce
      Steven Allen authored
      This command is no longer necessary and is quite dangerous:
      
      1. All lockfiles are now released by the OS when the daemon stops.
      2. The API file is ignored when (a) the repo is initialized and (b) daemon is
      off.
      
      fixes #6435
      288a83ce
  22. 29 Jun, 2019 1 commit
  23. 11 Jun, 2019 1 commit
  24. 04 Jun, 2019 1 commit
  25. 02 Jun, 2019 1 commit
  26. 29 May, 2019 2 commits
  27. 17 May, 2019 1 commit
  28. 15 May, 2019 1 commit