1. 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
  2. 05 Oct, 2018 4 commits
  3. 04 Oct, 2018 1 commit
  4. 03 Oct, 2018 2 commits
  5. 02 Oct, 2018 1 commit
  6. 24 Sep, 2018 2 commits
  7. 12 Sep, 2018 2 commits
  8. 08 Sep, 2018 1 commit
  9. 31 Aug, 2018 1 commit
  10. 29 Aug, 2018 1 commit
  11. 22 Aug, 2018 1 commit
  12. 15 Aug, 2018 2 commits
  13. 13 Aug, 2018 1 commit
  14. 12 Aug, 2018 1 commit
  15. 11 Aug, 2018 1 commit
  16. 09 Aug, 2018 4 commits
  17. 07 Aug, 2018 1 commit
  18. 05 Aug, 2018 1 commit
  19. 28 Jul, 2018 2 commits
  20. 23 Jul, 2018 1 commit
  21. 16 Jul, 2018 1 commit
  22. 13 Jul, 2018 2 commits
  23. 28 Jun, 2018 1 commit
  24. 27 Jun, 2018 1 commit
    • 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
  25. 09 Jun, 2018 1 commit
  26. 01 Jun, 2018 1 commit
  27. 26 Mar, 2018 2 commits