Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_update_engine
/
29b815316519829f133b39dd1cae7ab6224c9da2
/
payload_generator
b42b98d
update_engine: Load minor_version from the FilesystemInterface.
by Alex Deymo
· 9 years ago
2e9533b
update_engine: Expose the update_engine.conf in the FilesystemInterface.
by Alex Deymo
· 10 years ago
1415857
update_engine: Split delta_diff_generator file.
by Alex Deymo
· 10 years ago
6c396a9
update_engine: Fix full payload generation when using chunk_size.
by Alex Deymo
· 10 years ago
8e66534
Revert "update_engine: Change the default chunk_size to 200MB"
by Alex Deymo
· 10 years ago
2a9cb2a
update_engine: Remove unused ext2_utils.h
by Alex Deymo
· 10 years ago
2b6b1db
update_engine: Change the default chunk_size to 200MB
by Kevin Cernekee
· 10 years ago
249fbf5
update_engine: Avoid emitting a MOVE to 0.
by Alex Deymo
· 10 years ago
a508705
update_engine: Fix memory leak on new ext2_filesystem code.
by Alex Deymo
· 10 years ago
bfeeb2e
update_engine: Fix temp file leak in unittest.
by Alex Deymo
· 10 years ago
1beda78
update_engine: Remove unused IsIdempotentOperation().
by Alex Deymo
· 10 years ago
35589c2
update_engine: Remove rootfs_mountpt from ImageConfig.
by Alex Deymo
· 10 years ago
6b9e38e
update_engine: Use the FilesystemInterface to generate deltas.
by Alex Deymo
· 10 years ago
2b19cfb
update_engine: Introduce FilesystemInterface abstraction.
by Alex Deymo
· 10 years ago
52490e7
update_engine: Further move Extent manipulation to extent_utils.
by Alex Deymo
· 10 years ago
2350445
update_engine: Remove duplicated function.
by Alex Deymo
· 10 years ago
5c6c655
update_engine: Split Extent utils from graph_utils.
by Alex Deymo
· 10 years ago
46bd4e2
update_engine: Fix splitting and merging of operation.
by Gilad Arnold
· 10 years ago
14c0f1b
update_engine: Disable splitting of fragmented REPLACE_BZ operations.
by Gilad Arnold
· 10 years ago
41e3474
update_engine: Merge contiguous operations (reprise).
by Gilad Arnold
· 10 years ago
542032d
Revert "update_engine: Merge contiguous operations."
by Gilad Arnold
· 10 years ago
c31e4a7
update_engine: drop SYSROOT checks
by Mike Frysinger
· 10 years ago
58455ae
update_engine: Merge contiguous operations.
by Allie Wood
· 10 years ago
c4797c4
update_engine: Delta generator should not read past old image size.
by Gilad Arnold
· 10 years ago
db1d5a6
update_engine: Sort operations by output block.
by Allie Wood
· 10 years ago
0d73e03
update_engine: Split fragmented REPLACE_BZ ops.
by Allie Wood
· 10 years ago
ba4c8b7
update_engine: Split fragmented REPLACE operations.
by Allie Wood
· 10 years ago
b6656a7
update_engine: Split fragmented SOURCE_COPY ops.
by Allie Wood
· 10 years ago
fddb6d4
update_engine: Fix metadata handling when inode table is in a different block group.
by Alex Deymo
· 10 years ago
9f6f0a5
update_engine: Implement SOURCE_COPY/SOURCE_BSDIFF operations.
by Allie Wood
· 10 years ago
5687345
update_engine: Remove sparse hole extents.
by Allie Wood
· 10 years ago
703022b
Revert "update_engine: Remove sparse hole extents."
by Shawn N
· 10 years ago
8e2c4ef
update_engine: Remove sparse hole extents.
by Allie Wood
· 10 years ago
b96ecda
platform2: Explicitly use base:: namespace with CommandLine
by Alex Vakulenko
· 10 years ago
477aec2
update_engine: Refactor OperationsGenerator into a base class.
by Alex Deymo
· 10 years ago
08d5a45
update_engine: Fake out GatherExtents in all tests.
by Alex Deymo
· 10 years ago
fdf0051
update_engine: Add fds for the source partitions.
by Allie Wood
· 10 years ago
de942f3
update_engine: Generate valid delta files for squashfs.
by Alex Deymo
· 10 years ago
a26432a
update_engine: Use the rootfs size specified by verity.
by Alex Deymo
· 10 years ago
9b244df
update_engine: Refactor operation generation methods.
by Alex Deymo
· 10 years ago
f1cbe17
update_engine: Refactor payload generation request args in a class.
by Alex Deymo
· 10 years ago
1f93d03
update_engine: Make dd less verbose.
by Alex Deymo
· 10 years ago
fffd23e
update_engine: Payload generator emits SOURCE_COPY and SOURCE_BSDIFF ops.
by Allie Wood
· 10 years ago
cd514b5
update_engine: Refactor inplace payload generator algorithm code.
by Allie Wood
· 10 years ago
3283a55
update_engine: Add new operation codes for a to b operations
by Allie Wood
· 10 years ago
425aa97
update_engine: Changes to delta minor version detection
by Allie Wood
· 10 years ago
78750a4
update_engine: Detect supported minor version from conf file.
by Allie Wood
· 10 years ago
f68bbbc
update_engine: replace std::vector<char> with chromeos::Blob
by Alex Vakulenko
· 10 years ago
981a9fb
platform2: Switch over to using base64 functions from libchromeos
by Alex Vakulenko
· 10 years ago
b8ccad0
update_engine: Add command line option for payload minor version.
by Allie Wood
· 10 years ago
063181c
update_engine: Fix delta generator mishandling of unchanged blocks.
by Gilad Arnold
· 10 years ago
a461fc3
update_engine: Used brace initialization instead of ad-hoc function.
by Alex Deymo
· 10 years ago
610277e
update_engine: Add override when possible.
by Alex Deymo
· 10 years ago
aab50e3
Include the implemented header first in all projects.
by Alex Deymo
· 10 years ago
10875d9
update_engine: Move test-only utils to test_utils.{h,cc}.
by Alex Deymo
· 10 years ago
020600d
update_engine: Use C++11 range-based for loop when possible.
by Alex Deymo
· 10 years ago
f329b93
update_engine: Fix all the "using" declaration usage.
by Alex Deymo
· 10 years ago
02f7c1d
update_engine: Replace scoped_ptr with std::unique_ptr.
by Ben Chan
· 10 years ago
97b6f5a
update_engine: remove gflags dependency
by Steve Fung
· 10 years ago
4a444ae
update_engine: Limit bsdiff to 200 MiB files.
by Alex Deymo
· 10 years ago
a77939e
update_engine: Use utils::FileSize when finding the size of a file.
by Gabe Black
· 10 years ago
f9cb98c
update_engine: Clean up angle brackets in template types.
by Ben Chan
· 10 years ago
06c76a4
Update code to include base/files/file_util.h
by Ben Chan
· 10 years ago
05735a1
update_engine: Include base/macros.h instead of base/basictypes.h
by Ben Chan
· 10 years ago
88b591f
update_engine: Replace NULL with nullptr
by Alex Vakulenko
· 10 years ago
157fe30
platform2: sweep the lint errors identified by the updated linter
by Alex Vakulenko
· 10 years ago
5d52780
update_engine: Move ext2 tools to its own file in payload_generator.
by Alex Deymo
· 10 years ago
072359c
update_engine: fixed remaining linter and some spelling errors
by Alex Vakulenko
· 10 years ago
923d8fa
update_engine: Split payload signing and verification.
by Alex Deymo
· 10 years ago
d2779df
update_engine: fixed warnings from cpplint
by Alex Vakulenko
· 11 years ago
736fcb5
update_engine: Update to build against libchrome-271506.
by Ben Chan
· 11 years ago
bc91a27
Replace std::tr1::shared_ptr by std::shared_ptr.
by Alex Deymo
· 11 years ago
7dc4c50
Move IsDir() to utils.
by Alex Deymo
· 11 years ago
1f02371
Add usage message to the delta_generator
by Alex Deymo
· 11 years ago
161c4a1
Move payload generator files to payload_generator/ directory.
by Alex Deymo
· 11 years ago