1. 741a822 AU: Minor DeltaPerformer cleanup. by Darin Petkov · 11 years ago
  2. d5ae156 Allow callers to override the default partition size. by Chris Sosa · 11 years ago
  3. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  4. 8a075a7 AU: Handle moving of sparse block extents correctly in DeltaPerformer. by Darin Petkov · 11 years ago
  5. f413fe5 Add unit tests for duration metrics by David Zeuthen · 11 years ago
  6. e062239 AU: Optimize BzipExtentWriter's memory use. by Darin Petkov · 11 years ago
  7. 674c318 Use better histogram parameters for duration metrics by David Zeuthen · 11 years ago
  8. be45bef Add update reboot metric to the update engine. by Chris Sosa · 11 years ago
  9. cc6f996 Add metric to report number of URL switches per update attempt by David Zeuthen · 11 years ago
  10. 8e447e0 AU: Optionally limit the size of delta update operations. by Darin Petkov · 11 years ago
  11. 19409b7 Add metrics to report the number of bytes downloaded per protocol. by Jay Srinivasan · 11 years ago
  12. 2dac576 Fix clang syntax checking. by Yunlian Jiang · 11 years ago
  13. 9a017f2 Measure and send update duration (and corresponding uptime) to UMA by David Zeuthen · 11 years ago
  14. 42bd3aa Remove the obsolete needsadmin attribute. by Don Garrett · 11 years ago
  15. d29695d Refactoring: Move prefs constants out to the constants.h/cc by Jay Srinivasan · 11 years ago
  16. a178e5e Fix the confict of declaration and definition between struct and class by Yunlian Jiang · 12 years ago
  17. 7f2ec75 AU: Release bspatch memory as early as possible. by Darin Petkov · 12 years ago
  18. db0acdf Support changing from non-canary to canary channel in update engine. by Jay Srinivasan · 12 years ago
  19. 670d680 Log the correct error when the rootfs hash/size mismatches on deltas. by Chris Sosa · 12 years ago
  20. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 12 years ago
  21. 962873e fix(chrome_browser_proxy_resolver): fix spelling errors by Brandon Philips · 12 years ago
  22. 04ba0eb AU: improve/clarify signature padding by Gilad Arnold · 12 years ago
  23. 461a3d5 AU: uprev the default BASE_VER value for local builds by Gilad Arnold · 12 years ago
  24. dc9a8ca Fix update_disabled flag to be set to false when there's no policy. by Jay Srinivasan · 12 years ago
  25. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 12 years ago
  26. 1d78709 Rewrite comment as requested. by Don Garrett · 12 years ago
  27. a8bc53f fix(udev_interface.h): remove return from voids by Brandon Philips · 12 years ago
  28. fc661a1 Update update engine to compile and use libchrome-180609. by Chris Sosa · 12 years ago
  29. 8a659d8 AU: change 'userinitiated' into 'installsource' by Gilad Arnold · 12 years ago
  30. 5b3f3b9 Make policy reloads explicit. by Julian Pastarmov · 12 years ago
  31. 50c6063 AU: recommend cgpt undo on update_engine_client -reset_status by Gilad Arnold · 12 years ago
  32. 8a86fa5 AU: improve progress logging during updates by Gilad Arnold · 12 years ago
  33. d793606 Change how update_engine_client handles DBus proxy failures. by Richard Barnette · 12 years ago
  34. 5e73ad7 AU: move 'userinitiated' flag to the right place in an update check by Gilad Arnold · 12 years ago
  35. f3815bb AU: add missing include by Gilad Arnold · 12 years ago
  36. b92f0df AU: coalesce interactive / user-initiated flags by Gilad Arnold · 12 years ago
  37. bbdd490 AU: add an interactive flag to Omaha requests by Gilad Arnold · 12 years ago
  38. d671e97 Use IsDeltaPayload instead of IsDelta. by Jay Srinivasan · 12 years ago
  39. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 12 years ago
  40. 95931b8 AU: fix bug in GPIO handler that caused failed discovery to be ignored by Gilad Arnold · 12 years ago
  41. 8e3f126 AU: replace sleep/usleep with g_usleep by Gilad Arnold · 12 years ago
  42. bf7919b AU: disable GPIOs in production; some structural changes by Gilad Arnold · 12 years ago
  43. 0826288 Implement exponential backoff for throttling repeated AU downloads. by Jay Srinivasan · 12 years ago
  44. 2b5a0f0 Classify errors and advance URL index according to the error code. by Jay Srinivasan · 12 years ago
  45. 07428b5 Fix update_engine_unittests bug - properly setup singleton class member. by Han Shen · 12 years ago
  46. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 12 years ago
  47. 738fdf3 Make hash checks mandatory for HTTP downloads. by Jay Srinivasan · 12 years ago
  48. 4f8ee27 Modify priority tweaking to use CGroups. by Chris Sosa · 12 years ago
  49. b3f5540 Set libcurl options based on protocol (HTTP or HTTPS) by Jay Srinivasan · 12 years ago
  50. 4fc1b01 Pick last instead of first URL in v3 clients for now. by Jay Srinivasan · 12 years ago
  51. 23b92a5 Upgrade update_engine from Omaha v2 to v3 protocol. by Jay Srinivasan · 12 years ago
  52. edce283 Addressing review comments that came after merging previous CL. by Jay Srinivasan · 12 years ago
  53. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 12 years ago
  54. e56c873 Base64 decoding should handle lack of newlines in encoded string by Jay Srinivasan · 12 years ago
  55. 2add7d7 Keep main loop running until FilesystemCopierAction under test has stopped. by Ben Chan · 12 years ago
  56. 77a1eba Make unit tests less timing sensitive when unmounting busy loop devices. by Ben Chan · 12 years ago
  57. f431870 Support needed for generating metadata signature in paygen by Jay Srinivasan · 12 years ago
  58. 00f76b6 Generate and validate per-operation hashes by Jay Srinivasan · 12 years ago
  59. 74475bf Update manifest protobuf to include optional hash for operation blobs. by Jay Srinivasan · 12 years ago
  60. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 12 years ago
  61. 9f8b93d run_unittests returns a proper exit status. by Gilad Arnold · 12 years ago
  62. c1ba09a Support in update_engine for script for UI jank investigation. by Jay Srinivasan · 12 years ago
  63. 21be075 Make sure waiting period in memory and persisted file are always in sync. by Jay Srinivasan · 12 years ago
  64. c33faeb Minor changes to FilesystemCopierAction.RunAsRootSimpleTest. by Gilad Arnold · 12 years ago
  65. 34b5d86 Use a local UpdateFirstSeenAt timestamp instead of UpdatePublishedOn by Jay Srinivasan · 12 years ago
  66. 19a45f0 Fixes to utility / unit test related code. by Gilad Arnold · 12 years ago
  67. 581c2ea Modify a FilesystemCopierAction unit test. by Gilad Arnold · 12 years ago
  68. 7c04e76 Enable test mode updates. by Gilad Arnold · 12 years ago
  69. 6dbbd39 Diagnose/eliminate FilesystemCopierAction unit test failure. by Gilad Arnold · 12 years ago
  70. 135a58b Fixed incorrect test cleanup that causes update_engine unit tests to hang by Jay Srinivasan · 12 years ago
  71. 780db21 Instrument pwrite() failure. by Gilad Arnold · 12 years ago
  72. e73acab Support in update_engine for the crosh autest "-scheduled" option. by Jay Srinivasan · 12 years ago
  73. 5117871 Reflect return status of each invocation of a set of tests. by Gilad Arnold · 12 years ago
  74. 2643cb7 Fixed gcc-4.7 building problem for update_engine (again). by Han Shen · 12 years ago
  75. 6eccc53 Bidirectional test mode signaling over GPIO by Gilad Arnold · 12 years ago
  76. 4348879 UpdateEngine-side changes to allow updates over 3G based on device policy. by Jay Srinivasan · 12 years ago
  77. 1e6bb9c Install dev-util/lcov again. by Gilad Arnold · 12 years ago
  78. 63e1026 Add -O1 to local build script by default. by Gilad Arnold · 12 years ago
  79. d186e63 Fix update_engine scons building. by Don Garrett · 12 years ago
  80. 308b85e Fix FilesystemCopierAction unit tests. by Gilad Arnold · 12 years ago
  81. 08fce04 Don't scatter during OOBE or user-initiated update checks. by Jay Srinivasan · 12 years ago
  82. 32f2357 Add resiliency in UE against interrupted HTTP downloads. by Jay Srinivasan · 12 years ago
  83. 3d92265 Enable auto-update over WiMAX connections. by Ben Chan · 12 years ago
  84. 480ddfa Scatter downloads to reduce bandwidth spikes. by Jay Srinivasan · 12 years ago
  85. ab3bb45 Cleanup package dependencies, incremental build and unit testing scripts by Gilad Arnold · 12 years ago
  86. 4d740eb Revised GPIO module interface + GPIO discovery logic by Gilad Arnold · 12 years ago
  87. ae23670 Use different file sizes when testing FilesystemCopierAction. by Gilad Arnold · 12 years ago
  88. 617bbc2 Fix to unit testing code. by Gilad Arnold · 12 years ago
  89. a98b005 git: ignore public SSL keys by Gilad Arnold · 12 years ago
  90. 11c066f A reusable file descriptor abstraction. by Gilad Arnold · 12 years ago
  91. d7b513d New utility functions for formatting time intervals. by Gilad Arnold · 12 years ago
  92. 0d8fb40 Verify downloaded size matches before verifying download hash match. by Jay Srinivasan · 12 years ago
  93. fc35929 Added log messages in unittest main function. by Gilad Arnold · 12 years ago
  94. 0b4a6ff Use distinguished exit status for unittests. by Gilad Arnold · 12 years ago
  95. faac2a5 Added log message indicating the result of running AU unittests. by Gilad Arnold · 12 years ago
  96. a2dee1d Fix AU fallback proxy mechanism for resumed updates. by Gilad Arnold · 12 years ago
  97. 8155d08 pull in base/stringprintf.h explicitly by Mike Frysinger · 13 years ago
  98. a8a3a87 Don't drop cache. by Don Garrett · 13 years ago
  99. fbaee24 AU: fix proxy logging by Gilad Arnold · 13 years ago
  100. 36e6077 Previous fix mis-compared file names. by Don Garrett · 13 years ago