aboutsummaryrefslogtreecommitdiff
path: root/testing-proto
AgeCommit message (Expand)Author
2018-08-03testing-proto: add test for @RpcMethodjbingham-google
2018-07-12compiler,stub: update RpcMethod docs and usageCarl Mastrangelo
2018-07-10compiler, stub: Rename inputType and outputType in @RpcMethodjbingham-google
2018-07-06compiler, stub: Add @RpcMethod annotationjbingham-google
2018-06-11all: add gradle format checkerZHANG Dapeng
2018-06-05stub: remove static Method descriptors and stabilize method accessorsCarl Mastrangelo
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-03-28Fix compilation in Java 9Eric Anderson
2018-03-26build.gradle: bump protobuf plugin to 0.8.5 (#4101)zpencer
2018-03-01 buildscripts,travis: fetch from mvn with retries (#4140)zpencer
2018-02-08compiler: avoid invoking experimental method in generated codeEric Gribkoff
2017-11-30all: update to proto 3.5.0Carl Mastrangelo
2017-11-01core: set sampled for local span per MethodDescriptor. (#3627)Kun Zhang
2017-10-31 compiler: remove references to static fieldsCarl Mastrangelo
2017-10-30compiler: add methods for accessing method descriptorsCarl Mastrangelo
2017-09-29core: move census registration into internalCarl Mastrangelo
2017-09-25core/compiler: register Span names for code-generated methods (take 2)Kun Zhang
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-14testing-proto: add string message to simpleservice.proto to facilitate testingZHANG Dapeng
2017-07-06all: migrate .proto files from testing-proto to interop-testingZHANG Dapeng
2017-07-06all: begin 1.6 release cycleCarl 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-02compiler: remove streaming calls from javadoc for newFutureStubEric Gribkoff
2017-04-21interop-testing: add cacheable_unary testEric 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-06all: start 1.3.0 development cycleCarl Mastrangelo
2017-02-10compiler: add some missing final modifiers on generated codeCarl Mastrangelo
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
2016-12-29compiler: reduce synchronzed invocation (#2539)ZHANG Dapeng
2016-12-29compiler: final bindService() in generated code. (#2553)Kun Zhang
2016-12-06testing: added junit rule for in-process serversJoey Bratton