1. f1cbe17 update_engine: Refactor payload generation request args in a class. by Alex Deymo · 9 years ago
  2. 1f93d03 update_engine: Make dd less verbose. by Alex Deymo · 9 years ago
  3. 08d4931 update_engine: fixes to use chromeos-dbus-bindings generation by Timothy Jennison · 9 years ago
  4. fffd23e update_engine: Payload generator emits SOURCE_COPY and SOURCE_BSDIFF ops. by Allie Wood · 9 years ago
  5. cd514b5 update_engine: Refactor inplace payload generator algorithm code. by Allie Wood · 9 years ago
  6. 3283a55 update_engine: Add new operation codes for a to b operations by Allie Wood · 9 years ago
  7. 425aa97 update_engine: Changes to delta minor version detection by Allie Wood · 9 years ago
  8. 78750a4 update_engine: Detect supported minor version from conf file. by Allie Wood · 9 years ago
  9. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 9 years ago
  10. 981a9fb platform2: Switch over to using base64 functions from libchromeos by Alex Vakulenko · 9 years ago
  11. b8ccad0 update_engine: Add command line option for payload minor version. by Allie Wood · 9 years ago
  12. 063181c update_engine: Fix delta generator mishandling of unchanged blocks. by Gilad Arnold · 9 years ago
  13. 3c3807c update_engine: Reduce file size for p2p /tmp files. by Alex Deymo · 9 years ago
  14. 35866ed update_engine: fix -Winconsistent-missing-override warning by Yunlian Jiang · 9 years ago
  15. 8ce80d6 update_engine: Improve update_engine_client flag checking. by Alex Deymo · 9 years ago
  16. 907b4fa update_engine: Don't require hashes for non-official builds. by David Pursell · 9 years ago
  17. 1ac8b59 update_engine: Extend rollback documentation with powerwash behavior. by Alex Deymo · 9 years ago
  18. f1d582e update_engine: Add MtdFileDescriptor and UbiFileDescriptor by Nam T. Nguyen · 10 years ago
  19. 9b7ae1a update_engine: Refresh device policy when it is updated. by Alex Deymo · 10 years ago
  20. 513599c Log reasons for stateful clobber. by Thiemo Nagel · 10 years ago
  21. 2b67a59 update_engine: Specifically cast macro param to "bool" by Nam T. Nguyen · 10 years ago
  22. 9c155d2 Update libchrome to r307740 and fix build errors by Alex Vakulenko · 10 years ago
  23. 02c1864 update_engine: Allow `cros flash` on base images. by David Pursell · 10 years ago
  24. fc144e6 update_engine: Move -Wnon-virtual-dtor to CC flags by Nam T. Nguyen · 10 years ago
  25. a461fc3 update_engine: Used brace initialization instead of ad-hoc function. by Alex Deymo · 10 years ago
  26. 965d708 update_engine: Remove unused methods from UpdateAttempter. by Alex Deymo · 10 years ago
  27. 6657498 update_engine: Register the default marshaller before adding a signal. by Alex Deymo · 10 years ago
  28. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  29. aab50e3 Include the implemented header first in all projects. by Alex Deymo · 10 years ago
  30. e894870 update_engine: Enforce virtual destructors on virtual classes. by Alex Deymo · 10 years ago
  31. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  32. 192393b update_engine: Add support for parsing the size of a squashfs. by Alex Deymo · 10 years ago
  33. 4c82df3 update_engine: Attempt to mount the ROOTFS as squashfs during postinst. by Alex Deymo · 10 years ago
  34. 4a0321b update_engine: Policy determines P2P enabled status. by Gilad Arnold · 10 years ago
  35. 020600d update_engine: Use C++11 range-based for loop when possible. by Alex Deymo · 10 years ago
  36. 98c5ae2 update_engine: Remove unused utils. by Alex Deymo · 10 years ago
  37. 41f2cf5 update_engine: Share payloads for a maximum of five days only. by David Zeuthen · 10 years ago
  38. f06b3bb update_engine: Remove deprecated build and coverage files. by Alex Deymo · 10 years ago
  39. 8427b4a update_engine: Standarize mock/fake filenames. by Alex Deymo · 10 years ago
  40. 2c0db7b update_engine: Use FakePrefs instead of the real Prefs in unittests. by Alex Deymo · 10 years ago
  41. 7fb6e25 update_engine: UM: MockPolicy extends DefaultPolicy by default. by Gilad Arnold · 10 years ago
  42. 78ecbfc update_engine: UM: Separate global P2P usage from payload-specific attributes. by Gilad Arnold · 10 years ago
  43. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  44. 14a9e70 update_engine: UM: Properly handle update download deterrents. by Gilad Arnold · 10 years ago
  45. b2f9919 update_engine: UM: Policy to distinguish between P2P downloading and sharing. by Gilad Arnold · 10 years ago
  46. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  47. ebbe7ef update_engine: Don't sent <ping a=-1 r=-1> once the device was powerwashed. by Alex Deymo · 10 years ago
  48. 349ac83 update_engine: UM: Add P2P download limits to UpdateCanStart. by Gilad Arnold · 10 years ago
  49. e1e3afe update_engine: Cleanup omaha_request_action_unittest.cc. by Alex Deymo · 10 years ago
  50. ccd0957 update_engine: Move P2P enabled pref handling into P2PManager. by Gilad Arnold · 10 years ago
  51. 560ae1d update_engine: Mock out UpdateAttempter and OmahaRequestParams. by Alex Deymo · 10 years ago
  52. 367a3ad update_engine: Simplify logic in dbus_service (get p2p enabled status). by Gilad Arnold · 10 years ago
  53. 749ecf1 update_engine: Re-introduce RefreshDevicePolicy() before computing update params. by Alex Deymo · 10 years ago
  54. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  55. ef8d087 update_engine: UM: More permissive use of P2P. by Gilad Arnold · 10 years ago
  56. 519cfc7 update_engine: Move scattering wait period store/load to PayloadState. by Gilad Arnold · 10 years ago
  57. d78caf9 update_engine: UM: Change policy argument from const ref to value. by Gilad Arnold · 10 years ago
  58. dc4bb26 update_engine: UM: Incorporate backoff logic in UpdateCanStart. by Gilad Arnold · 10 years ago
  59. e7141c6 update_engine: Log the errno when GetFilesystemSize fails by Alex Deymo · 10 years ago
  60. 97b6f5a update_engine: remove gflags dependency by Steve Fung · 10 years ago
  61. 6e15aac update_engine: Relocate data member declaration. by Gilad Arnold · 10 years ago
  62. afd70ed update_engine: Remove legacy logic and tests. by Gilad Arnold · 10 years ago
  63. a2e8eaa update_engine: UM: Move static member initialization to .cc file. by Gilad Arnold · 10 years ago
  64. d570820 update_engine: remove gflags from daemon by Steve Fung · 10 years ago
  65. d603ba9 update_engine: Move variable to function level script to prevent UaF. by Alex Deymo · 10 years ago
  66. 4a444ae update_engine: Limit bsdiff to 200 MiB files. by Alex Deymo · 10 years ago
  67. 455eb53 update_engine: Include direction="in" in all method args missing it. by Alex Deymo · 10 years ago
  68. 54fa66d update_engine: Respond to forced update requests when updates are disabled. by Gilad Arnold · 10 years ago
  69. 67363ee update_engine: Wait for dbus connection to be available. by Alex Deymo · 10 years ago
  70. 2b4e2a5 Move KeyValueStore to libchromeos by Alex Deymo · 10 years ago
  71. 9a58e6a update_engine: Use p2p when enterprise-enrolled and policy is unset. by David Zeuthen · 10 years ago
  72. a77939e update_engine: Use utils::FileSize when finding the size of a file. by Gabe Black · 10 years ago
  73. b92cd2e update_engine: Make reading the size of a block device file work as expected. by Gabe Black · 10 years ago
  74. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 10 years ago
  75. b8f16a1 update_engine: Replace libprotobuf with protobuf-lite. by Alex Deymo · 10 years ago
  76. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  77. 93aabd0 Update to build against libchrome-293518. by Ben Chan · 10 years ago
  78. 05735a1 update_engine: Include base/macros.h instead of base/basictypes.h by Ben Chan · 10 years ago
  79. ec7f916 update_engine: Ditch UpdateCheckScheduler, use UpdateCheckAllowed instead. by Gilad Arnold · 10 years ago
  80. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  81. f3e2801 update_engine: Reject XML with internal entity declarations. by David Zeuthen · 10 years ago
  82. 4906c1c update_engine: Replace googe::protobuf::Closure with base::Closure by Alex Vakulenko · 10 years ago
  83. d9aca3b update_engine: Add helpful messages about lsb-release file. by David Zeuthen · 10 years ago
  84. 973449e update_engine: Make utils::FormatTimeDelta() work with negative values. by David Zeuthen · 10 years ago
  85. 6365352 platform2: Remove legacy inherit-review-settings-ok files. by Ben Chan · 10 years ago
  86. a839bc3 platform2: Replace 'OVERRIDE' with 'override' and fix linter by Alex Vakulenko · 10 years ago
  87. cb7d5ca .gitignore: unify duplicated rules by Mike Frysinger · 10 years ago
  88. 83ffdda update_engine: UM: UpdateManager removes EvaluationContext objects. by Gilad Arnold · 10 years ago
  89. 3e0b53e update_engine: Fake chromeos-setgoodkernel command for testing. by Alex Deymo · 10 years ago
  90. 157fe30 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 10 years ago
  91. fd45a73 update_engine: UM: Async request expiration handled differently. by Gilad Arnold · 10 years ago
  92. c1711e2 update_engine: Use constants from elf.h. by Alex Deymo · 10 years ago
  93. 5b2a5e8 platform2: move --std=gnu++11 flag to common-mk/common.gypi by Alex Vakulenko · 10 years ago
  94. dcf5a1d update_engine: Use integer types from stdint.h by Ben Chan · 10 years ago
  95. 9abb763 update_engine: Use integer types from stdint.h by Ben Chan · 10 years ago
  96. 6339785 update_engine: Add OWNERS file. by Ben Chan · 10 years ago
  97. e8ed863 update_engine: port from libxml2 to expat. by David Zeuthen · 10 years ago
  98. 44666f9 update_engine: Remove dependency on libupdate_engine from the client. by Alex Deymo · 10 years ago
  99. 44cab30 update_engine: Sort headers alphabetically (build/include_alpha) by Alex Vakulenko · 10 years ago
  100. d4b3032 update_engine: UM: UpdateCheckAllowed returns target version prefix. by Gilad Arnold · 10 years ago