1. 4f5b144 update_engine: added partition name manipulation library methods by Alex Vakulenko · 11 years ago
  2. 23949d4 PolicyManager: New EvaluationContext class. by Alex Deymo · 11 years ago
  3. 19fe4c3 Compile update_engine with C++11 standard. by Alex Deymo · 11 years ago
  4. f8d037f Re-land "Add ability to check /etc/lsb-release for HWID" by Chris Masone · 11 years ago
  5. 33ab35b Revert "Add ability to check /etc/lsb-release for HWID" by Chris Sosa · 11 years ago
  6. 3d41c4d Remove the marshal generation code. by Alex Deymo · 11 years ago
  7. 3e4334a Remove duplicated flags. by Alex Deymo · 11 years ago
  8. d1da510 Add ability to check /etc/lsb-release for HWID by Chris Masone · 11 years ago
  9. e35bb48 PM: Small fixes to RealRandomProvider unit tests. by Gilad Arnold · 11 years ago
  10. 639aa36 Record installation date and include it in every Omaha request. by David Zeuthen · 11 years ago
  11. 6e97bb2 PolicyManager: Use the full path for includes. by Alex Deymo · 11 years ago
  12. 272d949 PolicyManager: Add a fake implementation for RandomProvider. by Alex Deymo · 11 years ago
  13. bb019fe PolicyManager: Move the global variables to Provider members. by Alex Deymo · 11 years ago
  14. 2d2ee5f PM: Adjust header file guard names. by Gilad Arnold · 11 years ago
  15. a87340b PM: Changes in unit tests. by Gilad Arnold · 11 years ago
  16. 12db701 PM: Rename the random seed variable class. by Gilad Arnold · 11 years ago
  17. 1c9b67b PM: Macro for streamlining declaration of variable closers. by Gilad Arnold · 11 years ago
  18. 391ad9f PolicyManager: Add an base Variable class without type. by Alex Deymo · 11 years ago
  19. 570ecb1 PM: Various fixes to Random Provider by Gilad Arnold · 11 years ago
  20. 63e726a AU/PM: Easier destruction of provider variables by Gilad Arnold · 11 years ago
  21. b33e198 AU/PM: Some refactoring by Gilad Arnold · 11 years ago
  22. 8303a86 Replace deprecated scoped_array<T> with scoped_ptr<T[]> by Ben Chan · 11 years ago
  23. daa2740 AU: improve abstraction of DeltaPerformer.ParsePayloadMetadata() by Gilad Arnold · 11 years ago
  24. ca0aaa6 PolicyManager: Add a random number provider. by Alex Deymo · 11 years ago
  25. 133f892 Default to allowing updates when we can't determine the network type. by Chris Sosa · 11 years ago
  26. 81f30e8 PolicyManager: Add a generic copy variable. by Alex Deymo · 11 years ago
  27. 8c49914 PolicyManager: Initial classes for PM variables. by Alex Deymo · 11 years ago
  28. fe13393 AU: eliminate redundancy with buffering of operation data by Gilad Arnold · 11 years ago
  29. 4cc5ed2 p2p: Pass proper wait-in-line timeout. by David Zeuthen · 11 years ago
  30. ebca571 AU: fix bug with identical src/dst block removal by Gilad Arnold · 11 years ago
  31. a6742b3 AU: shift to use new TMPDIR-enabled temp file by Gilad Arnold · 11 years ago
  32. d04f8e2 AU: prepend TMPDIR when creating a temp file/directory by Gilad Arnold · 11 years ago
  33. 8c75ea9 update_engine: Let "power" user query update status. by Daniel Erat · 11 years ago
  34. fa40450 AU: remove identical src/dst blocks when generating MOVE operations by Gilad Arnold · 11 years ago
  35. da8f6f1 Remove unused org.chromium.UpdateEngine.service by Ryo Hashimoto · 11 years ago
  36. 69bc273 Delete p2p file if metadata or payload verification fails. by David Zeuthen · 11 years ago
  37. b8dd1d9 Add and enforce MinorVersion in Payload Manifest. by Don Garrett · 11 years ago
  38. bc27aac Add comment about log messages checked in autoupdate_CatchBadSignatures. by David Zeuthen · 11 years ago
  39. bb26fc8 Set GError in DBus responses. by Don Garrett · 11 years ago
  40. 6646b44 Don't rollback if the other partition isn't valid. by Don Garrett · 11 years ago
  41. 83692e4 Mark the new kernel invalid when starting an update. by Don Garrett · 11 years ago
  42. af9085e Fix UE crash during rollback operations. by Don Garrett · 11 years ago
  43. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 11 years ago
  44. c2e9f5f Delta generator can create payload and metadata hashes in one run. by Don Garrett · 11 years ago
  45. 2ae3787 Allow a given payload to be signed more than once. by Don Garrett · 11 years ago
  46. 3c55abd Add D-Bus method to get the duration since an update completed. by David Zeuthen · 11 years ago
  47. c7dd853 Test for developer images using crossystem. by J. Richard Barnette · 11 years ago
  48. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  49. 522d36f Move simple firmware related queries into HardwareInterface. by J. Richard Barnette · 11 years ago
  50. 4da2cc1 Make FakeHardware the default for all unit tests. by J. Richard Barnette · 11 years ago
  51. 4d03944 Enforce handling of expected payload versions only. by Don Garrett · 11 years ago
  52. 192449e Add --follow to update_engine_client that follows any AU operation to completion. by Chris Sosa · 11 years ago
  53. 3084293 Move KernelDeviceOfBootDevice() to utils. by J. Richard Barnette · 11 years ago
  54. 63137e5 Split GetECVersion to allow saner unit testing. by J. Richard Barnette · 11 years ago
  55. 60fc59c Correctly parse old ImageInfo command line arguments. by Don Garrett · 11 years ago
  56. 43c9855 update_engine: remove unused const. by Yunlian Jiang · 11 years ago
  57. 360d6d0 Allow not passing LDFLAGS to scons by Alex Deymo · 11 years ago
  58. c1f07c3 update_engine: Use shared constants for update status. by Daniel Erat · 11 years ago
  59. 985b112 Add Installer.OSAgeDays metric by David Zeuthen · 11 years ago
  60. 910ec5b p2p: Skip some tests if xattr support is not available. by David Zeuthen · 11 years ago
  61. 41996ad p2p: Avoid deadlock with two partially updated devices. by David Zeuthen · 11 years ago
  62. c6007e4 Replace flimflam namespace with shill namespace. by Ben Chan · 11 years ago
  63. 41f7fdc p2p: Re-enable p2p unittests on update_engine. by Alex Deymo · 11 years ago
  64. 92d9c8b Also use DevicePolicy::GetAuP2PEnabled() to determine if p2p is enabled by David Zeuthen · 11 years ago
  65. 0f51351 unittest: Ensure different timestamps on generated files. by Alex Deymo · 11 years ago
  66. a641be5 Tweak p2p timeouts and minimum speed. by David Zeuthen · 11 years ago
  67. 052d290 p2p: Remove IsP2PAllowedForInteractiveChecks() function and its users by David Zeuthen · 11 years ago
  68. 75a4c3e update_engine_client: Add -interactive=true|false flag by David Zeuthen · 11 years ago
  69. 20f005c Don't backoff update attempts for interactive checks. by Chris Sosa · 11 years ago
  70. b3dcdb3 Load the and store rollback version into the correct variable. by Chris Sosa · 11 years ago
  71. b97fc8b update_engine: make it accept LDFLAGS by Yunlian Jiang · 11 years ago
  72. bb8bdc7 p2p: Add HttpPeer to DownloadSource enumeration by David Zeuthen · 11 years ago
  73. 45e2ae2 p2p: rewrite P2PManager.Housekeeping test so it's not flaky by David Zeuthen · 11 years ago
  74. ad92373 Replace bool by gboolean on DBus generated calls. by Alex Deymo · 11 years ago
  75. 36dc2f3 client: Replace DBus client generated method names. by Alex Deymo · 11 years ago
  76. 5fdf776 New DBus methods to enable/disable P2P update sharing. by Alex Deymo · 12 years ago
  77. d5b3e42 p2p: disable flaky housekeeping test for now by David Zeuthen · 11 years ago
  78. ac9c186 p2p: comment out tests failing on builders without xattr/fallocate support by David Zeuthen · 11 years ago
  79. 34135a9 p2p: Make HTTP downloads fail fast if using p2p to download by David Zeuthen · 11 years ago
  80. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  81. 526cb58 p2p: Make P2PManager available from the SystemState singleton by David Zeuthen · 11 years ago
  82. dcba809 p2p: Add accounting for p2p usage to PayloadStateInterface by David Zeuthen · 11 years ago
  83. 8a3e88b p2p: Add P2PManager mock by David Zeuthen · 11 years ago
  84. 3ff6e6e p2p: Add fake implementation of P2PManager by David Zeuthen · 11 years ago
  85. 27a48bc p2p: Add P2PManager class by David Zeuthen · 11 years ago
  86. 968d057 Never defer updates on interactive checks. by Chris Sosa · 11 years ago
  87. f7d8004 Allow HTTP urls when device policy doesn't specify. by Chris Sosa · 11 years ago
  88. e3ef491 Remove unneeded pcrecpp dependency. by Andrew de los Reyes · 11 years ago
  89. b33b0f0 Add Installer.UpdatesAbandonedEventCount metric. by Alex Deymo · 11 years ago
  90. a58b62a unittest: Remove temporary directories. by Alex Deymo · 11 years ago
  91. 81018e0 Correctly report firmware update failure if RO needs update. by Don Garrett · 11 years ago
  92. cb7fa88 Remove all mentions of Set/Get Track and hard-coding of canary-channel. by Chris Sosa · 11 years ago
  93. 049d165 Add support for /dev/ubiblockX_0 install devices by Liam McLoughlin · 11 years ago
  94. 70e476e AU/unittest: allow use of a parametric update completed marker by Gilad Arnold · 11 years ago
  95. fb1020e Add version information to install plan and GetStatus. by Chris Sosa · 11 years ago
  96. 569c424 Don't send metrics on update_engine restart without reboot. by Alex Deymo · 11 years ago
  97. d0e4d02 AU: remove integration_unittest.cc by Gilad Arnold · 11 years ago
  98. 59d9e01 AU: remove obsolete proxy resolver code by Gilad Arnold · 11 years ago
  99. eff87cc AU/unittest: eliminate use of fixed named test directories by Gilad Arnold · 11 years ago
  100. 4243291 Send an UMA metric when failed to boot into the new partition. by Alex Deymo · 12 years ago