1. a9bd947 core: promote LBv2 classes. by Kun Zhang · 8 years ago
  2. a6b1d89 core: delete the old channel impl and LoadBalancer. by Kun Zhang · 8 years ago
  3. 675080b all: Enable ErrorProne during compilation by Eric Anderson · 8 years ago
  4. a2f15ae android-interop-testing: Fix checkstyle violations (imports) by Eric Anderson · 8 years ago
  5. 5ca4ea7 examples: Split thrift from the multi-project build by Eric Anderson · 8 years ago
  6. 218bc03 all: recommend the latest gRPC version on master by Carl Mastrangelo · 8 years ago
  7. 5872065 compiler: update path to protoc plugin in README by Eric Gribkoff · 8 years ago
  8. 70b482a core: clean up code deprecated in 1.1 (#2678) by Łukasz Strzałkowski · 8 years ago
  9. 63a7765 Fix link to class in java doc (#2739) by Łukasz Strzałkowski · 8 years ago
  10. 6ff5f21 core: report error count metrics. (#2734) by Kun Zhang · 8 years ago
  11. 9283b2b interop-testing: Remove useless Threads in test by Eric Anderson · 8 years ago
  12. d116cc9 netty: Fix NPE in NettyClientTransport by Lukasz Strzalkowski · 8 years ago
  13. 72923dc all: prepare for ErrorProne's FutureReturnValueIgnored by Eric Anderson · 8 years ago
  14. 9fc4fa1 releasing: Add docs for creating new Jenkins job by Eric Anderson · 8 years ago
  15. ae68718 netty: remove unused code in a test by Eric Anderson · 8 years ago
  16. 26913bb netty: include SETTINGS_MAX_HEADER_LIST_SIZE in SETTINGS by Łukasz Strzałkowski · 8 years ago
  17. 4029b3f Implement missing authority API for HandlerRegistry by Ryan Michela · 8 years ago
  18. 9c78b46 core: DelayedStream getAttributes to throw IllegalStateExeption if not passThrough by ZHANG Dapeng · 8 years ago
  19. 700abb3 compiler: add some missing final modifiers on generated code by Carl Mastrangelo · 8 years ago
  20. cc000be netty: Fix CheckReturnValue failure in test by Eric Anderson · 8 years ago
  21. 7e1fd4f core: Tweak getAttributes() JavaDoc by Eric Anderson · 8 years ago
  22. 9a81cad core: switch to LBv2 as the default. (#2707) by Kun Zhang · 8 years ago
  23. 48e1430 interop-testing: fix flakes in Http2Client by Eric Gribkoff · 8 years ago
  24. 42aa64c all: swap to newer animalsniffer plugin by Eric Anderson · 8 years ago
  25. b0323ac all: update to protobuf 3.2.0 by Carl Mastrangelo · 8 years ago
  26. 50a4278 all: drop thrift from grpc-all deps by Carl Mastrangelo · 8 years ago
  27. dfe61e4 netty: fix race in server channel startup and shutdown by Carl Mastrangelo · 8 years ago
  28. 1928dc7 netty: add return value errorprone annotations by Carl Mastrangelo · 8 years ago
  29. 4564209 core: un-abstract the LBv2 setter in ManagedChannelBuilder. (#2697) by Kun Zhang · 8 years ago
  30. 7ab5e0e core: record server_elapsed_time on client (#2673) by Kun Zhang · 8 years ago
  31. 6fbe140 interop-testing: Replace Mockito with StreamObserver for several tests (#2639) by kpayson64 · 8 years ago
  32. b1aee9f netty: call transportReady in handleProtocolNegotiationCompleted by ZHANG Dapeng · 8 years ago
  33. a7b4dfd docs: Remove annoying diff section heading by Eric Anderson · 8 years ago
  34. 57b9105 interop-testing: overrideAuthority breaks JWT by Eric Anderson · 8 years ago
  35. e8aef5b Start 1.2.0 development cycle by Carl Mastrangelo · 8 years ago
  36. fdeade4 netty: work around netty bug when RPCs may be reset early by Carl Mastrangelo · 8 years ago
  37. 237a65e core: make ServiceDescriptor use the Builder pattern by Carl Mastrangelo · 8 years ago
  38. e08034c documentation: new server reflection tutorial by Eric Gribkoff · 8 years ago
  39. 0c0ce37 all: upgrade to netty 4.1.8 and tcnative Fork26 by Carl Mastrangelo · 8 years ago
  40. cbe0ecd all: fix linter found on import by Carl Mastrangelo · 8 years ago
  41. 566d0e9 testing: change names of noopMarshaller to void marshaller by Carl Mastrangelo · 8 years ago
  42. 9983a7b docs: security requirement of NameResolver.getServiceAuthority() (#2665) by Kun Zhang · 8 years ago
  43. 65e4d9f all: avoid DNS with GRPC_PROXY_EXP by Eric Anderson · 8 years ago
  44. 23f5a6f Add support for http forward proxy with CONNECT by Eric Anderson · 8 years ago
  45. 5bfac21 grpclb: add GrpclbLoadBalancerFactory2 by Kun Zhang · 8 years ago
  46. 0e6cf99 core: open up LBv2 APIs for early adopters. by Kun Zhang · 8 years ago
  47. aa0391a core: pass down addr to which client is connected by Łukasz Strzałkowski · 8 years ago
  48. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
  49. 0428556 core: allow LBv2 impls to be stripped out by ProGuard. (#2654) by Kun Zhang · 8 years ago
  50. f088b81 core: stop "testing" from depending on "core"'s test. (#2652) by Kun Zhang · 8 years ago
  51. 7d85e73 ForwardingClientCall.getAttributes should call delegate by dapengzhang0 · 8 years ago
  52. 5bae984 services: remove no-op call in reflection service test by Eric Gribkoff · 8 years ago
  53. 40bc502 core: remove with* methods from MethodDescriptor by Carl Mastrangelo · 8 years ago
  54. b33d3cb core: rename getAttr() and use standard getAttributes() by Lukasz Strzalkowski · 8 years ago
  55. 8882aba core: rename attributes() -> getAttributes() by Łukasz Strzałkowski · 8 years ago
  56. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  57. e9fa8c9 core: Only use scheduled executor for timer tasks by Eric Anderson · 8 years ago
  58. 06c40dc android: Fix ProGuard rules in Android apps by Eric Anderson · 8 years ago
  59. a4e481b core: make ServiceDescriptor check input values by Carl Mastrangelo · 8 years ago
  60. 737cd16 core: make StatsContextFactory setters protected (#2634) by Kun Zhang · 8 years ago
  61. 018e2d5 all: make some api non-experimental for 1.1 by ZHANG Dapeng · 8 years ago
  62. 8a4c7bd docs: clarify requirements of detach(). (#2630) by Kun Zhang · 8 years ago
  63. 2bd74c5 core: cancel RPC when exception in server onReady by Eric Anderson · 8 years ago
  64. f51316b testing: Move echo interceptors out of TestUtils by Eric Anderson · 8 years ago
  65. d5eb248 all: bump to netty 4.1.7 by Carl Mastrangelo · 8 years ago
  66. 060eb45 Rename attributes() to getAttributes() to make it consistent by Lukasz Strzalkowski · 8 years ago
  67. 4988d8b thrift: disable export of artifact by Carl Mastrangelo · 8 years ago
  68. 1e99b29 all: ErrorProne fixes and avoid @Beta in Guava by Eric Anderson · 8 years ago
  69. 5a4794f core: add debug information in MessageDeframer. (#2622) by Kun Zhang · 8 years ago
  70. fa8f115 docs: fix deprecation reference in ClientAuthInterceptor. (#2621) by Kun Zhang · 8 years ago
  71. 6494a17 RoundRobinLoadBalancer minor cleanups (#2611) by Łukasz Strzałkowski · 8 years ago
  72. d0d2c1e docs: add links to examples and tutorials. (#2614) by Kun Zhang · 8 years ago
  73. d87a658 core,netty: add getAttributes to ClientStream and ClientCall (#2526) by ZHANG Dapeng · 8 years ago
  74. c4642f8 compile: add std:: to all stl types by Carl Mastrangelo · 8 years ago
  75. 527d243 core: more logs in ManagedChannelImpl. (#2606) by Kun Zhang · 8 years ago
  76. d59973c core,services: separately index mutable and immutable services by Eric Gribkoff · 8 years ago
  77. c436d93 core: ServerImpl returns shared resources at termination (#2605) by Kun Zhang · 8 years ago
  78. ec7f00a core,testing: make MethodDescriptor final and add Test helper by Carl Mastrangelo · 8 years ago
  79. ce3a94b core: promote experimental methods in MethodDescriptor by Carl Mastrangelo · 8 years ago
  80. 5408b92 documentation: fix SECURITY.md example by Jorg Heymans · 8 years ago
  81. b5b9ba5 core: fix bug with Metadata merging by Carl Mastrangelo · 8 years ago
  82. 3144a4f proto: remove deprecated methods by Carl Mastrangelo · 8 years ago
  83. 8493498 core: remove thisT() from API by Carl Mastrangelo · 8 years ago
  84. 813cb09 core: make getResponseMarshaller experimental in MethodDescriptor by Carl Mastrangelo · 8 years ago
  85. 85bb0a1 core: make Contexts, ResolvedServerInfoGroup, and ServerInterceptors final by Carl Mastrangelo · 8 years ago
  86. 8e463ce core,stub: remove deprecated deadline methods by Carl Mastrangelo · 8 years ago
  87. d17a7b5 core: abstract channel builder to accept LoadBalancer2 (#2583) by Kun Zhang · 8 years ago
  88. a3a5420 context: don't log to logger in static initialization. (#2581) by Kun Zhang · 8 years ago
  89. de10b94 readme: Downgrade protoc to 3.0.2 to match grpc-protobuf by Eric Anderson · 8 years ago
  90. 7cb0497 core: ManagedChannelImpl2. (#2530) by Kun Zhang · 8 years ago
  91. cc934b0 testing: Remove accidental cast to char in file IO by Eric Anderson · 8 years ago
  92. fed9be2 benchmarks: do not set done to true when HistogramFuture#get by Kenji Kaneda · 8 years ago
  93. 7fbee39 Introduce a grpc-exp ALPN protocol identifier by htuch · 8 years ago
  94. 4afb914 all: update styleguide XML to canonical one on github by Carl Mastrangelo · 8 years ago
  95. ea4390c context: put ContextStorageOverride in io.grpc.override. (#2570) by Kun Zhang · 8 years ago
  96. 8d49df2 all: add max message size to client calls by Carl Mastrangelo · 8 years ago
  97. 6ed3cbb core: fix API breakage in ServerBuilder by Carl Mastrangelo · 8 years ago
  98. 4a4f25a weekly cleanup: errorprone, javastyle, unused (#2566) by ZHANG Dapeng · 8 years ago
  99. 5204e4f releasing: Document bumping version on grpc.io by Eric Anderson · 8 years ago
  100. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago