1. 17 Dec, 2019 1 commit
  2. 14 Dec, 2019 1 commit
  3. 05 Dec, 2019 3 commits
  4. 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
  5. 15 Nov, 2019 1 commit
  6. 29 Oct, 2019 3 commits
  7. 08 Oct, 2019 1 commit
  8. 07 Oct, 2019 2 commits
  9. 01 Oct, 2019 2 commits
  10. 27 Sep, 2019 1 commit
  11. 23 Sep, 2019 1 commit
  12. 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
  13. 28 Aug, 2019 1 commit
  14. 24 Aug, 2019 3 commits
  15. 23 Aug, 2019 1 commit
  16. 01 Aug, 2019 1 commit
  17. 26 Jul, 2019 3 commits
  18. 17 Jul, 2019 1 commit
  19. 12 Jul, 2019 1 commit
  20. 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
  21. 29 Jun, 2019 1 commit
  22. 11 Jun, 2019 1 commit
  23. 04 Jun, 2019 1 commit
  24. 02 Jun, 2019 1 commit
  25. 29 May, 2019 2 commits
  26. 17 May, 2019 1 commit
  27. 15 May, 2019 2 commits
  28. 14 May, 2019 1 commit