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