summaryrefslogtreecommitdiff
path: root/libs/protoutil/src
AgeCommit message (Expand)Author
2020-03-23Optimize memory usage in incidentdMike Ma
2019-09-04Adapt to google::protobuf::uint64 type changeColin Cross
2019-05-21Add ProtoOutputStream.serializeToVectorJoe Onorato
2019-05-13Persist active metric status across system serverTej Singh
2019-04-30Remove encryption from incidentdYao Chen
2019-04-23Add encryption in incidentd.Yao Chen
2019-04-21Fix a bug in ProtoFileReader.Yao Chen
2019-04-04Fix mMaxOffset not initialized.Joe Onorato
2019-03-26incidentd can now handle multiple callers asking it for incident reportsJoe Onorato
2018-11-06Merge changes from topic "revert-protobuf3.5.2" am: a4680e1ebe am: 3e312d20cdColin Cross
2018-11-04Merge changes from topic "protobuf3.5.2" am: 1d899f6be8 am: 11a4d77516Colin Cross
2018-11-04Revert "Adapt to google::protobuf::uint64 type change"Colin Cross
2018-11-02Adapt to google::protobuf::uint64 type changeColin Cross
2018-04-27Empty output if compact fails.Yi Jin
2018-04-26Use c++ template to reduce duped code.Yi Jin
2018-04-25Use function from libbase instead.Yi Jin
2018-04-04This cl tries to fix cts tests IncidentdTestYi Jin
2018-04-02Merge "Use modern c++ code style for incidentd." into pi-devTreeHugger Robot
2018-03-30Use modern c++ code style for incidentd.Yi Jin
2018-03-30Correctly use int types and fix uint64_t print.Yi Jin
2018-03-05Use uint64_t instead of long long as API type for consistent reason.Yi Jin
2018-02-09Add clear method to ProtoOutputStream so it is reusable by justYi Jin
2018-02-02Fix the tag size in token of ProtoOutputStream.cpp, the java version hasYi Jin
2017-11-16Expose how many bytes are written in ProtoOutputStreamYi Jin
2017-10-31Refactor incident_helper to use protoutil and cppstream plugin.Yi Jin
2017-10-30Create a new API allowing callers to concat a serialized message field.Yi Jin
2017-10-23Fix several nitsYi Jin
2017-10-13Use ProtoOutputStream to strip Pii sensetive fields in incidentdYi Jin
2017-10-10Implement go/streaming-proto native libs, part 2Yi Jin
2017-09-27Implement c++ native lib for streaming proto, part 1Yi Jin