Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_update_engine
/
d8b67f49d7f8ae291cd4fa901b2d3767137704e7
/
common
/
utils.cc
013ebf9
Merge branch 'cros/upstream' into 'cros/master'
by Amin Hassani
· 8 years ago
948ea58
update_engine: Remove zlib fingerprint checking
by Andrey Ulanov
· 8 years ago
f411650
Unmount old postinstall mountpoint from previous runs.
by Alex Deymo
· 8 years ago
335516c
Remove FileWriter from common/utils.h
by Alex Deymo
· 9 years ago
5ba93ad
Lazy unmount postinstall if it fails to unmount.
by Alex Deymo
· 9 years ago
3295102
Setup a temporary directory for update_engine_sideload.
by Alex Deymo
· 9 years ago
5c6bb1d
Fix clang-tidy performance warnings in update_engine.
by Chih-Hung Hsieh
· 9 years ago
fb905d9
Implement powerwash on Android.
by Alex Deymo
· 9 years ago
371615b
Remove utils::MakeTempDirectory().
by Sen Jiang
· 9 years ago
5fb356c
Mark block device as read-only before mounting.
by Alex Deymo
· 9 years ago
0d29854
Parse postinstall program progress updates.
by Alex Deymo
· 9 years ago
2972608
Remove self-crashing logic.
by Alex Deymo
· 9 years ago
dcbc0ae
Remove GetFilesystemSize.
by Sen Jiang
· 9 years ago
e0d0428
Check if zlib is compatible.
by Sen Jiang
· 9 years ago
14dbd33
Mount the new system as 'postinstall_file' in postinstall.
by Alex Deymo
· 9 years ago
390efed
Parse postinstall parameters from the payload metadata.
by Alex Deymo
· 9 years ago
e88e9fe
Android: Print the error code string from the client.
by Alex Deymo
· 10 years ago
1f19dcc
Add ErrorCode::kUserCanceled.
by Alex Deymo
· 10 years ago
ab0d976
CPULimiter: Refactor class to manage the CPU limitation.
by Alex Deymo
· 10 years ago
0103c36
update_engine: Update libchrome APIs to r369476
by Alex Vakulenko
· 10 years ago
9138ef5
Remove unused includes.
by Alex Deymo
· 10 years ago
9c12346
Fix temporary directory path in Android.
by Sen Jiang
· 10 years ago
a259179
Move metrics time helpers to metrics_utils.
by Alex Deymo
· 10 years ago
38429cf
common: Split out metrics utils from utils.cc.
by Alex Deymo
· 10 years ago
39910dc
Split payload application code into a subdirectory.
by Alex Deymo
· 10 years ago
[Renamed (98%) from utils.cc]
1016ae1
Remove unused BlockDevSize(const string& path).
by Alex Deymo
· 10 years ago
3f39d5c
update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces
by Alex Vakulenko
· 10 years ago
af9a863
Remove obsolete Installer.* metrics.
by Alex Deymo
· 10 years ago
5fc5e10
Allow ext4 filesystems in postinstall.
by Alex Deymo
· 10 years ago
5aa1c54
Create temporary files in the system's temp directory.
by Alex Deymo
· 10 years ago
dd132f3
Make non-volatile directory platform-specific.
by Alex Deymo
· 10 years ago
6f20dd4
Fix includes and DBus headers to build on Android.
by Alex Deymo
· 10 years ago
763e7db
update_engine: New BootControlInterface class.
by Alex Deymo
· 10 years ago
aea4c1c
Re-license update_engine to Apache2
by Alex Deymo
· 10 years ago
c00c98a
update_engine: Use portable string format functions.
by Alex Deymo
· 10 years ago
75eac7e
update_engine: Convert NetworkConnectionType to enum class.
by Alex Deymo
· 10 years ago
b42b98d
update_engine: Load minor_version from the FilesystemInterface.
by Alex Deymo
· 10 years ago
8d2bbe3
update_engine: Move glib related utils to glib_utils.h.
by Alex Deymo
· 10 years ago
60ca1a7
update_engine: Migrate time-based glib main loop calls to MessageLoop.
by Alex Deymo
· 10 years ago
a4a80f5
update_engine: Remove unused utils functions.
by Alex Deymo
· 10 years ago
6a9d349
platform2: Fix issues with new version of libchrome
by Alex Vakulenko
· 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
eb9e6d8
update_engine: Remove copy from source to destination partition.
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
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
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
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
f1d582e
update_engine: Add MtdFileDescriptor and UbiFileDescriptor
by Nam T. Nguyen
· 11 years ago
10875d9
update_engine: Move test-only utils to test_utils.{h,cc}.
by Alex Deymo
· 11 years ago
192393b
update_engine: Add support for parsing the size of a squashfs.
by Alex Deymo
· 11 years ago
4c82df3
update_engine: Attempt to mount the ROOTFS as squashfs during postinst.
by Alex Deymo
· 11 years ago
020600d
update_engine: Use C++11 range-based for loop when possible.
by Alex Deymo
· 11 years ago
98c5ae2
update_engine: Remove unused utils.
by Alex Deymo
· 11 years ago
f329b93
update_engine: Fix all the "using" declaration usage.
by Alex Deymo
· 11 years ago
e7141c6
update_engine: Log the errno when GetFilesystemSize fails
by Alex Deymo
· 11 years ago
b92cd2e
update_engine: Make reading the size of a block device file work as expected.
by Gabe Black
· 11 years ago
f9cb98c
update_engine: Clean up angle brackets in template types.
by Ben Chan
· 11 years ago
06c76a4
Update code to include base/files/file_util.h
by Ben Chan
· 11 years ago
88b591f
update_engine: Replace NULL with nullptr
by Alex Vakulenko
· 11 years ago
f3e2801
update_engine: Reject XML with internal entity declarations.
by David Zeuthen
· 11 years ago
4906c1c
update_engine: Replace googe::protobuf::Closure with base::Closure
by Alex Vakulenko
· 11 years ago
973449e
update_engine: Make utils::FormatTimeDelta() work with negative values.
by David Zeuthen
· 11 years ago
c1711e2
update_engine: Use constants from elf.h.
by Alex Deymo
· 11 years ago
9abb763
update_engine: Use integer types from stdint.h
by Ben Chan
· 11 years ago
44666f9
update_engine: Remove dependency on libupdate_engine from the client.
by Alex Deymo
· 11 years ago
719bfff
update_engine: Migrate build system to gyp.
by Alex Deymo
· 11 years ago
5611237
Revert "update_engine: Migrate build system to gyp."
by Chun-ta Lin
· 11 years ago
3473d20
update_engine: Migrate build system to gyp.
by Alex Deymo
· 11 years ago
65f1da0
update_engine: Use powerd for rebooting.
by Daniel Erat
· 11 years ago
d2779df
update_engine: fixed warnings from cpplint
by Alex Vakulenko
· 11 years ago
d1c4d2d
Change ErrorCode into an enum class.
by Gilad Arnold
· 11 years ago
c4acdf4
Fix memory leak on HttpFetcher and ProxyResolver.
by Alex Deymo
· 11 years ago
736fcb5
update_engine: Update to build against libchrome-271506.
by Ben Chan
· 11 years ago
7dc4c50
Move IsDir() to utils.
by Alex Deymo
· 11 years ago
b281f07
Add UpdateEngine.Attempt.ConnectionType metric.
by David Zeuthen
· 11 years ago
f3f85bb
Added support for generic loopback partition name parsing
by Alex Vakulenko
· 11 years ago
33bae49
Add new metrics.
by David Zeuthen
· 11 years ago
75039d7
update_engine: update to libbase 242728
by Alex Vakulenko
· 11 years ago
032e772
Log the file format of cros_install on postinstall action
by Alex Deymo
· 11 years ago
4f5b144
update_engine: added partition name manipulation library methods
by Alex Vakulenko
· 11 years ago
639aa36
Record installation date and include it in every Omaha request.
by David Zeuthen
· 12 years ago
d04f8e2
AU: prepend TMPDIR when creating a temp file/directory
by Gilad Arnold
· 12 years ago
e7f8917
Add support for using public key sent by Omaha.
by David Zeuthen
· 12 years ago
056b0ab
Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface.
by J. Richard Barnette
· 12 years ago
522d36f
Move simple firmware related queries into HardwareInterface.
by J. Richard Barnette
· 12 years ago
4d03944
Enforce handling of expected payload versions only.
by Don Garrett
· 12 years ago
3084293
Move KernelDeviceOfBootDevice() to utils.
by J. Richard Barnette
· 12 years ago
63137e5
Split GetECVersion to allow saner unit testing.
by J. Richard Barnette
· 12 years ago
910ec5b
p2p: Skip some tests if xattr support is not available.
by David Zeuthen
· 12 years ago
052d290
p2p: Remove IsP2PAllowedForInteractiveChecks() function and its users
by David Zeuthen
· 12 years ago
bb8bdc7
p2p: Add HttpPeer to DownloadSource enumeration
by David Zeuthen
· 12 years ago
Next »