aboutsummaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)Author
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