summaryrefslogtreecommitdiff
path: root/libs/protoutil/src/ProtoOutputStream.cpp
AgeCommit message (Expand)Author
2023-09-12Don't depend on String8 cast to C string Tomasz Wasilczyk
2020-03-23Optimize memory usage in incidentd Mike Ma
2019-09-04Adapt to google::protobuf::uint64 type change Colin Cross
2019-05-21Add ProtoOutputStream.serializeToVector Joe Onorato
2019-05-13Persist active metric status across system server Tej Singh
2019-03-26incidentd can now handle multiple callers asking it for incident reports Joe Onorato
2018-11-06Merge changes from topic "revert-protobuf3.5.2" am: a4680e1ebe am: 3e312d20cd Colin Cross
2018-11-04Merge changes from topic "protobuf3.5.2" am: 1d899f6be8 am: 11a4d77516 Colin Cross
2018-11-04Revert "Adapt to google::protobuf::uint64 type change" Colin Cross
2018-11-02Adapt to google::protobuf::uint64 type change Colin 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-02Merge "Use modern c++ code style for incidentd." into pi-dev TreeHugger 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 just Yi Jin
2018-02-02Fix the tag size in token of ProtoOutputStream.cpp, the java version has Yi Jin
2017-11-16Expose how many bytes are written in ProtoOutputStream Yi 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 nits Yi Jin
2017-10-13Use ProtoOutputStream to strip Pii sensetive fields in incidentd Yi Jin
2017-10-10Implement go/streaming-proto native libs, part 2 Yi Jin