Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_update_engine
/
24e97deb8c9db7a55b73e55cf6fe6995c00ac3a1
/
payload_generator
a314d2b
Call CowWriter::Finalize() before attempting to get size of COW
by Kelvin Zhang
· 4 years, 11 months ago
b93055f
Add a util for converting ota payload to cow image
by Kelvin Zhang
· 5 years ago
4ab946d
Add a library function for performing a cow dry run
by Kelvin Zhang
· 5 years ago
4ca06c1
Add vabc_compression parameter to update_metadata
by Kelvin Zhang
· 5 years ago
deb3445
Reland: Pass apex_info.pb file to delta_generator
by Kelvin Zhang
· 5 years ago
9101ff3
Add a flag to manually override VABC
by Kelvin Zhang
· 5 years ago
0a52f1b
Skip merge sequence and COW computation if VABC disabled
by Kelvin Zhang
· 5 years ago
195d0a9
Revert "Pass apex_info.pb file to delta_generator"
by Tianjie Xu
· 5 years ago
4e5da3e
Pass apex_info.pb file to delta_generator
by Kelvin Zhang
· 5 years ago
ad8ea10
Add a "vabc_enabled" flag to update_metadata
by Kelvin Zhang
· 5 years ago
eb8703b
Always write SOURCE_COPY blocks in reverse order
by Kelvin Zhang
· 5 years ago
58480ef
Avoid self-overpping SOURCE_COPY ops by split them
by Kelvin Zhang
· 5 years ago
4aeaa12
Merge remote-tracking branch 'aosp/upstream-master' into merge
by Kelvin Zhang
· 5 years ago
098e79a
Add --disable_verity_computation flag to delta_generator
by Kelvin Zhang
· 5 years ago
7010853
Cleanup PayloadSigner::AddSignatureToManifest()
by Sen Jiang
· 5 years ago
999705e
Add `full_boot` option to brillo_update_payload
by Kelvin Zhang
· 5 years ago
538bd59
update_engine: Make SystemState accessible from everywhere
by Amin Hassani
· 5 years ago
b65868c
Add small testcase for merge sequence generator
by Kelvin Zhang
· 5 years ago
4b28024
Rename PReadAll/PWriteAll for file descriptor ptr to ReadAll/WriteAll
by Kelvin Zhang
· 5 years ago
7a26575
Estimate COW image size during OTA generation
by Kelvin Zhang
· 5 years ago
30b09d0
Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge"
by Tianjie Xu
· 5 years ago
a1e7c8f
Support host simulation of partial update
by Tianjie
· 5 years ago
5b58987
Merge remote-tracking branch 'aosp/upstream-master' into merge
by Tianjie
· 5 years ago
ec7bc11
update_engine: Create cros vs. aosp boundary clear
by Amin Hassani
· 5 years ago
4c42a43
Fix hang on host apply payload
by Yifan Hong
· 5 years ago
42c2f98
Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros
by Amin Hassani
· 5 years ago
2fe8432
Revert "update_engine: Remove case conditions for deprecated operations"
by Amin Hassani
· 5 years ago
ed03b44
update_engine: Fix leaking unit tests
by Amin Hassani
· 5 years ago
b05e4e2
Implement common library for converting InstallOps to Cow Ops
by Kelvin Zhang
· 5 years ago
852f57d
update engine: clang formatting
by Vyshu
· 5 years ago
7d19220
update_engine: Switch back crypto function calls to get0 version
by Amin Hassani
· 5 years ago
ffa4c66
Merge "update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master"
by Commit Bot
· 5 years ago
a81598b
payload_generator: Remove unused attributes
by Vyshu
· 5 years ago
e53b39b
update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master
by Amin Hassani
· 5 years ago
31ad119
Implement the topology sort in CreateCowMergeOperation
by Tianjie
· 5 years ago
87af6c0
Implement the functions in CowMergeOperations
by Tianjie
· 5 years ago
e9156ec
Add CowMergeOperations as a hint for snapshot write
by Tianjie
· 5 years ago
1f49642
Set per-partition timestamps in OTA generation
by Kelvin Zhang
· 5 years ago
b753e0e
Fix race condition in blob_file_writer
by Kelvin Zhang
· 5 years ago
e283ce4
Update language to comply with Android's inclusive language guidance
by Tianjie
· 5 years ago
d60dc39
Update language to comply with Android's inclusive language guidance
by Tianjie
· 5 years ago
5b00207
update_engine: Fix non inclusive vocabulary
by Andrew
· 6 years ago
b0b9c20
Parallelize delta generation across partition
by Kelvin Zhang
· 5 years ago
c036b10
Update language to comply with Android's inclusive language guidance
by Saint Chou
· 5 years ago
f5baff4
Support generation of partial updates
by Tianjie
· 5 years ago
24f9609
Verify the extents for untouched dynamic partitions during partial update
by Tianjie
· 6 years ago
55abd3c
Merge remote-tracking branch 'aosp/upstream-master' into merge
by Tianjie
· 6 years ago
cc6ab9f
update_engine: Fix non inclusive vocabulary
by Andrew
· 6 years ago
f4d1196
update_engine: Remove case conditions for deprecated operations
by Amin Hassani
· 6 years ago
45061b6
update_engine: update for libchrome uprev
by Qijiang Fan
· 6 years ago
3f894a8
update_engine: Fix ubsan error for undefined-behavior
by Jae Hoon Kim
· 6 years ago
00b6aa2
update_engine: changes for libchrome r680000 uprev
by hscham
· 6 years ago
9d5a61d
update_engine: Fix issues reported by clang-tidy
by Andrew
· 6 years ago
37ae856
Allow parsing boot image with header version 3
by Tianjie
· 6 years ago
822d485
Reland "update_engine: Deprecate major version 1"
by Amin Hassani
· 6 years ago
1a200c1
update_engine: Don't search for deflates again in SquashFS compressed files
by Amin Hassani
· 6 years ago
fac2022
Revert "update_engine: Deprecate major version 1"
by Amin Hassani
· 6 years ago
3a4caa1
update_engine: pipe stderr individually in SycnronousExec
by Amin Hassani
· 6 years ago
8683ed4
Update keys in dynamic_partitions_info.txt.
by Yifan Hong
· 6 years ago
55c7541
update_engine: Deprecate major version 1
by Amin Hassani
· 6 years ago
9cad266
Add a command in delta_generator to calculate the maximum signature size
by Tianjie Xu
· 6 years ago
7bbe015
Add EC key signing support
by Tianjie Xu
· 6 years ago
6cf830b
Factor out the RSA verification in payload verifier
by Tianjie Xu
· 6 years ago
0f59a9a
update_engine: Deprecate minor version 1
by Amin Hassani
· 6 years ago
05b3b96
Add snapshot_enabled field to DeltaArchiveManifest.
by Yifan Hong
· 6 years ago
dac04b7
Signature size now uses size_t
by Tianjie Xu
· 6 years ago
72d512c
Add a flag to disable the fec data computation
by Tianjie Xu
· 6 years ago
e4d414e
Only scan for deflates in regular files
by Håkan Kvist
· 7 years ago
7999ef8
update_engine: increase logging on config detection failure
by Curtis Malainey
· 7 years ago
8ecb65f
Rename product_services to system_ext
by Justin Yun
· 7 years ago
4b6d126
update_engine: Validate payload properties.
by Jae Hoon Kim
· 7 years ago
7982100
update_engine: Add --properties_format flag to delta_generator
by Amin Hassani
· 7 years ago
5d18505
update_engine: De-duplicate zlib blocks of squashfs images
by Amin Hassani
· 7 years ago
3dbe64e
Support signature size of 512 bytes
by xunchang
· 7 years ago
cda3c03
Support signing payload with 4096 bits RSA keys
by xunchang
· 7 years ago
cebb688
Use InstallOperation::Type instead of InstallOperation_Type.
by Sen Jiang
· 7 years ago
77c25fc
update_engine: Add delta payload support for squashfs
by Amin Hassani
· 7 years ago
9b2f178
Use string for Signatures protobuf.
by Sen Jiang
· 7 years ago
232f8f9
update_engine: Run clang-format on payload_generator/
by Amin Hassani
· 7 years ago
53c2ec5
Use base::TimeTicks.
by Sen Jiang
· 7 years ago
08c6da1
Don't use temp file for public key.
by Sen Jiang
· 7 years ago
3ce4e52
Merge aosp/upstream-master into aosp/master.
by Sen Jiang
· 7 years ago
cf50e9d
update_engine: Remove problematic deflate caches.
by Amin Hassani
· 7 years ago
58e01d6
update_engine: brillo_update_payload: Switch to major version 2
by Amin Hassani
· 7 years ago
b5f631d
Add support for parsing Verified Boot 1.0 metadata.
by Sen Jiang
· 7 years ago
ba0fc92
Always filter out all zero blocks from old_file_extents.
by Sen Jiang
· 7 years ago
ce39e67
Fix partition spelling.
by Sen Jiang
· 7 years ago
812e9d1
Add apex file to the list of zip extensions.
by Sen Jiang
· 7 years ago
efb0fda
Use a similar file if no old files matches new file name.
by Sen Jiang
· 7 years ago
9edcd04
Support payload larger than 4GiB.
by Sen Jiang
· 7 years ago
23bae40
Parse deflates in gzip files.
by Sen Jiang
· 7 years ago
5e1af98
Remove ZeroPadExtentWriter.
by Sen Jiang
· 7 years ago
f23bf92
Print total number of operations.
by Sen Jiang
· 7 years ago
a8485a8
Consider diff operation overhead.
by Sen Jiang
· 7 years ago
398cb54
Add dynamic_partition_metadata to update manifest
by Yifan Hong
· 7 years ago
a91195d
Prefix operation name with partition name.
by Sen Jiang
· 7 years ago
e4ba45f
Only filter old_visited_blocks for inplace update.
by Sen Jiang
· 7 years ago
44ac3ea
Replace LoadPayloadMetadata() with PayloadMetadata class.
by Sen Jiang
· 7 years ago
a778e5b
Support writing FEC.
by Sen Jiang
· 7 years ago
6feb15c
payload_generator: Use actions to apply payload.
by Sen Jiang
· 7 years ago
Next »