1. 05 Dec, 2019 2 commits
  2. 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
  3. 15 Nov, 2019 1 commit
  4. 29 Oct, 2019 3 commits
  5. 08 Oct, 2019 1 commit
  6. 07 Oct, 2019 2 commits
  7. 01 Oct, 2019 2 commits
  8. 27 Sep, 2019 1 commit
  9. 23 Sep, 2019 1 commit
  10. 12 Sep, 2019 1 commit
    • Steven Allen's avatar
      build: fix golangci again · 315a3c9e
      Steven Allen authored
      The patches that required the replace directives have been merged upstream.
      Unfortunately, those branches have now been deleted, breaking the build.
      
      GAH!
      315a3c9e
  11. 11 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 2 commits
  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. 01 Jun, 2019 1 commit
  26. 29 May, 2019 2 commits
  27. 17 May, 2019 1 commit
  28. 15 May, 2019 2 commits