Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_update_engine
/
ba4c8b7d7b331be33604bb9e417f1108ba17a868
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
eb9e6d8
update_engine: Remove copy from source to destination partition.
by Allie Wood
· 10 years ago
6eeec90
update_engine: Change delta minor version to 2.
by Allie Wood
· 10 years ago
3d3337b
Revert "update_engine: Change delta minor version to 2."
by Alex Deymo
· 10 years ago
c8cece1
update_engine: Change delta minor version to 2.
by Allie Wood
· 10 years ago
0c8cf7e
update_engine: Fix PReadAll and PWriteAll to be able to seek to 0.
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
18f48aa
Use PLOG instead of LOG with strerror()
by Alex Deymo
· 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
b0d74eb
update_engine: Check XmlEncode() input strings.
by Alex Deymo
· 10 years ago
8e18f93
update_engine: Add Cohort, CohortName, CohortHint to Omaha protocol.
by Alex Deymo
· 10 years ago
b96ecda
platform2: Explicitly use base:: namespace with CommandLine
by Alex Vakulenko
· 10 years ago
3310b22
update_engine: Silence errors from CanResumeUpdate()
by Alex Deymo
· 10 years ago
85ed2c6
delete __STDC_{FORMAT,LIMIT}_MACROS
by Mike Frysinger
· 10 years ago
82eee80
common-mk: enable LFS by default
by Mike Frysinger
· 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
a78b28c
update_engine: Support full update on MTD devices
by Nam T. Nguyen
· 10 years ago
53c4fff
update_engine: fix -Wbraced-scalar-init warning.
by Yunlian Jiang
· 10 years ago
a26432a
update_engine: Use the rootfs size specified by verity.
by Alex Deymo
· 10 years ago
6ded654
update_engine: Make mkfs.ext3 quiet.
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
08d4931
update_engine: fixes to use chromeos-dbus-bindings generation
by Timothy Jennison
· 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
3c3807c
update_engine: Reduce file size for p2p /tmp files.
by Alex Deymo
· 10 years ago
35866ed
update_engine: fix -Winconsistent-missing-override warning
by Yunlian Jiang
· 10 years ago
8ce80d6
update_engine: Improve update_engine_client flag checking.
by Alex Deymo
· 10 years ago
907b4fa
update_engine: Don't require hashes for non-official builds.
by David Pursell
· 10 years ago
1ac8b59
update_engine: Extend rollback documentation with powerwash behavior.
by Alex Deymo
· 10 years ago
f1d582e
update_engine: Add MtdFileDescriptor and UbiFileDescriptor
by Nam T. Nguyen
· 10 years ago
9b7ae1a
update_engine: Refresh device policy when it is updated.
by Alex Deymo
· 10 years ago
513599c
Log reasons for stateful clobber.
by Thiemo Nagel
· 10 years ago
2b67a59
update_engine: Specifically cast macro param to "bool"
by Nam T. Nguyen
· 10 years ago
9c155d2
Update libchrome to r307740 and fix build errors
by Alex Vakulenko
· 10 years ago
02c1864
update_engine: Allow `cros flash` on base images.
by David Pursell
· 10 years ago
fc144e6
update_engine: Move -Wnon-virtual-dtor to CC flags
by Nam T. Nguyen
· 10 years ago
a461fc3
update_engine: Used brace initialization instead of ad-hoc function.
by Alex Deymo
· 10 years ago
965d708
update_engine: Remove unused methods from UpdateAttempter.
by Alex Deymo
· 10 years ago
6657498
update_engine: Register the default marshaller before adding a signal.
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
e894870
update_engine: Enforce virtual destructors on virtual classes.
by Alex Deymo
· 10 years ago
10875d9
update_engine: Move test-only utils to test_utils.{h,cc}.
by Alex Deymo
· 10 years ago
192393b
update_engine: Add support for parsing the size of a squashfs.
by Alex Deymo
· 10 years ago
4c82df3
update_engine: Attempt to mount the ROOTFS as squashfs during postinst.
by Alex Deymo
· 10 years ago
4a0321b
update_engine: Policy determines P2P enabled status.
by Gilad Arnold
· 10 years ago
020600d
update_engine: Use C++11 range-based for loop when possible.
by Alex Deymo
· 10 years ago
98c5ae2
update_engine: Remove unused utils.
by Alex Deymo
· 10 years ago
41f2cf5
update_engine: Share payloads for a maximum of five days only.
by David Zeuthen
· 10 years ago
f06b3bb
update_engine: Remove deprecated build and coverage files.
by Alex Deymo
· 10 years ago
8427b4a
update_engine: Standarize mock/fake filenames.
by Alex Deymo
· 10 years ago
2c0db7b
update_engine: Use FakePrefs instead of the real Prefs in unittests.
by Alex Deymo
· 10 years ago
7fb6e25
update_engine: UM: MockPolicy extends DefaultPolicy by default.
by Gilad Arnold
· 10 years ago
78ecbfc
update_engine: UM: Separate global P2P usage from payload-specific attributes.
by Gilad Arnold
· 10 years ago
74b5f55
update_engine: Relocate inference and storage of P2P related properties.
by Gilad Arnold
· 10 years ago
14a9e70
update_engine: UM: Properly handle update download deterrents.
by Gilad Arnold
· 10 years ago
b2f9919
update_engine: UM: Policy to distinguish between P2P downloading and sharing.
by Gilad Arnold
· 10 years ago
f329b93
update_engine: Fix all the "using" declaration usage.
by Alex Deymo
· 10 years ago
ebbe7ef
update_engine: Don't sent <ping a=-1 r=-1> once the device was powerwashed.
by Alex Deymo
· 10 years ago
349ac83
update_engine: UM: Add P2P download limits to UpdateCanStart.
by Gilad Arnold
· 10 years ago
e1e3afe
update_engine: Cleanup omaha_request_action_unittest.cc.
by Alex Deymo
· 10 years ago
ccd0957
update_engine: Move P2P enabled pref handling into P2PManager.
by Gilad Arnold
· 10 years ago
560ae1d
update_engine: Mock out UpdateAttempter and OmahaRequestParams.
by Alex Deymo
· 10 years ago
367a3ad
update_engine: Simplify logic in dbus_service (get p2p enabled status).
by Gilad Arnold
· 10 years ago
749ecf1
update_engine: Re-introduce RefreshDevicePolicy() before computing update params.
by Alex Deymo
· 10 years ago
02f7c1d
update_engine: Replace scoped_ptr with std::unique_ptr.
by Ben Chan
· 10 years ago
ef8d087
update_engine: UM: More permissive use of P2P.
by Gilad Arnold
· 10 years ago
519cfc7
update_engine: Move scattering wait period store/load to PayloadState.
by Gilad Arnold
· 10 years ago
d78caf9
update_engine: UM: Change policy argument from const ref to value.
by Gilad Arnold
· 10 years ago
dc4bb26
update_engine: UM: Incorporate backoff logic in UpdateCanStart.
by Gilad Arnold
· 10 years ago
e7141c6
update_engine: Log the errno when GetFilesystemSize fails
by Alex Deymo
· 10 years ago
97b6f5a
update_engine: remove gflags dependency
by Steve Fung
· 10 years ago
6e15aac
update_engine: Relocate data member declaration.
by Gilad Arnold
· 10 years ago
afd70ed
update_engine: Remove legacy logic and tests.
by Gilad Arnold
· 10 years ago
a2e8eaa
update_engine: UM: Move static member initialization to .cc file.
by Gilad Arnold
· 10 years ago
d570820
update_engine: remove gflags from daemon
by Steve Fung
· 10 years ago
d603ba9
update_engine: Move variable to function level script to prevent UaF.
by Alex Deymo
· 10 years ago
4a444ae
update_engine: Limit bsdiff to 200 MiB files.
by Alex Deymo
· 10 years ago
455eb53
update_engine: Include direction="in" in all method args missing it.
by Alex Deymo
· 10 years ago
54fa66d
update_engine: Respond to forced update requests when updates are disabled.
by Gilad Arnold
· 10 years ago
67363ee
update_engine: Wait for dbus connection to be available.
by Alex Deymo
· 10 years ago
2b4e2a5
Move KeyValueStore to libchromeos
by Alex Deymo
· 10 years ago
9a58e6a
update_engine: Use p2p when enterprise-enrolled and policy is unset.
by David Zeuthen
· 10 years ago
a77939e
update_engine: Use utils::FileSize when finding the size of a file.
by Gabe Black
· 10 years ago
Next »