1. d78caf9 update_engine: UM: Change policy argument from const ref to value. by Gilad Arnold · 10 years ago
  2. dc4bb26 update_engine: UM: Incorporate backoff logic in UpdateCanStart. by Gilad Arnold · 10 years ago
  3. e7141c6 update_engine: Log the errno when GetFilesystemSize fails by Alex Deymo · 10 years ago
  4. 97b6f5a update_engine: remove gflags dependency by Steve Fung · 10 years ago
  5. 6e15aac update_engine: Relocate data member declaration. by Gilad Arnold · 10 years ago
  6. afd70ed update_engine: Remove legacy logic and tests. by Gilad Arnold · 10 years ago
  7. a2e8eaa update_engine: UM: Move static member initialization to .cc file. by Gilad Arnold · 10 years ago
  8. d570820 update_engine: remove gflags from daemon by Steve Fung · 10 years ago
  9. d603ba9 update_engine: Move variable to function level script to prevent UaF. by Alex Deymo · 10 years ago
  10. 4a444ae update_engine: Limit bsdiff to 200 MiB files. by Alex Deymo · 10 years ago
  11. 455eb53 update_engine: Include direction="in" in all method args missing it. by Alex Deymo · 10 years ago
  12. 54fa66d update_engine: Respond to forced update requests when updates are disabled. by Gilad Arnold · 10 years ago
  13. 67363ee update_engine: Wait for dbus connection to be available. by Alex Deymo · 10 years ago
  14. 2b4e2a5 Move KeyValueStore to libchromeos by Alex Deymo · 10 years ago
  15. 9a58e6a update_engine: Use p2p when enterprise-enrolled and policy is unset. by David Zeuthen · 10 years ago
  16. a77939e update_engine: Use utils::FileSize when finding the size of a file. by Gabe Black · 10 years ago
  17. b92cd2e update_engine: Make reading the size of a block device file work as expected. by Gabe Black · 10 years ago
  18. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 10 years ago
  19. b8f16a1 update_engine: Replace libprotobuf with protobuf-lite. by Alex Deymo · 10 years ago
  20. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  21. 93aabd0 Update to build against libchrome-293518. by Ben Chan · 10 years ago
  22. 05735a1 update_engine: Include base/macros.h instead of base/basictypes.h by Ben Chan · 10 years ago
  23. ec7f916 update_engine: Ditch UpdateCheckScheduler, use UpdateCheckAllowed instead. by Gilad Arnold · 10 years ago
  24. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  25. f3e2801 update_engine: Reject XML with internal entity declarations. by David Zeuthen · 10 years ago
  26. 4906c1c update_engine: Replace googe::protobuf::Closure with base::Closure by Alex Vakulenko · 10 years ago
  27. d9aca3b update_engine: Add helpful messages about lsb-release file. by David Zeuthen · 10 years ago
  28. 973449e update_engine: Make utils::FormatTimeDelta() work with negative values. by David Zeuthen · 10 years ago
  29. 6365352 platform2: Remove legacy inherit-review-settings-ok files. by Ben Chan · 10 years ago
  30. a839bc3 platform2: Replace 'OVERRIDE' with 'override' and fix linter by Alex Vakulenko · 10 years ago
  31. cb7d5ca .gitignore: unify duplicated rules by Mike Frysinger · 10 years ago
  32. 83ffdda update_engine: UM: UpdateManager removes EvaluationContext objects. by Gilad Arnold · 10 years ago
  33. 3e0b53e update_engine: Fake chromeos-setgoodkernel command for testing. by Alex Deymo · 10 years ago
  34. 157fe30 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 10 years ago
  35. fd45a73 update_engine: UM: Async request expiration handled differently. by Gilad Arnold · 10 years ago
  36. c1711e2 update_engine: Use constants from elf.h. by Alex Deymo · 10 years ago
  37. 5b2a5e8 platform2: move --std=gnu++11 flag to common-mk/common.gypi by Alex Vakulenko · 10 years ago
  38. dcf5a1d update_engine: Use integer types from stdint.h by Ben Chan · 10 years ago
  39. 9abb763 update_engine: Use integer types from stdint.h by Ben Chan · 10 years ago
  40. 6339785 update_engine: Add OWNERS file. by Ben Chan · 10 years ago
  41. e8ed863 update_engine: port from libxml2 to expat. by David Zeuthen · 10 years ago
  42. 44666f9 update_engine: Remove dependency on libupdate_engine from the client. by Alex Deymo · 10 years ago
  43. 44cab30 update_engine: Sort headers alphabetically (build/include_alpha) by Alex Vakulenko · 10 years ago
  44. d4b3032 update_engine: UM: UpdateCheckAllowed returns target version prefix. by Gilad Arnold · 10 years ago
  45. 44dc3bf update_engine: UM: UpdateCheckAllowed now considers interactive update requests. by Gilad Arnold · 10 years ago
  46. a23e408 update_engine: UM: Make DefaultPolicy::UpdateCheckAllowed stateful. by Gilad Arnold · 10 years ago
  47. a65fced update_engine: UM: Add check for monotonic time elapsed. by Gilad Arnold · 10 years ago
  48. 5d52780 update_engine: Move ext2 tools to its own file in payload_generator. by Alex Deymo · 10 years ago
  49. 7504e5f update_engine: Split libupdate_engine in server and client side code. by Alex Deymo · 10 years ago
  50. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 10 years ago
  51. 923d8fa update_engine: Split payload signing and verification. by Alex Deymo · 10 years ago
  52. 719bfff update_engine: Migrate build system to gyp. by Alex Deymo · 10 years ago
  53. 8ad6da9 update_engine: Remove usage of non-literal format string. by Alex Deymo · 10 years ago
  54. 5611237 Revert "update_engine: Migrate build system to gyp." by Chun-ta Lin · 10 years ago
  55. 3473d20 update_engine: Migrate build system to gyp. by Alex Deymo · 10 years ago
  56. a0258a5 UpdateManager: Obey server-dictated poll interval when scheduling checks. by Gilad Arnold · 10 years ago
  57. 6e5ab5c UM: Dump the EvaluationContext when evaluation of a policy fails. by Gilad Arnold · 10 years ago
  58. f9f85d6 UM: Add an expiration timeout for async policy requests. by Gilad Arnold · 10 years ago
  59. cf175a0 Fix cpplint errors. by Gilad Arnold · 10 years ago
  60. a1eabcd UpdateManager: Do not schedule update checks if OOBE did not complete. by Gilad Arnold · 10 years ago
  61. bfc44f7 UpdateManager: Do not schedule update checks if booted from removable device. by Gilad Arnold · 10 years ago
  62. fe12a0f UpdateManager: Do not schedule periodic update checks on unofficial builds. by Gilad Arnold · 10 years ago
  63. 38b1402 UpdateManager: Fix update scheduling interval/fuzz inference. by Gilad Arnold · 10 years ago
  64. 28d6be6 UpdateManager: UpdateCurrentConnectionAllowed should return kAskMeAgainLater. by Gilad Arnold · 10 years ago
  65. 42f253b UpdateManager: Move logic from UpdateCanStart to UpdateCheckAllowed. by Gilad Arnold · 10 years ago
  66. 684219d UpdateManager: rename UpdateCurrentConnectionAllowed into UpdateDownloadAllowed. by Gilad Arnold · 10 years ago
  67. e74c60f platform2: Remove redundant LICENSE files. by Ben Chan · 10 years ago
  68. fb794f4 UM: Fix async callback handling. by Gilad Arnold · 10 years ago
  69. 65f1da0 update_engine: Use powerd for rebooting. by Daniel Erat · 10 years ago
  70. 48415f1 UpdateManager: Adjustments for cpplint. by Gilad Arnold · 10 years ago
  71. 13f3544 update_engine: Remove unused symbols previously needed to link. by Bill Richardson · 10 years ago
  72. d470708 Fix an outdated comment. by Gilad Arnold · 10 years ago
  73. b227199 UM: Make the evaluation timeout configurable. by Gilad Arnold · 10 years ago
  74. b3b0544 UM: Policy for deciding download URL. by Gilad Arnold · 10 years ago
  75. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  76. b683327 Fix lib flags on update_engine scons file. by Alex Deymo · 10 years ago
  77. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  78. 0a364bb Fix ServerDiesTest and FailureTest which depended on you running apache. by Chris Sosa · 10 years ago
  79. a8262e2 UM: Relocate implementation of UpdateCurrentConnectionAllowed. by Gilad Arnold · 10 years ago
  80. dbf2d5f Remove unused dm-bht dependency. by Alex Deymo · 10 years ago
  81. 77f79e8 Only disable update downloads over expensive connections, not all transfers. by Chris Sosa · 10 years ago
  82. 5665d0c Fix memory leak on ConnectionManagerTest. by Alex Deymo · 10 years ago
  83. 897b5e5 PM: Blocking policy requests cannot be called synchronously. by Gilad Arnold · 10 years ago
  84. 3d21b12 Fix memory leak on ChromeBrowserProxyResolverTest. by Alex Deymo · 10 years ago
  85. 52146ce Fix memory leak on DeltaPerformerTest. by Alex Deymo · 10 years ago
  86. c4acdf4 Fix memory leak on HttpFetcher and ProxyResolver. by Alex Deymo · 10 years ago
  87. 3273d03 Fix memory leak on UpdateManager's event loop wrapper. by Alex Deymo · 10 years ago
  88. 63784a5 Rename the PolicyManager to UpdateManager. by Alex Deymo · 10 years ago
  89. ddd3fe3 PM: Fix two comments. by Gilad Arnold · 10 years ago
  90. 8d92529 Remove temp files left from unit tests. by Alex Deymo · 10 years ago
  91. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  92. 46eb5f6 PM: CopyVariable renamed PollCopyVariable. by Gilad Arnold · 10 years ago
  93. 76a11f6 PM: OOBE prevents scattering. by Gilad Arnold · 10 years ago
  94. 48e1361 PM: New system provider variable for whether OOBE is complete. by Gilad Arnold · 10 years ago
  95. c16fca2 PM: Generic variable for copying the return value of a function call. by Gilad Arnold · 10 years ago
  96. 0adbc94 PM: Policy for checking whether an update may use the current connection. by Gilad Arnold · 10 years ago
  97. f62a4b8 PM: Policy for checking whether an update can start. by Gilad Arnold · 10 years ago
  98. bc91a27 Replace std::tr1::shared_ptr by std::shared_ptr. by Alex Deymo · 10 years ago
  99. 7dc4c50 Move IsDir() to utils. by Alex Deymo · 10 years ago
  100. 1f02371 Add usage message to the delta_generator by Alex Deymo · 10 years ago