1. 33bae49 Add new metrics. by David Zeuthen · 11 years ago
  2. 94c0616 Create a PolicyManager instance on the SystemState. by Alex Deymo · 11 years ago
  3. 8970420 drop unused setup_dev_packages by Mike Frysinger · 11 years ago
  4. 2bddadd update_engine: Added more logging and debugging for rollback checking by Alex Vakulenko · 11 years ago
  5. 9a423ff Removed redundant clause in conditional. by Gilad Arnold · 11 years ago
  6. b6a039f PM: Pass TimeDelta by value, not by reference. by Gilad Arnold · 11 years ago
  7. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  8. 032e772 Log the file format of cros_install on postinstall action by Alex Deymo · 11 years ago
  9. 04f2b38 linter: Includes should use the full path from the source directory. by Alex Deymo · 11 years ago
  10. d38b113 Remove stable channel check for rollback. by Chris Sosa · 11 years ago
  11. bd04b14 PolicyManager: New System provider. by Alex Deymo · 11 years ago
  12. db79953 PolicyManager: EvaluationContext uses weak references for events. by Alex Deymo · 11 years ago
  13. 231a851 PolicyManager: Disallow copy and assign on Variable objects. by Alex Deymo · 11 years ago
  14. 53556ec PolicyManager: Schedule re-evaluations based on variable usage. by Alex Deymo · 11 years ago
  15. 6f079a8 PM: Eliminate use of Time::Now() in unit tests. by Gilad Arnold · 11 years ago
  16. 0244f46 PM: Cosmetic changes to RealRandomProvider test code. by Gilad Arnold · 11 years ago
  17. 78a7811 PM: Add a time provider. by Gilad Arnold · 11 years ago
  18. dea2eac update_engine: Added ability to retrieve old version via DBus by Alex Vakulenko · 11 years ago
  19. 759c275 Fix header guards to comply with Google Coding Style. by Alex Deymo · 11 years ago
  20. af309d5 PM: Make the connection type an enum class. by Gilad Arnold · 11 years ago
  21. 308c101 PM: Inject providers to RealState and PolicyManager. by Gilad Arnold · 11 years ago
  22. beb39e9 PM: Shift to signal-based inference of network connection. by Gilad Arnold · 11 years ago
  23. 2cbb385 PM: Make header guards comply with Google style. by Gilad Arnold · 11 years ago
  24. 5ef9c48 PM: Add a DBus backend to the shill provider. by Gilad Arnold · 11 years ago
  25. 7b948f0 PolicyManager: Initial support of async PolicyRequests. by Alex Deymo · 11 years ago
  26. 6ae9120 Treat confirmed Tethered networks as Cellular networks. by Alex Deymo · 11 years ago
  27. e636c3c PolicyManager: Convert EvalStatus to a enum class. by Alex Deymo · 11 years ago
  28. 1b9d6ae Further cleanup around DBus interface classes. by Gilad Arnold · 11 years ago
  29. b752fb3 Cleanup DBus interface. by Gilad Arnold · 11 years ago
  30. 01ca1fb Add update-engine's init script by Bertrand SIMONNET · 11 years ago
  31. 540d942 PolicyManager: Mark protected members as private. by Alex Deymo · 11 years ago
  32. 2de23f5 PolicyManager: Add a new State class grouping the state providers. by Alex Deymo · 11 years ago
  33. a07a123 PolicyManager: Add an Observer interface to notify value changes. by Alex Deymo · 11 years ago
  34. a803393 PolicyManager: Include the Polling interval for kVariableModePoll variables. by Alex Deymo · 11 years ago
  35. d0fdfb3 update_engine: Cleanup of HardwareInterface - const/override by Alex Vakulenko · 11 years ago
  36. c705cc8 PolicyManager: New main PolicyManager class. by Alex Deymo · 11 years ago
  37. 472b205 p2p: Bump time allowing p2p to be used from two to five days. by David Zeuthen · 11 years ago
  38. 0e43369 PolicyManager: Add a Variable "Mode" property. by Alex Deymo · 11 years ago
  39. 59e253e update_engine: added CanRollback dbus method by Alex Vakulenko · 11 years ago
  40. 55f39b7 PM: Add a shill provider skeleton. by Gilad Arnold · 11 years ago
  41. 4f5b144 update_engine: added partition name manipulation library methods by Alex Vakulenko · 11 years ago
  42. 23949d4 PolicyManager: New EvaluationContext class. by Alex Deymo · 11 years ago
  43. 19fe4c3 Compile update_engine with C++11 standard. by Alex Deymo · 11 years ago
  44. f8d037f Re-land "Add ability to check /etc/lsb-release for HWID" by Chris Masone · 11 years ago
  45. 33ab35b Revert "Add ability to check /etc/lsb-release for HWID" by Chris Sosa · 11 years ago
  46. 3d41c4d Remove the marshal generation code. by Alex Deymo · 11 years ago
  47. 3e4334a Remove duplicated flags. by Alex Deymo · 11 years ago
  48. d1da510 Add ability to check /etc/lsb-release for HWID by Chris Masone · 11 years ago
  49. e35bb48 PM: Small fixes to RealRandomProvider unit tests. by Gilad Arnold · 11 years ago
  50. 639aa36 Record installation date and include it in every Omaha request. by David Zeuthen · 11 years ago
  51. 6e97bb2 PolicyManager: Use the full path for includes. by Alex Deymo · 11 years ago
  52. 272d949 PolicyManager: Add a fake implementation for RandomProvider. by Alex Deymo · 11 years ago
  53. bb019fe PolicyManager: Move the global variables to Provider members. by Alex Deymo · 11 years ago
  54. 2d2ee5f PM: Adjust header file guard names. by Gilad Arnold · 11 years ago
  55. a87340b PM: Changes in unit tests. by Gilad Arnold · 11 years ago
  56. 12db701 PM: Rename the random seed variable class. by Gilad Arnold · 11 years ago
  57. 1c9b67b PM: Macro for streamlining declaration of variable closers. by Gilad Arnold · 11 years ago
  58. 391ad9f PolicyManager: Add an base Variable class without type. by Alex Deymo · 11 years ago
  59. 570ecb1 PM: Various fixes to Random Provider by Gilad Arnold · 11 years ago
  60. 63e726a AU/PM: Easier destruction of provider variables by Gilad Arnold · 11 years ago
  61. b33e198 AU/PM: Some refactoring by Gilad Arnold · 11 years ago
  62. 8303a86 Replace deprecated scoped_array<T> with scoped_ptr<T[]> by Ben Chan · 11 years ago
  63. daa2740 AU: improve abstraction of DeltaPerformer.ParsePayloadMetadata() by Gilad Arnold · 11 years ago
  64. ca0aaa6 PolicyManager: Add a random number provider. by Alex Deymo · 11 years ago
  65. 133f892 Default to allowing updates when we can't determine the network type. by Chris Sosa · 11 years ago
  66. 81f30e8 PolicyManager: Add a generic copy variable. by Alex Deymo · 11 years ago
  67. 8c49914 PolicyManager: Initial classes for PM variables. by Alex Deymo · 11 years ago
  68. fe13393 AU: eliminate redundancy with buffering of operation data by Gilad Arnold · 11 years ago
  69. 4cc5ed2 p2p: Pass proper wait-in-line timeout. by David Zeuthen · 11 years ago
  70. ebca571 AU: fix bug with identical src/dst block removal by Gilad Arnold · 11 years ago
  71. a6742b3 AU: shift to use new TMPDIR-enabled temp file by Gilad Arnold · 11 years ago
  72. d04f8e2 AU: prepend TMPDIR when creating a temp file/directory by Gilad Arnold · 11 years ago
  73. 8c75ea9 update_engine: Let "power" user query update status. by Daniel Erat · 11 years ago
  74. fa40450 AU: remove identical src/dst blocks when generating MOVE operations by Gilad Arnold · 11 years ago
  75. da8f6f1 Remove unused org.chromium.UpdateEngine.service by Ryo Hashimoto · 11 years ago
  76. 69bc273 Delete p2p file if metadata or payload verification fails. by David Zeuthen · 11 years ago
  77. b8dd1d9 Add and enforce MinorVersion in Payload Manifest. by Don Garrett · 11 years ago
  78. bc27aac Add comment about log messages checked in autoupdate_CatchBadSignatures. by David Zeuthen · 11 years ago
  79. bb26fc8 Set GError in DBus responses. by Don Garrett · 11 years ago
  80. 6646b44 Don't rollback if the other partition isn't valid. by Don Garrett · 11 years ago
  81. 83692e4 Mark the new kernel invalid when starting an update. by Don Garrett · 11 years ago
  82. af9085e Fix UE crash during rollback operations. by Don Garrett · 11 years ago
  83. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 11 years ago
  84. c2e9f5f Delta generator can create payload and metadata hashes in one run. by Don Garrett · 11 years ago
  85. 2ae3787 Allow a given payload to be signed more than once. by Don Garrett · 11 years ago
  86. 3c55abd Add D-Bus method to get the duration since an update completed. by David Zeuthen · 11 years ago
  87. c7dd853 Test for developer images using crossystem. by J. Richard Barnette · 11 years ago
  88. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  89. 522d36f Move simple firmware related queries into HardwareInterface. by J. Richard Barnette · 11 years ago
  90. 4da2cc1 Make FakeHardware the default for all unit tests. by J. Richard Barnette · 11 years ago
  91. 4d03944 Enforce handling of expected payload versions only. by Don Garrett · 11 years ago
  92. 192449e Add --follow to update_engine_client that follows any AU operation to completion. by Chris Sosa · 11 years ago
  93. 3084293 Move KernelDeviceOfBootDevice() to utils. by J. Richard Barnette · 11 years ago
  94. 63137e5 Split GetECVersion to allow saner unit testing. by J. Richard Barnette · 11 years ago
  95. 60fc59c Correctly parse old ImageInfo command line arguments. by Don Garrett · 11 years ago
  96. 43c9855 update_engine: remove unused const. by Yunlian Jiang · 11 years ago
  97. 360d6d0 Allow not passing LDFLAGS to scons by Alex Deymo · 11 years ago
  98. c1f07c3 update_engine: Use shared constants for update status. by Daniel Erat · 11 years ago
  99. 985b112 Add Installer.OSAgeDays metric by David Zeuthen · 11 years ago
  100. 910ec5b p2p: Skip some tests if xattr support is not available. by David Zeuthen · 11 years ago