1. 05 Nov, 2018 3 commits
  2. 03 Nov, 2018 1 commit
  3. 26 Oct, 2018 1 commit
  4. 24 Oct, 2018 1 commit
  5. 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
    • Lars Gierth's avatar
      gx: update go-ipfs-config, iptb · fc257574
      Lars Gierth authored
      License: MIT
      Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
      fc257574
  6. 04 Oct, 2018 1 commit
  7. 24 Sep, 2018 1 commit
  8. 23 Sep, 2018 1 commit
  9. 11 Sep, 2018 1 commit
  10. 08 Sep, 2018 1 commit
  11. 31 Aug, 2018 1 commit
  12. 29 Aug, 2018 1 commit
  13. 22 Aug, 2018 1 commit
  14. 15 Aug, 2018 1 commit
  15. 13 Aug, 2018 1 commit
  16. 09 Aug, 2018 8 commits
  17. 29 Jul, 2018 1 commit
  18. 28 Jul, 2018 1 commit
  19. 27 Jul, 2018 1 commit
  20. 24 Jul, 2018 1 commit
  21. 23 Jul, 2018 1 commit
  22. 16 Jul, 2018 1 commit
  23. 13 Jul, 2018 2 commits
  24. 09 Jul, 2018 1 commit
  25. 08 Jul, 2018 1 commit
  26. 05 Jul, 2018 1 commit
  27. 27 Jun, 2018 2 commits
    • Jeromy's avatar
      Ipfs v0.4.16-rc1 · 58198681
      Jeromy authored
      License: MIT
      Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
      58198681
    • Steven Allen's avatar
      gx update · 3eba14aa
      Steven Allen authored
      Updates:
      
      * go-kad-dht: Query performance improvements, DHT client fixes, validates
        records on *local* put.
      * go-libp2p-swarm/go-libp2p-transport: Timeout improvements.
      * go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.)
      * go-log: fixes possible panic when enabling/disabling events.
      * go-multiaddr: fixes possible panic when stringifying malformed multiaddrs,
        adds support for consuming /p2p/ multiaddrs.
      
      fixes #5113
      unblocks #4895
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      3eba14aa
  28. 21 Jun, 2018 1 commit