1. bc27aac Add comment about log messages checked in autoupdate_CatchBadSignatures. by David Zeuthen · 11 years ago
  2. bb26fc8 Set GError in DBus responses. by Don Garrett · 11 years ago
  3. 6646b44 Don't rollback if the other partition isn't valid. by Don Garrett · 11 years ago
  4. 83692e4 Mark the new kernel invalid when starting an update. by Don Garrett · 11 years ago
  5. af9085e Fix UE crash during rollback operations. by Don Garrett · 11 years ago
  6. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 11 years ago
  7. c2e9f5f Delta generator can create payload and metadata hashes in one run. by Don Garrett · 11 years ago
  8. 2ae3787 Allow a given payload to be signed more than once. by Don Garrett · 11 years ago
  9. 3c55abd Add D-Bus method to get the duration since an update completed. by David Zeuthen · 11 years ago
  10. c7dd853 Test for developer images using crossystem. by J. Richard Barnette · 11 years ago
  11. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  12. 522d36f Move simple firmware related queries into HardwareInterface. by J. Richard Barnette · 11 years ago
  13. 4da2cc1 Make FakeHardware the default for all unit tests. by J. Richard Barnette · 11 years ago
  14. 4d03944 Enforce handling of expected payload versions only. by Don Garrett · 11 years ago
  15. 192449e Add --follow to update_engine_client that follows any AU operation to completion. by Chris Sosa · 11 years ago
  16. 3084293 Move KernelDeviceOfBootDevice() to utils. by J. Richard Barnette · 11 years ago
  17. 63137e5 Split GetECVersion to allow saner unit testing. by J. Richard Barnette · 11 years ago
  18. 60fc59c Correctly parse old ImageInfo command line arguments. by Don Garrett · 11 years ago
  19. 43c9855 update_engine: remove unused const. by Yunlian Jiang · 11 years ago
  20. 360d6d0 Allow not passing LDFLAGS to scons by Alex Deymo · 11 years ago
  21. c1f07c3 update_engine: Use shared constants for update status. by Daniel Erat · 11 years ago
  22. 985b112 Add Installer.OSAgeDays metric by David Zeuthen · 11 years ago
  23. 910ec5b p2p: Skip some tests if xattr support is not available. by David Zeuthen · 11 years ago
  24. 41996ad p2p: Avoid deadlock with two partially updated devices. by David Zeuthen · 11 years ago
  25. c6007e4 Replace flimflam namespace with shill namespace. by Ben Chan · 11 years ago
  26. 41f7fdc p2p: Re-enable p2p unittests on update_engine. by Alex Deymo · 11 years ago
  27. 92d9c8b Also use DevicePolicy::GetAuP2PEnabled() to determine if p2p is enabled by David Zeuthen · 11 years ago
  28. 0f51351 unittest: Ensure different timestamps on generated files. by Alex Deymo · 11 years ago
  29. a641be5 Tweak p2p timeouts and minimum speed. by David Zeuthen · 11 years ago
  30. 052d290 p2p: Remove IsP2PAllowedForInteractiveChecks() function and its users by David Zeuthen · 11 years ago
  31. 75a4c3e update_engine_client: Add -interactive=true|false flag by David Zeuthen · 11 years ago
  32. 20f005c Don't backoff update attempts for interactive checks. by Chris Sosa · 11 years ago
  33. b3dcdb3 Load the and store rollback version into the correct variable. by Chris Sosa · 11 years ago
  34. b97fc8b update_engine: make it accept LDFLAGS by Yunlian Jiang · 11 years ago
  35. bb8bdc7 p2p: Add HttpPeer to DownloadSource enumeration by David Zeuthen · 11 years ago
  36. 45e2ae2 p2p: rewrite P2PManager.Housekeeping test so it's not flaky by David Zeuthen · 11 years ago
  37. ad92373 Replace bool by gboolean on DBus generated calls. by Alex Deymo · 11 years ago
  38. 36dc2f3 client: Replace DBus client generated method names. by Alex Deymo · 11 years ago
  39. 5fdf776 New DBus methods to enable/disable P2P update sharing. by Alex Deymo · 11 years ago
  40. d5b3e42 p2p: disable flaky housekeeping test for now by David Zeuthen · 11 years ago
  41. ac9c186 p2p: comment out tests failing on builders without xattr/fallocate support by David Zeuthen · 11 years ago
  42. 34135a9 p2p: Make HTTP downloads fail fast if using p2p to download by David Zeuthen · 11 years ago
  43. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  44. 526cb58 p2p: Make P2PManager available from the SystemState singleton by David Zeuthen · 11 years ago
  45. dcba809 p2p: Add accounting for p2p usage to PayloadStateInterface by David Zeuthen · 11 years ago
  46. 8a3e88b p2p: Add P2PManager mock by David Zeuthen · 11 years ago
  47. 3ff6e6e p2p: Add fake implementation of P2PManager by David Zeuthen · 11 years ago
  48. 27a48bc p2p: Add P2PManager class by David Zeuthen · 11 years ago
  49. 968d057 Never defer updates on interactive checks. by Chris Sosa · 11 years ago
  50. f7d8004 Allow HTTP urls when device policy doesn't specify. by Chris Sosa · 11 years ago
  51. e3ef491 Remove unneeded pcrecpp dependency. by Andrew de los Reyes · 11 years ago
  52. b33b0f0 Add Installer.UpdatesAbandonedEventCount metric. by Alex Deymo · 11 years ago
  53. a58b62a unittest: Remove temporary directories. by Alex Deymo · 11 years ago
  54. 81018e0 Correctly report firmware update failure if RO needs update. by Don Garrett · 11 years ago
  55. cb7fa88 Remove all mentions of Set/Get Track and hard-coding of canary-channel. by Chris Sosa · 11 years ago
  56. 049d165 Add support for /dev/ubiblockX_0 install devices by Liam McLoughlin · 11 years ago
  57. 70e476e AU/unittest: allow use of a parametric update completed marker by Gilad Arnold · 11 years ago
  58. fb1020e Add version information to install plan and GetStatus. by Chris Sosa · 11 years ago
  59. 569c424 Don't send metrics on update_engine restart without reboot. by Alex Deymo · 11 years ago
  60. d0e4d02 AU: remove integration_unittest.cc by Gilad Arnold · 11 years ago
  61. 59d9e01 AU: remove obsolete proxy resolver code by Gilad Arnold · 11 years ago
  62. eff87cc AU/unittest: eliminate use of fixed named test directories by Gilad Arnold · 11 years ago
  63. 4243291 Send an UMA metric when failed to boot into the new partition. by Alex Deymo · 11 years ago
  64. cfc836c AU/unittest: fix FileWriterTest to be able to run in parallel by Gilad Arnold · 11 years ago
  65. 61d9d2c AU/unittest: eliminate use of kMountPath by Gilad Arnold · 11 years ago
  66. 434eb0c AU/unittest: minor cleanup by Gilad Arnold · 11 years ago
  67. 4dbd47e AU/unittest: fix to OmahaResponseHandlerAction unit tests by Gilad Arnold · 11 years ago
  68. b4346a2 AU/unittest: UtilsTest uses unique directories for testing by Gilad Arnold · 11 years ago
  69. 99dcdc8 AU/unittest: DeltaDiffGeneratorTest uses uniquely named temp files by Gilad Arnold · 11 years ago
  70. 30dedd8 AU/unittest: postinstall tests use uniquely named stateful + working directories by Gilad Arnold · 11 years ago
  71. 3db938e AU/unittest: FilesystemIteratorTest uses uniquely named temp files/directories by Gilad Arnold · 11 years ago
  72. c9abbec AU/unittest: use uniquely named test directories in OmahaRequestParamsTest by Gilad Arnold · 11 years ago
  73. e1d1e98 AU/unittest: use unique files in BzipExtentWriterTest.ChunkedTest by Gilad Arnold · 11 years ago
  74. b6c562a AU/unittest: test code spawns local HTTP server with unique port by Gilad Arnold · 11 years ago
  75. 2c2b884 AU/unittest: new syscall wrappers for testing by Gilad Arnold · 11 years ago
  76. d6ab404 ChannelDelegated policy: if value is missing, assume it is false. by Chris Sosa · 11 years ago
  77. 1c4e638 Use the PhysicalTechnology for VPN connections. by Alex Deymo · 11 years ago
  78. 3d1670d AU: Pass open file descriptor to bspatch through /proc/self/fd. by Darin Petkov · 11 years ago
  79. 28e479c Don't allow rollback on the stable-channel. by Chris Sosa · 11 years ago
  80. 76a29ae Don't allow rollback when we are enterprise enrolled. by Chris Sosa · 11 years ago
  81. efb7c4c Prefs: Implement and use Prefs::GetBoolean/SetBoolean. by Alex Deymo · 11 years ago
  82. 29b51d9 Add Installer.[Full]PayloadAttemptNumber by Alex Deymo · 11 years ago
  83. f4867c4 Add DBus methods to allow/disallow updates over 3G by Alex Deymo · 11 years ago
  84. 820cc70 Add Installer.AttemptsCount.Total metric. by Alex Deymo · 11 years ago
  85. 97bdb3f AU/unittest: parameterize test_http_server port by Gilad Arnold · 11 years ago
  86. 1c656c4 Add Installer.PayloadFormat metric by Alex Deymo · 11 years ago
  87. c060236 Replace deprecated g_thread_create with g_thread_try_new by Jungshik Shin · 11 years ago
  88. aa18e16 Blacklist versions as part of Rollback along with unittests. by Chris Sosa · 11 years ago
  89. 46bf5c8 Remove unnecessary call to the deprecated g_thread_init(). by Ben Chan · 11 years ago
  90. 4484860 Only report non-zero MiB counts by David Zeuthen · 11 years ago
  91. e4c58bf Add Installer.TimeToRebootMinutes metric by David Zeuthen · 11 years ago
  92. 86dc54d Added permissions to call {Get|Set}Channel. by Yuri Gorshenin · 11 years ago
  93. 3b74843 Parse and add manifest version to the Omaha Response object. by Chris Sosa · 11 years ago
  94. 1ed6078 If ReleaseChannelDelegated is unset, allow channel change. by Chris Sosa · 11 years ago
  95. a573d6f Add Installer.UpdatesAbandonedCount metric by David Zeuthen · 11 years ago
  96. d317e40 Implement Rollback to previously booted partitions. by Chris Sosa · 11 years ago
  97. c41c228 Revert "Continue with an older update if update progress is 30% or more" by David Zeuthen · 11 years ago
  98. 249030e Continue with an older update if update progress is 30% or more by David Zeuthen · 11 years ago
  99. c197248 Add EC and Firmware Versions to the Omaha Response. by Chris Sosa · 11 years ago
  100. 5cac591 AU: removing unnecessary braces (cosmetic) by Gilad Arnold · 11 years ago