1. 11 Oct, 2021 1 commit
  2. 10 Jan, 2020 1 commit
  3. 26 Sep, 2019 1 commit
  4. 26 Jul, 2019 1 commit
    • Steven Allen's avatar
      fix and improve the writable gateway · 521a2995
      Steven Allen authored
      1. Fix handling of PUT. The simple implementation was the correct
         implementation, I have no idea what was going on here.
      2. Use MFS everywhere to reduce code duplication and add support for sharded
         directories.
      3. _Correctly_ block IPNS.
      4. Remove the dependency on `core.IpfsNode`.
      5. Remove support for putting empty directories with a well-known CID. It was
         useless as directories are automatically created.
      521a2995
  5. 05 Mar, 2019 1 commit
  6. 27 Feb, 2019 2 commits
  7. 21 Feb, 2019 2 commits
  8. 19 Feb, 2019 1 commit
  9. 18 Feb, 2019 1 commit
  10. 14 Feb, 2019 1 commit
  11. 11 Feb, 2019 1 commit
  12. 09 Feb, 2019 2 commits
  13. 08 Feb, 2019 1 commit
  14. 09 Jan, 2019 1 commit
  15. 04 Jan, 2019 5 commits
  16. 20 Dec, 2018 1 commit
  17. 07 Dec, 2018 1 commit
  18. 16 Nov, 2018 1 commit
  19. 03 Nov, 2018 1 commit
  20. 24 Oct, 2018 3 commits
  21. 12 Oct, 2018 1 commit
  22. 10 Oct, 2018 1 commit
    • Steven Allen's avatar
      gx: update go-buffer-pool · 8117a2bc
      Steven Allen authored
      Turns out that `pool.Put(buf)` had to *allocate* because we needed to turn
      `[]byte` into `interface{}`. Apparently, we've never done this correctly we just
      never noticed because we never really used buffer pools extensively.
      
      However, since migrating yamux to a buffer-pool backed buffer, this started
      showing up in allocation profiles.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      8117a2bc
  23. 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
    • Kevin Atkinson's avatar
      gx update libp2p/go-buffer-pool · d127f1be
      Kevin Atkinson authored
      License: MIT
      Signed-off-by: default avatarKevin Atkinson <k@kevina.org>
      d127f1be
  24. 04 Oct, 2018 1 commit
  25. 24 Sep, 2018 1 commit
  26. 08 Sep, 2018 1 commit
  27. 31 Aug, 2018 1 commit
  28. 22 Aug, 2018 1 commit
  29. 09 Aug, 2018 2 commits