1. 726c23b core: OverrideAuthorityNameResolverFactory should forward refresh() (#3061) by zpencer · 7 years ago
  2. 0a8d761 core: Simplify ChannelImpl constructor; testable Builder by Eric Anderson · 7 years ago
  3. faa0ad7 Revert "core: move NameResolverProvider to internal" by Eric Anderson · 7 years ago
  4. 9c6ea27 core: move NameResolverProvider to internal by Carl Mastrangelo · 7 years ago
  5. 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
  6. 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
  7. 347eb09 all: Minor updates to expand javadocs (#2991) by zpencer · 7 years ago
  8. 7d048af javadoc: fix broken links in javadoc by ZHANG Dapeng · 7 years ago
  9. a317912 Channel.authority() should return the value of overrideAuthority (#2956) by zpencer · 7 years ago
  10. be74e97 core: stop using static flags for Census control. (#2947) by Kun Zhang · 7 years ago
  11. 49bde54 core: integrate instrumentation-java (Census) tracing (#2938) by Kun Zhang · 7 years ago
  12. 903197b core: StreamTracer (#2863) by Kun Zhang · 7 years ago
  13. 418d52d core: unify EquivalentAddressGroup and its immitators. (#2755) by Kun Zhang · 7 years ago
  14. a9bd947 core: promote LBv2 classes. by Kun Zhang · 7 years ago
  15. a6b1d89 core: delete the old channel impl and LoadBalancer. by Kun Zhang · 7 years ago
  16. 9a81cad core: switch to LBv2 as the default. (#2707) by Kun Zhang · 7 years ago
  17. 0e6cf99 core: open up LBv2 APIs for early adopters. by Kun Zhang · 7 years ago
  18. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 7 years ago
  19. 0428556 core: allow LBv2 impls to be stripped out by ProGuard. (#2654) by Kun Zhang · 7 years ago
  20. 737cd16 core: make StatsContextFactory setters protected (#2634) by Kun Zhang · 7 years ago
  21. 8493498 core: remove thisT() from API by Carl Mastrangelo · 8 years ago
  22. d17a7b5 core: abstract channel builder to accept LoadBalancer2 (#2583) by Kun Zhang · 8 years ago
  23. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
  24. fdd062c core: make max message size part of the public API by Carl Mastrangelo · 8 years ago
  25. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  26. d74091f core: fix a discrepency in state transition. by Kun Zhang · 8 years ago
  27. 23652c5 core: change API of NameResolver#onUpdate by Lukasz Strzalkowski · 8 years ago
  28. 577164c Rename Dummy load balancer to PickFirst by Lukasz Strzalkowski · 8 years ago
  29. 1285477 all: add parameter name to checkNotNull by Carl Mastrangelo · 8 years ago
  30. bfcb04c core: Allow avoiding Provider loading, for Android by Eric Anderson · 8 years ago
  31. 527fd67 core: Channel Idleness by Kun Zhang · 8 years ago
  32. 56a2938 core: Add NameResolverProvider by Eric Anderson · 8 years ago
  33. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  34. a05ab57 core: emit lists of lists from NameResolver by William Thurston · 8 years ago
  35. 631a9d5 Fix URI construction. by Kun Zhang · 8 years ago
  36. 1cc76d8 core,netty,okhttp: move user agent out of client call and into the transport by Carl Mastrangelo · 8 years ago
  37. 0f9e3fa all: Add issues for many of the experimental API annotations by Carl Mastrangelo · 8 years ago
  38. 1d8aefa create AuthorityOverridingTransportFactory instance only when authorityOverride is set by Sky Ao · 8 years ago
  39. 877e1e1 Provide default implementation for NameResolver.refresh(). by Kun Zhang · 8 years ago
  40. a40b686 Revert "Refactor ExponentialBackoffPolicy" by Eric Anderson · 8 years ago
  41. e63bbaf Merge pull request #1587 from lukaszx0/add-backoff-to-builder by Carl Mastrangelo · 8 years ago
  42. a98f8af Refactor ExponentialBackoffPolicy by Lukasz Strzalkowski · 8 years ago
  43. 3be48b4 Refresh name resolution if all addresses failed to connect. by Kun Zhang · 8 years ago
  44. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 8 years ago
  45. cf787bd DelayedClientTransport and fix TransportSet.shutdown() semantics. by Kun Zhang · 8 years ago
  46. 1624715 Move default scheme decision from ManagedChannelImpl to NameResolver.Factory. by Kun Zhang · 9 years ago
  47. 82a79d8 Expose compression on ClientCall and Server Call by Carl Mastrangelo · 9 years ago
  48. 602473d Add directExecutor() to Channel and Server Builders. Fixes #368. by buchgr · 9 years ago
  49. edd57c9 Support default port in NameResolver. by Kun Zhang · 9 years ago
  50. efac679 NameResolverRegistry and better-defined target string. by Kun Zhang · 9 years ago
  51. 942f4c9 Load-balancing ManagedChannelImpl. by Kun Zhang · 9 years ago
  52. 6a782a0 Use Executor in stable builder APIs instead of ExecutorService by Louis Ryan · 9 years ago
  53. 6122daf Add a missing channel builder methods not copied in b687bdc by Eric Anderson · 9 years ago
  54. b687bdc Refactoring channel API. by nmittler · 9 years ago[Renamed (77%) from core/src/main/java/io/grpc/AbstractChannelBuilder.java]
  55. 777e928 Removing transport shutdown hooks from channel builder by nmittler · 9 years ago
  56. 687a6f4 Skip io.grpc.internal in javadoc. by Kun Zhang · 9 years ago
  57. 0eb9862 Annotations for unstable and internal interfaces. by Kun Zhang · 9 years ago
  58. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  59. 7d3d80e Add a javadoc for AbstractChannelBuilder.buildEssentials by Carl Mastrangelo · 9 years ago
  60. 0df3d5e Add ClientInterceptors "inside" ChannelImpl by Eric Anderson · 9 years ago
  61. 8c1d38a Adding default User-Agent for netty and okhttp. by nmittler · 9 years ago
  62. 4f4f8e4 Remove Guava's Service from server transport by Eric Anderson · 9 years ago
  63. 9aae6f6 checkstyle change: by Xudong Ma · 9 years ago
  64. c3e8dae Add checkstyle checking by Eric Anderson · 9 years ago
  65. f831458 Removing all references to "stubby" by nmittler · 9 years ago[Renamed (96%) from core/src/main/java/com/google/net/stubby/AbstractChannelBuilder.java]
  66. aeeebb7 Remove Service API from ServerImpl by Eric Anderson · 10 years ago
  67. 7235a39 Remove Service API from ChannelImpl by ejona · 9 years ago
  68. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  69. ff669ac More precise Builder generics by ejona · 10 years ago
  70. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago
  71. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  72. 8d6d12e Convenient builders for channels and servers. by zhangkun · 10 years ago