1. 04 Aug, 2020 1 commit
  2. 17 Nov, 2019 1 commit
    • Jorropo's avatar
      Adding alias for `ipfs repo stat`. · 2d7fae78
      Jorropo authored
      This add -H (-h is obviously taken by the help) for human and -s for size only (I though of -so but multiple letters is automaticaly -- not -).
      2d7fae78
  3. 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
  4. 11 May, 2019 1 commit
  5. 29 Mar, 2019 1 commit
  6. 20 Mar, 2019 1 commit
  7. 05 Mar, 2019 1 commit
  8. 01 Mar, 2019 1 commit
  9. 27 Feb, 2019 2 commits
  10. 25 Feb, 2019 1 commit
  11. 21 Feb, 2019 1 commit
  12. 19 Feb, 2019 1 commit
  13. 18 Feb, 2019 1 commit
  14. 11 Feb, 2019 1 commit
  15. 08 Feb, 2019 1 commit
  16. 30 Jan, 2019 1 commit
  17. 10 Jan, 2019 1 commit
  18. 09 Jan, 2019 1 commit
  19. 04 Jan, 2019 1 commit
  20. 20 Dec, 2018 2 commits
  21. 13 Dec, 2018 1 commit
  22. 07 Dec, 2018 1 commit
  23. 27 Nov, 2018 1 commit
  24. 16 Nov, 2018 1 commit
  25. 10 Nov, 2018 1 commit
  26. 03 Nov, 2018 4 commits
  27. 02 Nov, 2018 1 commit
  28. 29 Oct, 2018 1 commit
  29. 26 Oct, 2018 3 commits
  30. 24 Oct, 2018 1 commit
  31. 18 Oct, 2018 1 commit
  32. 05 Oct, 2018 2 commits
    • Steven Allen's avatar
      gx: update stuff · 098933ad
      Steven Allen authored
      * go-datastore and friends: GetSize
      * badger: new release, fewer allocations
      * go-mplex: send fewer packets
      * go-bitswap: pack multiple blocks in a single message, fewer allocations
      * go-buffer-pool: replace the buffer pool from go-msgio
      * yamux: fixed data race and uses go-buffer-pool for stream read-buffers to
        reduce memory and allocations.
      * go-libp2p-secio: get rid of a hot-spot allocation
      * go-libp2p-peerstore: reduced allocations (at the cost of some memory)
      
      More?
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      098933ad
    • Kejie Zhang's avatar
      refactor all command code · 3dc0ce7f
      Kejie Zhang authored
      License: MIT
      Signed-off-by: default avatarKejie Zhang <601172892@qq.com>
      3dc0ce7f