Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_update_engine
/
61e1fa89e01952d772f4aca843fa817a7a30fe66
61e1fa8
brillo_update_payload: Disable Brillo deltas for minor version <= 2.
by Alex Deymo
· 9 years ago
95224dd
Android: Log client messages to stderr.
by Alex Deymo
· 9 years ago
3629d3e
update_engine: Removing brillo::Any from weaved's public APIs
by Alex Vakulenko
· 9 years ago
fa78f14
Refactor daemon state and service async notification.
by Alex Deymo
· 9 years ago
5f52811
Compile update_engine_client for non-Brillo targets.
by Alex Deymo
· 9 years ago
ce90f44
Remove unused dependencies in the client.
by Casey Dahlin
· 9 years ago
50e24f4
Remove warning about update-payload-key redefined.
by Alex Deymo
· 9 years ago
4089249
Make client use binder interface on brillo
by Casey Dahlin
· 9 years ago
aabd81e
Remove duplicate dependencies in Android.mk.
by Alex Deymo
· 9 years ago
71d7c21
Re-land: Compile libupdate_engine_client even when dbus is disabled.
by Alex Deymo
· 9 years ago
e97b39c
Implement Android UE daemon using brillo::Daemon.
by Alex Deymo
· 9 years ago
c003790
Fix missing dependencies when weave is disabled.
by Alex Deymo
· 9 years ago
0057daa
update_engine: Fix build breaks in unit tests on Chrome OS
by Alex Vakulenko
· 9 years ago
7ff02cf
Add back weaved dependencies accidentally removed.
by Alex Deymo
· 9 years ago
7067445
Revert "Compile libupdate_engine_client even when dbus is disabled."
by Alex Vakulenko
· 9 years ago
bdd765e
Revert "Implement Android UE daemon using brillo::Daemon."
by Alex Vakulenko
· 9 years ago
ce360bb
Revert "update_engine: Fix compile errors on Chrome OS"
by Alex Vakulenko
· 9 years ago
a3e8746
update_engine: Fix compile errors on Chrome OS
by Alex Vakulenko
· 9 years ago
e66cb48
Compile libupdate_engine_client even when dbus is disabled.
by Alex Deymo
· 9 years ago
c180400
Implement Android UE daemon using brillo::Daemon.
by Alex Deymo
· 9 years ago
78a954f
Set default USE flags values as local variables.
by Alex Deymo
· 9 years ago
a93cd53
Introduce brillo binder interface
by Casey Dahlin
· 9 years ago
8c21b35
Move current daemon destruction logic to RealSystemState.
by Alex Deymo
· 9 years ago
a91cc48
Convert UpdateEngineDaemon to a brillo:Daemon.
by Alex Deymo
· 9 years ago
0103c36
update_engine: Update libchrome APIs to r369476
by Alex Vakulenko
· 9 years ago
3317b88
Add IMGDIFF operation to protobuf.
by Sen Jiang
· 9 years ago
690810b
update_engine_client: Prevent hanging the client.
by Alex Deymo
· 9 years ago
e78e3fb
Add bind() function to the binder interface.
by Tao Bao
· 9 years ago
40e84df
Update the weave state after changing the tracking channel.
by Alex Deymo
· 9 years ago
1944141
Initialize DBus in CreateInstance
by Casey Dahlin
· 9 years ago
97c8705
Introduce status handlers and use them in client
by Casey Dahlin
· 9 years ago
c7cc45e
update_engine: Use helper Command::AbortWithCustomError() method
by Alex Vakulenko
· 9 years ago
210591e
update_engine: Split out the trait name from the command name
by Alex Vakulenko
· 9 years ago
e119e6a
update_engine: Switch to use Binder interface to weaved
by Alex Vakulenko
· 9 years ago
042f8a1
Add a rule for brillo_update_payload.
by Tao Bao
· 9 years ago
f7ead81
Implement update_engine weave commands
by Alex Deymo
· 9 years ago
d815846
Add missing override to GetPrevVersion
by Casey Dahlin
· 9 years ago
ab5bd66
update_engine: Disable RTTI
by Alex Vakulenko
· 9 years ago
02152c3
Use GID "wakelock" to control access to kernel wakelock
by Pavlin Radoslavov
· 9 years ago
ef36113
Move all blocking client calls to libupdate_engine_client
by Casey Dahlin
· 9 years ago
87ab88e
Port all available calls to libupdate_engine_client
by Casey Dahlin
· 9 years ago
dbd1711
Fix use of local-generated-sources-dir.
by Ying Wang
· 9 years ago
e844c1a
Port update_engine_client ResetStatus command to lib
by Casey Dahlin
· 9 years ago
05e0e38
Compile delta_generator for the host.
by Alex Deymo
· 9 years ago
5a4c513
Fix UpdateAttempter unittests.
by Alex Deymo
· 9 years ago
e7ba31b
Fix BootControlChromeOS unittest references.
by Alex Deymo
· 9 years ago
2f48c41
Import brillo_update_payload from Chrome OS dev-utils.
by Alex Deymo
· 9 years ago
1b03f9f
Move hardware and boot_control implementation to libupdate_engine.
by Alex Deymo
· 9 years ago
b09305e
Compile delta_generator and payload_consumer when "dbus" is disabled.
by Alex Deymo
· 9 years ago
9bc7aae
Initialize the ChromeBrowserProxyResolver only once.
by Alex Deymo
· 9 years ago
f987481
Fix unittest in FilesystemVerifierActionTest.
by Sen Jiang
· 9 years ago
889c65d
Switch supported minor version to 3.
by Sen Jiang
· 9 years ago
1ad42ad
Optional source filesystem verification in minor version 3.
by Sen Jiang
· 9 years ago
542c19b
Remove SystemState references from DeltaPerformer.
by Alex Deymo
· 9 years ago
33e91e7
Fix certificate checker callback lifetime.
by Alex Deymo
· 9 years ago
2b4268c
Fix crash on shutdown when update in progress.
by Alex Deymo
· 9 years ago
ab49446
Restrict update_engine SSL certs.
by Alex Deymo
· 9 years ago
b15a0b8
Remove SystemState from post-install step.
by Alex Deymo
· 9 years ago
706a5ab
Remove SystemState dependency from HttpFetcher and InstallPlan.
by Alex Deymo
· 9 years ago
c1c17b4
Report Enum metrics from CertificateChecker.
by Alex Deymo
· 9 years ago
9138ef5
Remove unused includes.
by Alex Deymo
· 9 years ago
5609277
Add bspatch as a dependency of update_engine deamon.
by Sen Jiang
· 9 years ago
9c12346
Fix temporary directory path in Android.
by Sen Jiang
· 9 years ago
22ad861
Delete DownloadActionDelegate::SetDownloadStatus() method.
by Alex Deymo
· 9 years ago
5bdc61b
Revert "Conditionally set dbus group in init rc."
by Tao Bao
· 9 years ago
5029dbb
Conditionally set dbus group in init rc.
by Tao Bao
· 9 years ago
09af881
Enable rich status reporting for binder interface
by Christopher Wiley
· 9 years ago
2ec4aab
Verify operation source hash if present.
by Sen Jiang
· 9 years ago
cd60dca
Fix update_engine build for non-Brillo targets.
by Alex Deymo
· 9 years ago
4218b7e
Disable DBus dependent targets when "dbus" USE flag is not set.
by Alex Deymo
· 9 years ago
9e1eda9
Add Binder service for update_engine
by Christopher Wiley
· 9 years ago
a259179
Move metrics time helpers to metrics_utils.
by Alex Deymo
· 9 years ago
6f7b22c
brillo_update_payload: Pass postinstall config file to delta_generator.
by Sen Jiang
· 9 years ago
e67a8bb
Fix mtd_file_descriptor includes.
by Alex Deymo
· 9 years ago
38429cf
common: Split out metrics utils from utils.cc.
by Alex Deymo
· 9 years ago
05feee0
delta_generator: Include postinstall calls in the payload major version 2.
by Sen Jiang
· 9 years ago
39910dc
Split payload application code into a subdirectory.
by Alex Deymo
· 9 years ago
f514c54
brillo_payload_generator: Adding warn function and flag verification
by Jason Kusuma
· 9 years ago
82352f9
delta_generator: Include per-operation source hash.
by Sen Jiang
· 9 years ago
9fded1e
Send Omaha event_type 54 after reboot to new update.
by Alex Deymo
· 9 years ago
5378f5e
Initialize channel information on Init().
by Alex Deymo
· 9 years ago
d942f9d
Return the error reason to the caller of SetTargetChannel.
by Alex Deymo
· 9 years ago
af1575f
Fix logging percentage in BlobFileWriter.
by Sen Jiang
· 9 years ago
dbe13b4
Increase exponential backoff maximum time to 26h on Brillo.
by Alex Deymo
· 9 years ago
3e728fe
Do not include signature dummy operation in major version 2.
by Sen Jiang
· 9 years ago
35f358b
Fix delta performer integration test.
by Sen Jiang
· 9 years ago
168b535
brillo_payload_generator: Pass the list of partitions to the generator.
by Alex Deymo
· 9 years ago
7a2c47e
Enable payload v2.
by Alex Deymo
· 9 years ago
f681380
Fix verifying payload signature in major version 2.
by Sen Jiang
· 9 years ago
76bfa74
Verify metadata signature in major version 2.
by Sen Jiang
· 9 years ago
1fbaac8
Handle not connected message from shill.
by Alex Deymo
· 9 years ago
83f2f70
Pass the correct major_version when generating updates.
by Alex Deymo
· 9 years ago
787dc41
Add USE flags to the Android.mk
by Alex Deymo
· 9 years ago
c372ab6
Android.mk: Remove makefile macro and let make resolve transitive dependencies.
by Alex Deymo
· 9 years ago
efb9d83
Fix OmahaRequestAction unittest.
by Alex Deymo
· 9 years ago
87c0886
Send "success reboot" only after an update.
by Alex Deymo
· 9 years ago
4cf1402
update_engine: Fix Android.mk typo.
by Alex Vakulenko
· 9 years ago
1bab5a8
update_engine: Rename libchromeos into libbrillo
by Alex Vakulenko
· 9 years ago
bf1266f
Pass out_hash_file to delta_generator.
by Sen Jiang
· 9 years ago
c8f6b7a
Check PartitionUpdate field for old partition info in ValidateManifest.
by Sen Jiang
· 9 years ago
Next »