- 7c37f1d core,netty,okhttp,services: expose socket options to channelz (#4228) by zpencer · 7 years ago
- 4e82e62 Fix compilation in Java 9 by Eric Anderson · 7 years ago
- 14003c1 build.gradle: bump protobuf plugin to 0.8.5 (#4101) by zpencer · 7 years ago
- 3bb6708 services: Specify serialVersionUID for the dummy SocketAddress by Eric Anderson · 7 years ago
- 5f0ee3a Bump to Guava 20 by Eric Anderson · 7 years ago
- 0955866 core,services: implement binarylog Client and ServerInterceptor (#4174) by zpencer · 7 years ago
- ca99f80 core,services: track server sockets in channelz (#4226) by zpencer · 7 years ago
- 401726f services: update channelz TLS proto to use RFC names (#4233) by zpencer · 7 years ago
- 37cd042 services: fix lint warning by Carl Mastrangelo · 7 years ago
- 9224d2a services: fix binary logging empty metadata NPE, add null checks (#4213) by zpencer · 7 years ago
- f56ac76 core,services: add ChannelzService class (#4205) by zpencer · 7 years ago
- f017a06 services: update channelz.proto to refer to sockets as socket_ref (#4203) by zpencer · 7 years ago
- 86fe318 services: add channelz protos (#4191) by zpencer · 7 years ago
- 066ad3c buildscripts,travis: fetch from mvn with retries (#4140) by zpencer · 7 years ago
- 887217e core,services: fix binarylog unit tests (#4109) by zpencer · 7 years ago
- 5f7b64a core,services: lock down visibility of BinaryLogSink (#4100) by zpencer · 7 years ago
- bde2ba2 services: introduce BinaryLogSinkProvider (#3917) by zpencer · 7 years ago
- 6f9b4e8 compiler: avoid invoking experimental method in generated code by Eric Gribkoff · 7 years ago
- af93691 Update opencensus to 0.11.0 and remove extra dependencies. by Bogdan Drutu · 7 years ago
- 4bc0c95 Update ErrorProne to 2.1.3 and fix failures by Eric Anderson · 7 years ago
- c96ce4d services: fix lint warnings on binlog (#3927) by zpencer · 7 years ago
- c4577ec respond to comments by Spencer Fang · 7 years ago
- 0191d0d services: utility methods for create binlog protos by Spencer Fang · 7 years ago
- 4c17382 services: let BinaryLog factory return null (#3868) by zpencer · 7 years ago
- 02f56b0 core,services: move BinaryLog class to grpc-services (#3867) by zpencer · 7 years ago
- c9b02db all: add Status messages to all statuses by Carl Mastrangelo · 7 years ago
- aee5fc4 all: update to proto 3.5.0 by Carl Mastrangelo · 7 years ago
- d87ef74 core: set sampled for local span per MethodDescriptor. (#3627) by Kun Zhang · 7 years ago
- d6ff4c2 testing: move io.grpc.testing.StreamRecorder to internal by ZHANG Dapeng · 7 years ago
- 87c8791 compiler: remove references to static fields by Carl Mastrangelo · 7 years ago
- 30b5988 compiler: add methods for accessing method descriptors by Carl Mastrangelo · 7 years ago
- 78bf838 services: add proto generated classes to intellij path (#3510) by zpencer · 7 years ago
- de1630b services: delete deprecated Proto reflection service by Carl Mastrangelo · 7 years ago
- a6653bb core/compiler: register Span names for code-generated methods (take 2) by Kun Zhang · 7 years ago
- 731bbef core, compiler, protobuf: introduce MethodDescriptor#setSchemaDescriptor by Lukasz Strzalkowski · 7 years ago
- 24ff274 all: update to proto 3.4.0 by Carl Mastrangelo · 7 years ago
- 182164e compiler: Add option to disable version output by Eric Anderson · 8 years ago
- ab85c5a Start 1.7.0 development cycle (#3357) by zpencer · 7 years ago
- 424eeea all: begin 1.6 release cycle by Carl Mastrangelo · 7 years ago
- c436561 all: Use fixed version number for java 6/7 signatures by Eric Anderson · 7 years ago
- 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
- 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
- 4ce52d1 all: bump to 1.5.0-SNAPSHOT by Carl Mastrangelo · 7 years ago
- 0fe2c5c all: bump to proto 3.3.1 by Carl Mastrangelo · 7 years ago
- 9954c5f services: HealthStatusManager not to expose server stub methods by ZHANG Dapeng · 8 years ago
- 7aa807c compiler: remove streaming calls from javadoc for newFutureStub by Eric Gribkoff · 8 years ago
- 4f96b0a compiler: move over to method descriptor builder by Łukasz Strzałkowski · 8 years ago
- 17b9016 all: begin 1.4.x development cycle by Carl Mastrangelo · 8 years ago
- 075b5ec services: Remove unused variables by Eric Anderson · 8 years ago
- 260fc27 services: update monitoring.proto by Eric Gribkoff · 8 years ago
- 7ce2b4f all: start 1.3.0 development cycle by Carl Mastrangelo · 8 years ago
- f2beea6 services: add monitoring service by Eric Gribkoff · 8 years ago
- c2cbd5f services: move proto services to io.grpc.protobuf.services by Eric Gribkoff · 8 years ago
- e345273 services: don't update reflection index mid-stream by Eric Gribkoff · 8 years ago
- 700abb3 compiler: add some missing final modifiers on generated code by Carl Mastrangelo · 8 years ago
- 42aa64c all: swap to newer animalsniffer plugin by Eric Anderson · 8 years ago
- b0323ac all: update to protobuf 3.2.0 by Carl Mastrangelo · 8 years ago
- e8aef5b Start 1.2.0 development cycle by Carl Mastrangelo · 8 years ago
- 237a65e core: make ServiceDescriptor use the Builder pattern by Carl Mastrangelo · 8 years ago
- cbe0ecd all: fix linter found on import by Carl Mastrangelo · 8 years ago
- 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
- 5bae984 services: remove no-op call in reflection service test by Eric Gribkoff · 8 years ago
- d59973c core,services: separately index mutable and immutable services by Eric Gribkoff · 8 years ago
- 3d210ae compiler: reduce synchronzed invocation (#2539) by ZHANG Dapeng · 8 years ago
- 1aaf1a9 compiler: final bindService() in generated code. (#2553) by Kun Zhang · 8 years ago
- aada078 services: Flow control for proto reflection service by Eric Gribkoff · 8 years ago
- c8c9fff services: Proto reflection service by Eric Gribkoff · 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
- 894802e compiler: lazily generate ServiceDescriptors by Carl Mastrangelo · 8 years ago
- 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
- 3a13aa5 compiler: make Stub final class by ZHANG Dapeng · 8 years ago
- e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 8 years ago
- e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
- 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
- f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
- dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
- 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
- ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
- 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
- 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 8 years ago
- 676bf48 core: fix nags from linter by Carl Mastrangelo · 8 years ago
- b7eea7c implements health check service by ZHANG Dapeng · 8 years ago