1. 44666f9 update_engine: Remove dependency on libupdate_engine from the client. by Alex Deymo · 10 years ago
  2. 44cab30 update_engine: Sort headers alphabetically (build/include_alpha) by Alex Vakulenko · 10 years ago
  3. d4b3032 update_engine: UM: UpdateCheckAllowed returns target version prefix. by Gilad Arnold · 10 years ago
  4. 44dc3bf update_engine: UM: UpdateCheckAllowed now considers interactive update requests. by Gilad Arnold · 10 years ago
  5. a23e408 update_engine: UM: Make DefaultPolicy::UpdateCheckAllowed stateful. by Gilad Arnold · 10 years ago
  6. a65fced update_engine: UM: Add check for monotonic time elapsed. by Gilad Arnold · 10 years ago
  7. 5d52780 update_engine: Move ext2 tools to its own file in payload_generator. by Alex Deymo · 10 years ago
  8. 7504e5f update_engine: Split libupdate_engine in server and client side code. by Alex Deymo · 10 years ago
  9. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 10 years ago
  10. 923d8fa update_engine: Split payload signing and verification. by Alex Deymo · 10 years ago
  11. 719bfff update_engine: Migrate build system to gyp. by Alex Deymo · 10 years ago
  12. 8ad6da9 update_engine: Remove usage of non-literal format string. by Alex Deymo · 10 years ago
  13. 5611237 Revert "update_engine: Migrate build system to gyp." by Chun-ta Lin · 10 years ago
  14. 3473d20 update_engine: Migrate build system to gyp. by Alex Deymo · 10 years ago
  15. a0258a5 UpdateManager: Obey server-dictated poll interval when scheduling checks. by Gilad Arnold · 10 years ago
  16. 6e5ab5c UM: Dump the EvaluationContext when evaluation of a policy fails. by Gilad Arnold · 10 years ago
  17. f9f85d6 UM: Add an expiration timeout for async policy requests. by Gilad Arnold · 10 years ago
  18. cf175a0 Fix cpplint errors. by Gilad Arnold · 10 years ago
  19. a1eabcd UpdateManager: Do not schedule update checks if OOBE did not complete. by Gilad Arnold · 10 years ago
  20. bfc44f7 UpdateManager: Do not schedule update checks if booted from removable device. by Gilad Arnold · 10 years ago
  21. fe12a0f UpdateManager: Do not schedule periodic update checks on unofficial builds. by Gilad Arnold · 10 years ago
  22. 38b1402 UpdateManager: Fix update scheduling interval/fuzz inference. by Gilad Arnold · 10 years ago
  23. 28d6be6 UpdateManager: UpdateCurrentConnectionAllowed should return kAskMeAgainLater. by Gilad Arnold · 10 years ago
  24. 42f253b UpdateManager: Move logic from UpdateCanStart to UpdateCheckAllowed. by Gilad Arnold · 10 years ago
  25. 684219d UpdateManager: rename UpdateCurrentConnectionAllowed into UpdateDownloadAllowed. by Gilad Arnold · 10 years ago
  26. e74c60f platform2: Remove redundant LICENSE files. by Ben Chan · 10 years ago
  27. fb794f4 UM: Fix async callback handling. by Gilad Arnold · 10 years ago
  28. 65f1da0 update_engine: Use powerd for rebooting. by Daniel Erat · 10 years ago
  29. 48415f1 UpdateManager: Adjustments for cpplint. by Gilad Arnold · 10 years ago
  30. 13f3544 update_engine: Remove unused symbols previously needed to link. by Bill Richardson · 10 years ago
  31. d470708 Fix an outdated comment. by Gilad Arnold · 10 years ago
  32. b227199 UM: Make the evaluation timeout configurable. by Gilad Arnold · 10 years ago
  33. b3b0544 UM: Policy for deciding download URL. by Gilad Arnold · 10 years ago
  34. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  35. b683327 Fix lib flags on update_engine scons file. by Alex Deymo · 10 years ago
  36. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  37. 0a364bb Fix ServerDiesTest and FailureTest which depended on you running apache. by Chris Sosa · 10 years ago
  38. a8262e2 UM: Relocate implementation of UpdateCurrentConnectionAllowed. by Gilad Arnold · 10 years ago
  39. dbf2d5f Remove unused dm-bht dependency. by Alex Deymo · 10 years ago
  40. 77f79e8 Only disable update downloads over expensive connections, not all transfers. by Chris Sosa · 10 years ago
  41. 5665d0c Fix memory leak on ConnectionManagerTest. by Alex Deymo · 10 years ago
  42. 897b5e5 PM: Blocking policy requests cannot be called synchronously. by Gilad Arnold · 10 years ago
  43. 3d21b12 Fix memory leak on ChromeBrowserProxyResolverTest. by Alex Deymo · 10 years ago
  44. 52146ce Fix memory leak on DeltaPerformerTest. by Alex Deymo · 10 years ago
  45. c4acdf4 Fix memory leak on HttpFetcher and ProxyResolver. by Alex Deymo · 10 years ago
  46. 3273d03 Fix memory leak on UpdateManager's event loop wrapper. by Alex Deymo · 10 years ago
  47. 63784a5 Rename the PolicyManager to UpdateManager. by Alex Deymo · 10 years ago
  48. ddd3fe3 PM: Fix two comments. by Gilad Arnold · 10 years ago
  49. 8d92529 Remove temp files left from unit tests. by Alex Deymo · 10 years ago
  50. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  51. 46eb5f6 PM: CopyVariable renamed PollCopyVariable. by Gilad Arnold · 10 years ago
  52. 76a11f6 PM: OOBE prevents scattering. by Gilad Arnold · 10 years ago
  53. 48e1361 PM: New system provider variable for whether OOBE is complete. by Gilad Arnold · 10 years ago
  54. c16fca2 PM: Generic variable for copying the return value of a function call. by Gilad Arnold · 10 years ago
  55. 0adbc94 PM: Policy for checking whether an update may use the current connection. by Gilad Arnold · 10 years ago
  56. f62a4b8 PM: Policy for checking whether an update can start. by Gilad Arnold · 10 years ago
  57. bc91a27 Replace std::tr1::shared_ptr by std::shared_ptr. by Alex Deymo · 10 years ago
  58. 7dc4c50 Move IsDir() to utils. by Alex Deymo · 10 years ago
  59. 1f02371 Add usage message to the delta_generator by Alex Deymo · 10 years ago
  60. 7d623eb update_engine: Remove GPIO support. by Nam T. Nguyen · 10 years ago
  61. 13a8243 PM: Fix PolicyManager calls with multiple variadic template arguments. by Gilad Arnold · 10 years ago
  62. c850b4f PolicyManager: Dump EvaluationContext on test failure. by Alex Deymo · 10 years ago
  63. b5ba9e4 Fix includes on FileWriter. by Alex Deymo · 10 years ago
  64. 161c4a1 Move payload generator files to payload_generator/ directory. by Alex Deymo · 10 years ago
  65. bcee2ca use IGNORE_EINTR w/close by Mike Frysinger · 10 years ago
  66. a03a691 update_engine: Rename policy_manager.conf file to an example configuration by Gaurav Shah · 10 years ago
  67. e121881 PM: Get a random value between [min, max]. by Gilad Arnold · 10 years ago
  68. f967ebe PolicyManager: Move payload_size to int64_t. by Alex Deymo · 10 years ago
  69. 7e8ac06 Use update_engine_service_new() from main(). by Alex Deymo · 10 years ago
  70. c149028 PM: Add EvaluationContext::DumpContext() method. by David Zeuthen · 10 years ago
  71. fe225c1 PM: Add BoxedValue::ToString() method. by David Zeuthen · 10 years ago
  72. 0d11c60 PolicyManager: UpdateCheckAllowed policy initial implementation. by Alex Deymo · 10 years ago
  73. a6dab94 PM: UpdaterProvider reports the number of consecutive failed update checks. by Gilad Arnold · 10 years ago
  74. 4e1d149 metrics: Emit kAbnormalTermination if last update attempt failed. by David Zeuthen · 10 years ago
  75. edfa1d4 PolicyManager: New PRNG to use together with the RandomProvider's seed. by Alex Deymo · 10 years ago
  76. c7ab616 PolicyManager: Add a variable to tell when the Updater was started. by Alex Deymo · 10 years ago
  77. df632d1 Fix linter issues on HardwareInterface. by Alex Deymo · 10 years ago
  78. 5708ecd Move IsBootDeviceRemovable() to the HardwareInterface. by Alex Deymo · 10 years ago
  79. af2f6ae PM: New (stub) policy for whether an update can be applied. by Gilad Arnold · 10 years ago
  80. 680d022 PolicyManager: Remove unnecessary Init() methods. by Alex Deymo · 10 years ago
  81. 77a7fa7 update_engine: explicitly link against libmetrics-${BASE_VER} by Ben Chan · 10 years ago
  82. 1f01291 PolicyManager: Include what you use. by Alex Deymo · 10 years ago
  83. 42c30c3 PolicyManager: Move Init() from the Provider class to the classes that require it. by Alex Deymo · 10 years ago
  84. bdcac92 Link update_engine with --gc-sections to remove unused code. by Alex Deymo · 10 years ago
  85. 000ecb3 Don't run postinstall script from untrusted rootfs as part of rollback. by Chris Sosa · 10 years ago
  86. 67ed78d PM: Move Variable content testing logic into a common unittest module. by Gilad Arnold · 10 years ago
  87. 075248b update_engine: replace scoped_ptr_malloc with scoped_ptr by Ben Chan · 10 years ago
  88. 4e89e2c PM: Make State an abstract interface. by David Zeuthen · 10 years ago
  89. cc0e5cf PolicyManager: EvaluationContext caches null values. by Alex Deymo · 10 years ago
  90. 21716e2 PM: Move the getters/variables on provider base classes to abstract methods. by David Zeuthen · 10 years ago
  91. b22a849 PM: Add stock policy_manager.conf file. by David Zeuthen · 10 years ago
  92. f9f1263 PolicyManager: New Config provider. by Alex Deymo · 11 years ago
  93. d3df25f PM: Switch RealShillprovider to use AsyncCopyVariables. by Gilad Arnold · 10 years ago
  94. ef120fa PM: ShillProvider now provides the connection tethering mode. by Gilad Arnold · 11 years ago
  95. e485ff9 metrics: Remove unused metrics. by David Zeuthen · 10 years ago
  96. c83baf6 PolicyManager: New DevicePolicy provider. by Alex Deymo · 11 years ago
  97. 59d378d PolicyManager: Don't schedule a callback when there are no observers. by Alex Deymo · 11 years ago
  98. ecc7f79 PM: RealShillProvider should properly cache the connection type. by Gilad Arnold · 11 years ago
  99. df3dd24 PM: RealShillProvider starts even when shill is not available. by Gilad Arnold · 11 years ago
  100. 9f7ab35 PM: CopyVariable can determine whether the source value was set. by Gilad Arnold · 11 years ago