index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
protoutil
Age
Commit message (
Expand
)
Author
2021-02-21
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Bob Badour
2020-03-23
Optimize memory usage in incidentd
Mike Ma
2020-02-14
Allow statsd to link against libprotoutil
Jeffrey Huang
2019-09-04
Adapt to google::protobuf::uint64 type change
Colin Cross
2019-05-21
Add ProtoOutputStream.serializeToVector
Joe Onorato
2019-05-16
Fix EncodedBuffer_test to run after making EncodedBuffer inherit from RefBase
Joe Onorato
2019-05-13
Persist active metric status across system server
Tej Singh
2019-04-30
Remove encryption from incidentd
Yao Chen
2019-04-23
Add encryption in incidentd.
Yao Chen
2019-04-21
Fix a bug in ProtoFileReader.
Yao Chen
2019-04-04
Fix mMaxOffset not initialized.
Joe Onorato
2019-03-27
Fix the build
Joe Onorato
2019-03-26
incidentd can now handle multiple callers asking it for incident reports
Joe Onorato
2019-01-11
Merge "Fix/suppress libs/* google-explicit-constructor warnings" am: a35900fd...
Chih-hung Hsieh
2019-01-10
Fix/suppress libs/* google-explicit-constructor warnings
Chih-Hung Hsieh
2018-11-06
Merge changes from topic "revert-protobuf3.5.2" am: a4680e1ebe am: 3e312d20cd
Colin Cross
2018-11-04
Merge changes from topic "protobuf3.5.2" am: 1d899f6be8 am: 11a4d77516
Colin Cross
2018-11-04
Revert "Adapt to google::protobuf::uint64 type change"
Colin Cross
2018-11-02
Adapt to google::protobuf::uint64 type change
Colin Cross
2018-04-27
Empty output if compact fails.
Yi Jin
2018-04-26
Use c++ template to reduce duped code.
Yi Jin
2018-04-26
Merge "Add unit tests to libprotoutil."
TreeHugger Robot
2018-04-26
Add unit tests to libprotoutil.
Yi Jin
2018-04-25
Use function from libbase instead.
Yi Jin
2018-04-04
This cl tries to fix cts tests IncidentdTest
Yi Jin
2018-04-02
Merge "Use modern c++ code style for incidentd." into pi-dev
TreeHugger Robot
2018-03-30
Use modern c++ code style for incidentd.
Yi Jin
2018-03-30
Correctly use int types and fix uint64_t print.
Yi Jin
2018-03-05
Use uint64_t instead of long long as API type for consistent reason.
Yi Jin
2018-02-27
Implement a new section to attach LAST_KMSG to incident report
Yi Jin
2018-02-09
Add clear method to ProtoOutputStream so it is reusable by just
Yi Jin
2018-02-02
Fix the tag size in token of ProtoOutputStream.cpp, the java version has
Yi Jin
2017-11-16
Expose how many bytes are written in ProtoOutputStream
Yi Jin
2017-11-01
Remove the extra mapping of field types in ProtoOutputStream
Yi Jin
2017-10-31
Refactor incident_helper to use protoutil and cppstream plugin.
Yi Jin
2017-10-30
Create a new API allowing callers to concat a serialized message field.
Yi Jin
2017-10-23
Fix several nits
Yi Jin
2017-10-13
Use ProtoOutputStream to strip Pii sensetive fields in incidentd
Yi Jin
2017-10-10
Implement go/streaming-proto native libs, part 2
Yi Jin
2017-09-27
Implement c++ native lib for streaming proto, part 1
Yi Jin