aboutsummaryrefslogtreecommitdiff
path: root/protobuf
AgeCommit message (Expand)Author
2017-11-17Link JavaDoc to protobuf JavaDocEric Anderson
2017-09-18all: Keep artifacts dependencyConvergence-cleanEric Anderson
2017-09-11core, compiler, protobuf: introduce MethodDescriptor#setSchemaDescriptorLukasz Strzalkowski
2017-08-11all: Fix mismatch in naming Bazel Maven jarsPaul Gross
2017-07-05fix misuse of bazel repo @com_google_protobufZHANG Dapeng
2017-07-05protobuf: configureProtoCompilation() not needed anymoreZHANG Dapeng
2017-06-30all: Use fixed version number for java 6/7 signaturesEric Anderson
2017-06-22build: Add Bazel java_grpc_library ruleSimon Horlick
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-30protobuf: make toStatusProto return null when metadata key is absentEric Gribkoff
2017-05-10doc: initiate some package javadocZHANG Dapeng
2017-05-04Add/Fix some docs (#2970)Muxi Yan
2017-05-01build,protobuf: update google_api_protos dependencyEric Gribkoff
2017-03-21protobuf: utility methods for com.google.rpc.StatusEric Gribkoff
2017-02-07all: swap to newer animalsniffer pluginEric Anderson
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-11proto: remove deprecated methodsCarl Mastrangelo
2016-11-02ProtoUtil.jsonMarshaller can be supplied a JsonFormat Parser and Printerdave
2016-10-28addressing reviewer commentsEric Gribkoff
2016-10-28Compiler/core changes to support the proto reflection APIEric Gribkoff
2016-08-01Begin consuming protobuf-lite artifactEric Anderson
2016-05-09Updating status codes to match the spec.nmittler
2016-05-03all: Finish adding tracking issues for ExperimentalApiCarl Mastrangelo
2016-04-29Add unit tests for proto-based JSON marshallerEric Anderson
2016-04-15Allow use of a global ExtensionRegistryCarl Mastrangelo
2016-03-22Add native support for Protobuf LiteEric Anderson
2016-03-10Initial attempt at json exampleCarl Mastrangelo
2016-02-06Improve test coverage of ProtoUtilsEric Anderson
2016-02-01Fix NPE in ProtoInputStream.drainToEric Anderson
2015-11-10Re add support for periods in metadata key namesCarl Mastrangelo
2015-11-10Add Header name character restrictionsCarl Mastrangelo
2015-10-28Add tests for nano protoEric Anderson
2015-09-03Avoid Parser for normal protobufEric Anderson
2015-08-31Upgrade to protobuf-3.0.0-beta-1Kun Zhang
2015-08-24Reducing the size of the "large" proto in ProtoUtilsTest.nmittler
2015-08-20Remove proto size restriction when parsing protos.nmittler
2015-08-14Enable Animal Sniffer for protobuf projectsEric Anderson
2015-08-11Move Marshaller into MethodDescriptorKun Zhang
2015-07-22Optimize protobuf serializer for in-memory transportEric Anderson
2015-07-20Replace DeferredInputStream with interface Drainable.Kun Zhang
2015-05-26Add support for indeterminate length messages. This will make using GRPC easi...Louis Ryan
2015-04-10Use more precise names for protobuf and nanoEric Anderson
2015-04-10Split protobuf into its own projectEric Anderson