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