1. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
  2. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  3. e9779d7 all: use a proper log id which can reference channels, subchannels, and transports by Carl Mastrangelo · 8 years ago
  4. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  5. 93dd02c core/test: sanitize FakeClock by ZHANG Dapeng · 8 years ago
  6. f5f9ca5 all: fix minor bugs discovered on import by Carl Mastrangelo · 8 years ago
  7. d74091f core: fix a discrepency in state transition. by Kun Zhang · 8 years ago
  8. 107fa8e core: Channel connectivity state API. by Kun Zhang · 8 years ago
  9. 40c5700 core: fix race condition for TransportSet scheduleBackoff by ZHANG Dapeng · 8 years ago
  10. 527fd67 core: Channel Idleness by Kun Zhang · 8 years ago
  11. 26bace6 core: Improve fail fast status messages by Eric Anderson · 8 years ago
  12. 9d4a43f core: fail fast implementation by ZHANG Dapeng · 8 years ago
  13. b88ea27 core/internal: add 3-arg newStream method to ClientTransport interface (#1898) by ZHANG Dapeng · 8 years ago
  14. c08d74f TransportSet shutdown() also shuts down the pending transport. by Kun Zhang · 8 years ago
  15. 1cc76d8 core,netty,okhttp: move user agent out of client call and into the transport by Carl Mastrangelo · 8 years ago
  16. e4ea237 core: Refactor TransportSet in prep for fail fast by Eric Anderson · 8 years ago
  17. 4343932 Delayed transport creates real streams in executor. by Kun Zhang · 8 years ago
  18. 575df76 Trigger name resolution when a live connection closed. by Kun Zhang · 8 years ago
  19. a40b686 Revert "Refactor ExponentialBackoffPolicy" by Eric Anderson · 8 years ago
  20. e63bbaf Merge pull request #1587 from lukaszx0/add-backoff-to-builder by Carl Mastrangelo · 8 years ago
  21. a98f8af Refactor ExponentialBackoffPolicy by Lukasz Strzalkowski · 8 years ago
  22. 3be48b4 Refresh name resolution if all addresses failed to connect. by Kun Zhang · 8 years ago
  23. 08c74d4 Only link delayed transport AFTER real transport has called transportReady(). by Kun Zhang · 9 years ago
  24. b9c1232 Add log ID. by Kun Zhang · 9 years ago
  25. 0e14516 Run createTransportRunnable outside of lock. by Kun Zhang · 9 years ago
  26. 643bb2c Always start from the first address after a successful connection. by Kun Zhang · 9 years ago
  27. 7a29f39 Pass transports instead of futures of transports for new calls. by Kun Zhang · 9 years ago
  28. cf787bd DelayedClientTransport and fix TransportSet.shutdown() semantics. by Kun Zhang · 9 years ago
  29. 1488010 Use generics for LoadBalancer to avoid ClientTransport exposure by Eric Anderson · 9 years ago
  30. 4abb022 Cancel the transport future when the call is cancelled. by Kun Zhang · 9 years ago
  31. 7ce50f7 Revert to lazy-connection. by Kun Zhang · 9 years ago
  32. ad70a28 Move the pick-first logic from SimpleLoadBalancer to TransportSet. by Kun Zhang · 9 years ago