aboutsummaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)Author
2017-09-11core, compiler, protobuf: introduce MethodDescriptor#setSchemaDescriptorLukasz Strzalkowski
2017-08-25all: update to proto 3.4.0Carl Mastrangelo
2017-08-23compiler: Add option to disable version outputEric Anderson
2017-08-22Start 1.7.0 development cycle (#3357)zpencer
2017-07-06all: begin 1.6 release cycleCarl Mastrangelo
2017-06-30all: Use fixed version number for java 6/7 signaturesEric Anderson
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-23all: bump to 1.5.0-SNAPSHOTCarl Mastrangelo
2017-05-23all: bump to proto 3.3.1Carl Mastrangelo
2017-05-10services: HealthStatusManager not to expose server stub methodsZHANG Dapeng
2017-05-02compiler: remove streaming calls from javadoc for newFutureStubEric Gribkoff
2017-04-12compiler: move over to method descriptor builderŁukasz Strzałkowski
2017-04-11all: begin 1.4.x development cycleCarl Mastrangelo
2017-03-30services: Remove unused variablesEric Anderson
2017-03-21services: update monitoring.protoEric Gribkoff
2017-03-06all: start 1.3.0 development cycleCarl Mastrangelo
2017-03-02services: add monitoring serviceEric Gribkoff
2017-03-01services: move proto services to io.grpc.protobuf.servicesEric Gribkoff
2017-02-28services: don't update reflection index mid-streamEric Gribkoff
2017-02-10compiler: add some missing final modifiers on generated codeCarl Mastrangelo
2017-02-07all: swap to newer animalsniffer pluginEric Anderson
2017-02-07all: update to protobuf 3.2.0Carl Mastrangelo
2017-01-30Start 1.2.0 development cycleCarl Mastrangelo
2017-01-30core: make ServiceDescriptor use the Builder patternCarl Mastrangelo
2017-01-27all: fix linter found on importCarl Mastrangelo
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-23services: remove no-op call in reflection service testEric Gribkoff
2017-01-13core,services: separately index mutable and immutable servicesEric Gribkoff
2016-12-29compiler: reduce synchronzed invocation (#2539)ZHANG Dapeng
2016-12-29compiler: final bindService() in generated code. (#2553)Kun Zhang
2016-12-14services: Flow control for proto reflection serviceEric Gribkoff
2016-11-28services: Proto reflection serviceEric Gribkoff
2016-10-28addressing reviewer commentsEric Gribkoff
2016-10-28Compiler/core changes to support the proto reflection APIEric Gribkoff
2016-10-19compiler: lazily generate ServiceDescriptorsCarl Mastrangelo
2016-07-29Update protobuf to 3.0.0Eric Anderson
2016-07-22compiler: make Stub final classZHANG Dapeng
2016-07-21compiler: add build option to enable deprecated generated codeZHANG Dapeng
2016-07-11Start 1.1.0 development cycleEric Anderson
2016-07-01Start 1.0.0 development cycleEric Anderson
2016-06-29compiler: deprecate interfaces and add ImplBase in codegenZHANG Dapeng
2016-06-28Bump protobuf dependency to 3.0.0-beta-3Eric Anderson
2016-06-23Reapply "Eliminate MethodDescriptor from startCall and interceptCall for serv...Eric Anderson
2016-06-20Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers"Eric Anderson
2016-06-13Eliminate MethodDescriptor from startCall and interceptCall for serversLouis Ryan
2016-06-07codegen: Specify URL for ExperimentalApiEric Anderson
2016-06-01core: fix nags from linterCarl Mastrangelo
2016-05-20implements health check service ZHANG Dapeng