1. 23f5a6f Add support for http forward proxy with CONNECT by Eric Anderson · 8 years ago
  2. 5bfac21 grpclb: add GrpclbLoadBalancerFactory2 by Kun Zhang · 7 years ago
  3. 0e6cf99 core: open up LBv2 APIs for early adopters. by Kun Zhang · 7 years ago
  4. aa0391a core: pass down addr to which client is connected by Łukasz Strzałkowski · 7 years ago
  5. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 7 years ago
  6. 0428556 core: allow LBv2 impls to be stripped out by ProGuard. (#2654) by Kun Zhang · 7 years ago
  7. f088b81 core: stop "testing" from depending on "core"'s test. (#2652) by Kun Zhang · 7 years ago
  8. 7d85e73 ForwardingClientCall.getAttributes should call delegate by dapengzhang0 · 7 years ago
  9. 5bae984 services: remove no-op call in reflection service test by Eric Gribkoff · 7 years ago
  10. 40bc502 core: remove with* methods from MethodDescriptor by Carl Mastrangelo · 7 years ago
  11. b33d3cb core: rename getAttr() and use standard getAttributes() by Lukasz Strzalkowski · 7 years ago
  12. 8882aba core: rename attributes() -> getAttributes() by Łukasz Strzałkowski · 7 years ago
  13. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 7 years ago
  14. e9fa8c9 core: Only use scheduled executor for timer tasks by Eric Anderson · 8 years ago
  15. 06c40dc android: Fix ProGuard rules in Android apps by Eric Anderson · 7 years ago
  16. a4e481b core: make ServiceDescriptor check input values by Carl Mastrangelo · 7 years ago
  17. 737cd16 core: make StatsContextFactory setters protected (#2634) by Kun Zhang · 7 years ago
  18. 018e2d5 all: make some api non-experimental for 1.1 by ZHANG Dapeng · 7 years ago
  19. 8a4c7bd docs: clarify requirements of detach(). (#2630) by Kun Zhang · 7 years ago
  20. 2bd74c5 core: cancel RPC when exception in server onReady by Eric Anderson · 8 years ago
  21. f51316b testing: Move echo interceptors out of TestUtils by Eric Anderson · 8 years ago
  22. d5eb248 all: bump to netty 4.1.7 by Carl Mastrangelo · 7 years ago
  23. 060eb45 Rename attributes() to getAttributes() to make it consistent by Lukasz Strzalkowski · 8 years ago
  24. 4988d8b thrift: disable export of artifact by Carl Mastrangelo · 7 years ago
  25. 1e99b29 all: ErrorProne fixes and avoid @Beta in Guava by Eric Anderson · 7 years ago
  26. 5a4794f core: add debug information in MessageDeframer. (#2622) by Kun Zhang · 7 years ago
  27. fa8f115 docs: fix deprecation reference in ClientAuthInterceptor. (#2621) by Kun Zhang · 7 years ago
  28. 6494a17 RoundRobinLoadBalancer minor cleanups (#2611) by Łukasz Strzałkowski · 7 years ago
  29. d0d2c1e docs: add links to examples and tutorials. (#2614) by Kun Zhang · 7 years ago
  30. d87a658 core,netty: add getAttributes to ClientStream and ClientCall (#2526) by ZHANG Dapeng · 8 years ago
  31. c4642f8 compile: add std:: to all stl types by Carl Mastrangelo · 8 years ago
  32. 527d243 core: more logs in ManagedChannelImpl. (#2606) by Kun Zhang · 8 years ago
  33. d59973c core,services: separately index mutable and immutable services by Eric Gribkoff · 8 years ago
  34. c436d93 core: ServerImpl returns shared resources at termination (#2605) by Kun Zhang · 8 years ago
  35. ec7f00a core,testing: make MethodDescriptor final and add Test helper by Carl Mastrangelo · 8 years ago
  36. ce3a94b core: promote experimental methods in MethodDescriptor by Carl Mastrangelo · 8 years ago
  37. 5408b92 documentation: fix SECURITY.md example by Jorg Heymans · 8 years ago
  38. b5b9ba5 core: fix bug with Metadata merging by Carl Mastrangelo · 8 years ago
  39. 3144a4f proto: remove deprecated methods by Carl Mastrangelo · 8 years ago
  40. 8493498 core: remove thisT() from API by Carl Mastrangelo · 8 years ago
  41. 813cb09 core: make getResponseMarshaller experimental in MethodDescriptor by Carl Mastrangelo · 8 years ago
  42. 85bb0a1 core: make Contexts, ResolvedServerInfoGroup, and ServerInterceptors final by Carl Mastrangelo · 8 years ago
  43. 8e463ce core,stub: remove deprecated deadline methods by Carl Mastrangelo · 8 years ago
  44. d17a7b5 core: abstract channel builder to accept LoadBalancer2 (#2583) by Kun Zhang · 8 years ago
  45. a3a5420 context: don't log to logger in static initialization. (#2581) by Kun Zhang · 8 years ago
  46. de10b94 readme: Downgrade protoc to 3.0.2 to match grpc-protobuf by Eric Anderson · 8 years ago
  47. 7cb0497 core: ManagedChannelImpl2. (#2530) by Kun Zhang · 8 years ago
  48. cc934b0 testing: Remove accidental cast to char in file IO by Eric Anderson · 8 years ago
  49. fed9be2 benchmarks: do not set done to true when HistogramFuture#get by Kenji Kaneda · 8 years ago
  50. 7fbee39 Introduce a grpc-exp ALPN protocol identifier by htuch · 8 years ago
  51. 4afb914 all: update styleguide XML to canonical one on github by Carl Mastrangelo · 8 years ago
  52. ea4390c context: put ContextStorageOverride in io.grpc.override. (#2570) by Kun Zhang · 8 years ago
  53. 8d49df2 all: add max message size to client calls by Carl Mastrangelo · 8 years ago
  54. 6ed3cbb core: fix API breakage in ServerBuilder by Carl Mastrangelo · 8 years ago
  55. 4a4f25a weekly cleanup: errorprone, javastyle, unused (#2566) by ZHANG Dapeng · 8 years ago
  56. 5204e4f releasing: Document bumping version on grpc.io by Eric Anderson · 8 years ago
  57. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
  58. 322eb8c grpclb: re-implement GrpclbLoadBalancer in v2 API. (#2557) by Kun Zhang · 8 years ago
  59. 3d210ae compiler: reduce synchronzed invocation (#2539) by ZHANG Dapeng · 8 years ago
  60. 4693492 style: fix styles and error-prones (#2560) by Kun Zhang · 8 years ago
  61. 1aaf1a9 compiler: final bindService() in generated code. (#2553) by Kun Zhang · 8 years ago
  62. 09fd43d compiler: Use public headers instead of pb.h by Eric Anderson · 8 years ago
  63. 04f216f Update README to reference 1.0.3 by Eric Anderson · 8 years ago
  64. 84eaefe interop-testing: Add status_code_and_message interop test by Eric Gribkoff · 8 years ago
  65. 257062f interop-testing: Add custom_metadata interop test by Eric Gribkoff · 8 years ago
  66. b34d07d core: remove a benign data race. (#2546) by Kun Zhang · 8 years ago
  67. 661413c core: Port PickFirst & RoundRobin LBs to v2 API (#2479) by Łukasz Strzałkowski · 8 years ago
  68. 24bc205 interop-testing: New client for HTTP/2 interop tests by Eric Gribkoff · 8 years ago
  69. ec7d68b okhttp: catch Throwable to avoid breaking preconditions. (#2536) by Kun Zhang · 8 years ago
  70. 49b235d benchmarks: update to jmh 1.17.3 by Carl Mastrangelo · 8 years ago
  71. bff6506 netty: no add_dep io.netty.handler.ssl.SslContext (#2529) by ZHANG Dapeng · 8 years ago
  72. a6ecece doc: more guidelines for LoadBalancer2 implementations. (#2501) by Kun Zhang · 8 years ago
  73. ce9d152 all: update to guava 20 by Carl Mastrangelo · 8 years ago
  74. f8f569e core: InternalSubchannel uses ChannelExecutor. (#2503) by Kun Zhang · 8 years ago
  75. cb6cf1a netty: refactor how internal netty channel works by Carl Mastrangelo · 8 years ago
  76. e36eb10 codehealth: errorprone, unused by ZHANG Dapeng · 8 years ago
  77. 1ba66d3 doc: update javadocs in DelayedClientTransport2. (#2522) by Kun Zhang · 8 years ago
  78. f394a93 core: add full stack trace in Status.toString by Carl Mastrangelo · 8 years ago
  79. 946046a core: two changes on DelayedClientTransport2. (#2505) by Kun Zhang · 8 years ago
  80. aada078 services: Flow control for proto reflection service by Eric Gribkoff · 8 years ago
  81. 221fadc Implement setListener in AbstractServerStream and remove from subclasses. by Anuraag Agrawal · 8 years ago
  82. 1f2802a core: make forTarget(String) non-experimental by Carl Mastrangelo · 8 years ago
  83. 97b9263 context: add the four-value withValues(). (#2506) by Kun Zhang · 8 years ago
  84. 677f05d netty: move internal channel builder code to a special accessor by Carl Mastrangelo · 8 years ago
  85. 178b526 core: handle a race in DelayedClientTransport(2). (#2486) by Kun Zhang · 8 years ago
  86. bd9e041 netty: Add support for keepalive by Łukasz Strzałkowski · 8 years ago
  87. 0573c25 interop-testing: Observe --use_tls to disable TLS with OkHttp by Eric Anderson · 8 years ago
  88. fd33a72 core: thread-less ChannelExecutor. (#2493) by Kun Zhang · 8 years ago
  89. ecb79ce Update param name for saving histograms by Lukasz Strzalkowski · 8 years ago
  90. cfb6bd0 context: Fix ErrorProne ClassNewInstance by Eric Anderson · 8 years ago
  91. 21bca9a core: Add @Nullable to Metadata#get by Kenji Kaneda · 8 years ago
  92. e999f8d core: Fix ErrorProne failure for ForOverride by Eric Anderson · 8 years ago
  93. 67ff170 docs: Place all badges together by Eric Anderson · 8 years ago
  94. b6ebede testing: added junit rule for in-process servers by Joey Bratton · 8 years ago
  95. a10261a all: add gitter chat icon to the README.md file by Kailash Sethuraman · 8 years ago
  96. 483f3d5 Remove deadcode by Lukasz Strzalkowski · 8 years ago
  97. cb1ba5b core: remove extra allocation in MessageFramer by Carl Mastrangelo · 8 years ago
  98. 1d5fd1f core: Fix typos in GrpcUtil by Kenji Kaneda · 8 years ago
  99. 209a32f core,netty: add a log id to the server and server transports by Carl Mastrangelo · 8 years ago
  100. e9779d7 all: use a proper log id which can reference channels, subchannels, and transports by Carl Mastrangelo · 8 years ago