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