- 4a4f25a weekly cleanup: errorprone, javastyle, unused (#2566) by ZHANG Dapeng · 8 years ago
- 5204e4f releasing: Document bumping version on grpc.io by Eric Anderson · 8 years ago
- cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
- 322eb8c grpclb: re-implement GrpclbLoadBalancer in v2 API. (#2557) by Kun Zhang · 8 years ago
- 3d210ae compiler: reduce synchronzed invocation (#2539) by ZHANG Dapeng · 8 years ago
- 4693492 style: fix styles and error-prones (#2560) by Kun Zhang · 8 years ago
- 1aaf1a9 compiler: final bindService() in generated code. (#2553) by Kun Zhang · 8 years ago
- 09fd43d compiler: Use public headers instead of pb.h by Eric Anderson · 8 years ago
- 04f216f Update README to reference 1.0.3 by Eric Anderson · 8 years ago
- 84eaefe interop-testing: Add status_code_and_message interop test by Eric Gribkoff · 8 years ago
- 257062f interop-testing: Add custom_metadata interop test by Eric Gribkoff · 8 years ago
- b34d07d core: remove a benign data race. (#2546) by Kun Zhang · 8 years ago
- 661413c core: Port PickFirst & RoundRobin LBs to v2 API (#2479) by Łukasz Strzałkowski · 8 years ago
- 24bc205 interop-testing: New client for HTTP/2 interop tests by Eric Gribkoff · 8 years ago
- ec7d68b okhttp: catch Throwable to avoid breaking preconditions. (#2536) by Kun Zhang · 8 years ago
- 49b235d benchmarks: update to jmh 1.17.3 by Carl Mastrangelo · 8 years ago
- bff6506 netty: no add_dep io.netty.handler.ssl.SslContext (#2529) by ZHANG Dapeng · 8 years ago
- a6ecece doc: more guidelines for LoadBalancer2 implementations. (#2501) by Kun Zhang · 8 years ago
- ce9d152 all: update to guava 20 by Carl Mastrangelo · 8 years ago
- f8f569e core: InternalSubchannel uses ChannelExecutor. (#2503) by Kun Zhang · 8 years ago
- cb6cf1a netty: refactor how internal netty channel works by Carl Mastrangelo · 8 years ago
- e36eb10 codehealth: errorprone, unused by ZHANG Dapeng · 8 years ago
- 1ba66d3 doc: update javadocs in DelayedClientTransport2. (#2522) by Kun Zhang · 8 years ago
- f394a93 core: add full stack trace in Status.toString by Carl Mastrangelo · 8 years ago
- 946046a core: two changes on DelayedClientTransport2. (#2505) by Kun Zhang · 8 years ago
- aada078 services: Flow control for proto reflection service by Eric Gribkoff · 8 years ago
- 221fadc Implement setListener in AbstractServerStream and remove from subclasses. by Anuraag Agrawal · 8 years ago
- 1f2802a core: make forTarget(String) non-experimental by Carl Mastrangelo · 8 years ago
- 97b9263 context: add the four-value withValues(). (#2506) by Kun Zhang · 8 years ago
- 677f05d netty: move internal channel builder code to a special accessor by Carl Mastrangelo · 8 years ago
- 178b526 core: handle a race in DelayedClientTransport(2). (#2486) by Kun Zhang · 8 years ago
- bd9e041 netty: Add support for keepalive by Łukasz Strzałkowski · 8 years ago
- 0573c25 interop-testing: Observe --use_tls to disable TLS with OkHttp by Eric Anderson · 8 years ago
- fd33a72 core: thread-less ChannelExecutor. (#2493) by Kun Zhang · 8 years ago
- ecb79ce Update param name for saving histograms by Lukasz Strzalkowski · 8 years ago
- cfb6bd0 context: Fix ErrorProne ClassNewInstance by Eric Anderson · 8 years ago
- 21bca9a core: Add @Nullable to Metadata#get by Kenji Kaneda · 8 years ago
- e999f8d core: Fix ErrorProne failure for ForOverride by Eric Anderson · 8 years ago
- 67ff170 docs: Place all badges together by Eric Anderson · 8 years ago
- b6ebede testing: added junit rule for in-process servers by Joey Bratton · 8 years ago
- a10261a all: add gitter chat icon to the README.md file by Kailash Sethuraman · 8 years ago
- 483f3d5 Remove deadcode by Lukasz Strzalkowski · 8 years ago
- cb1ba5b core: remove extra allocation in MessageFramer by Carl Mastrangelo · 8 years ago
- 1d5fd1f core: Fix typos in GrpcUtil by Kenji Kaneda · 8 years ago
- 209a32f core,netty: add a log id to the server and server transports by Carl Mastrangelo · 8 years ago
- e9779d7 all: use a proper log id which can reference channels, subchannels, and transports by Carl Mastrangelo · 8 years ago
- 7ec8167 core: LoadBalancer2 and DelayedClientTransport.reprocess(). (#2443) by Kun Zhang · 8 years ago
- cbadf4b internal: mark internal subchannel methods for override by Carl Mastrangelo · 8 years ago
- 8486286 context: pluggable Storage mechanism. (#2461) by Kun Zhang · 8 years ago
- f15ed05 stub: remove a reference to internal by Carl Mastrangelo · 8 years ago
- 4d4d4b3 core: improve error message for adding method (#2460) by Michael Avrukin · 8 years ago
- 8ecf054 compiler: Explicitly specify std:: by Eric Anderson · 8 years ago
- e71f2c9 core: make Status reference the correct internal Marshaller by Carl Mastrangelo · 8 years ago
- 5ff16dd core: Make tiny fixes to InUseStateAggregator2 and InternalSubchannel (#2466) by Kenji Kaneda · 8 years ago
- 5269a1b netty: call the client ssl negotiation handler by Carl Mastrangelo · 8 years ago
- b24d263 internal/test: make FakeClock more thread-safe (#2452) by ZHANG Dapeng · 8 years ago
- 6dc4633 stub: add withWaitForReady by ZHANG Dapeng · 8 years ago
- c1a7984 core: address data race in StatsTraceContext. (#2454) by Kun Zhang · 8 years ago
- 6da8f47 compiler: whitelist USER32.DLL. (#2455) by Kun Zhang · 8 years ago
- c408ead core: add javadocs to internal methods in MethodDescriptor by Carl Mastrangelo · 8 years ago
- c8c9fff services: Proto reflection service by Eric Gribkoff · 8 years ago
- 6c589e1 core: reverse dependency from core/internal classes, so that it is now one directional. by Carl Mastrangelo · 8 years ago
- 0207354 travis: Remove old comment for broken OS X caching by Eric Anderson · 8 years ago
- 335638e travis: Use default OS X image (xcode7.3) by Eric Anderson · 8 years ago
- 18e628a all: update to gradle 3.2 by Carl Mastrangelo · 8 years ago
- 0ec395d interop-testing: apply --server_host_override regardless of flag order by Eric Gribkoff · 8 years ago
- 6a04022 core: InternalSubchannel: the new TransportSet. (#2427) by Kun Zhang · 8 years ago
- 325c965 example: really fix the loss of precision error (#2435) by Kun Zhang · 8 years ago
- a05892a examples: address ErrorProne and warnings. (#2433) by Kun Zhang · 8 years ago
- 08e9483 interop-testing: new stress test client command line options (#2413) by Eric Gribkoff · 8 years ago
- e70f7b4 all: cleanup - errorprone, unused by ZHANG Dapeng · 8 years ago
- e0e13c4 examples: don't use System.lineSeparator if unsupported by Carl Mastrangelo · 8 years ago
- 06697b5 doc: link to IDE-specific docs for os-maven-plugin by Eric Anderson · 8 years ago
- 7306df4 examples: unit test examples for users by ZHANG Dapeng · 8 years ago
- 7311572 core: fix a benign data race in NoopCensusContextFactory. (#2421) by Kun Zhang · 8 years ago
- 8826bb5 Remove UTF-8 symbols in example to simplify compilation for most people. by Benjamin Ellenberger · 8 years ago
- 0d694c8 core,netty: quick patch for setListener regression by ZHANG Dapeng · 8 years ago
- 0e27eef core: fix bug when stream listener not set before stream closed by ZHANG Dapeng · 8 years ago
- e406684 netty: add channel options in NettyChannelBuilder by ZHANG Dapeng · 8 years ago
- 944879d benchmarks: reuse executor between channels by Carl Mastrangelo · 8 years ago
- 809cf1b core: MutableHandlerRegistry#addService with BindableService arg by ZHANG Dapeng · 8 years ago
- d954bc2 Typo in version number by Łukasz Strzałkowski · 8 years ago
- 636b43b benchmarks: print gc detail and vm flags for benchmarks by Carl Mastrangelo · 8 years ago
- 91e61ec github: add an issue template by Carl Mastrangelo · 8 years ago
- 540f70e ProtoUtil.jsonMarshaller can be supplied a JsonFormat Parser and Printer by dave · 8 years ago
- f6c333e benchmarks: check shutdown after acquiring a token, and weaken error messages on shutdown by Carl Mastrangelo · 8 years ago
- 2e7e25d core: Update HTTP status to gRPC status mapping by Eric Anderson · 8 years ago
- 78107a6 core: Do not rely on HTTP 200 by Eric Anderson · 8 years ago
- c38611a Bump protobuf to 3.1.0 by Eric Anderson · 8 years ago
- 483662e interop-testing: -PskipCodegen requires =true by Eric Anderson · 8 years ago
- abffc76 addressing reviewer comments by Eric Gribkoff · 8 years ago
- aff1cac Compiler/core changes to support the proto reflection API by Eric Gribkoff · 8 years ago
- 9eb8f15 interop-testing: fix lint errors found on import by Carl Mastrangelo · 8 years ago
- d019eea android-interop-testing: use new channel builder size limit by Carl Mastrangelo · 8 years ago
- fdd062c core: make max message size part of the public API by Carl Mastrangelo · 8 years ago
- 98f4e41 benchmarks: Avoid sending a message after half close by Eric Anderson · 8 years ago
- 2417660 netty: fix static data race on handler settings by Carl Mastrangelo · 8 years ago
- 862157a Changes to add support of Power8 little endian by Nishidha · 8 years ago
- 496a621 core: Use grace period to avoid exitIdleMode in fast path by Eric Anderson · 8 years ago
- 33d99ce Add UNIMPLEMENTED_METHOD interop test case. by Eric Gribkoff · 8 years ago