1. 04 Jan, 2019 2 commits
  2. 03 Jan, 2019 5 commits
  3. 30 Dec, 2018 1 commit
  4. 20 Dec, 2018 9 commits
  5. 07 Dec, 2018 1 commit
  6. 28 Nov, 2018 1 commit
  7. 16 Nov, 2018 1 commit
  8. 03 Nov, 2018 1 commit
  9. 02 Nov, 2018 1 commit
  10. 30 Oct, 2018 3 commits
  11. 29 Oct, 2018 1 commit
  12. 24 Oct, 2018 3 commits
  13. 22 Oct, 2018 2 commits
  14. 18 Oct, 2018 2 commits
  15. 16 Oct, 2018 2 commits
  16. 15 Oct, 2018 1 commit
  17. 12 Oct, 2018 1 commit
  18. 10 Oct, 2018 2 commits
  19. 05 Oct, 2018 1 commit
    • Steven Allen's avatar
      gx: update stuff · 144aa524
      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>
      144aa524