1. f411650 Unmount old postinstall mountpoint from previous runs. by Alex Deymo · 8 years ago
  2. b1e3e3c Document the header key/value pair key names. by Elliott Hughes · 8 years ago
  3. b20de69 Cleanup the RetryTimeoutCallback(). by Alex Deymo · 8 years ago
  4. 4ea2d92 Add unittest for TerminateTrasnfer between ranges. by Alex Deymo · 8 years ago
  5. 71f6762 Fix terminating a transfer while resolving proxies. by Alex Deymo · 8 years ago
  6. 3582194 Allow to cancel a proxy resolution request. by Alex Deymo · 8 years ago
  7. 335516c Remove FileWriter from common/utils.h by Alex Deymo · 8 years ago
  8. a2ea1c2 Fix downstream Chrome OS build. by Alex Deymo · 8 years ago
  9. 5ba93ad Lazy unmount postinstall if it fails to unmount. by Alex Deymo · 8 years ago
  10. 3295102 Setup a temporary directory for update_engine_sideload. by Alex Deymo · 8 years ago
  11. 14c0da8 Remove libcurl support from update_engine_sideload. by Alex Deymo · 8 years ago
  12. 5c6bb1d Fix clang-tidy performance warnings in update_engine. by Chih-Hung Hsieh · 8 years ago
  13. 87792ea Allow to set the network used for an update attempt. by Alex Deymo · 8 years ago
  14. f1cf348 update_engine: Update libchrome APIs to r405848 by Luis Hector Chavez · 8 years ago
  15. a0284ac Implement a memory-based Prefs class. by Alex Deymo · 8 years ago
  16. 14ad88e Set X-GoogleUpdate headers on Omaha requests. by Alex Deymo · 8 years ago
  17. 8fd98d8 Set CURLOPT_SSL_VERIFYHOST explicitly. by Alex Deymo · 8 years ago
  18. 2c131bb Fetch local files asynchronously. by Alex Deymo · 8 years ago
  19. e67bb5b Make HardwareChromeOS own debugd. by Sen Jiang · 8 years ago
  20. fb905d9 Implement powerwash on Android. by Alex Deymo · 8 years ago
  21. 94f749a update_engine: Update libchrome APIs to r395517 by Luis Hector Chavez · 8 years ago
  22. 1d3b863 Send SIGKILL to kill the child. by Sen Jiang · 8 years ago
  23. 46a9aae Fix non-critical updates on boards without an OOBE flow. by Alex Deymo · 8 years ago
  24. b3fa53b Parse and expose end-of-life flag. by Alex Deymo · 9 years ago
  25. 371615b Remove utils::MakeTempDirectory(). by Sen Jiang · 9 years ago
  26. 9467a78 Fix unused private field errors by Christopher Wiley · 9 years ago
  27. 5fb356c Mark block device as read-only before mounting. by Alex Deymo · 9 years ago
  28. 279d572 Fix PipeClosedWhenNotRedirectedTest. by Alex Deymo · 9 years ago
  29. ce8c8ee update_engine: Remove release/aquire semantic from scoped_ptr/unique_ptr by Alex Vakulenko · 9 years ago
  30. 109c28d Revert "Make transition to "postinstall" domain explicit." by Alex Deymo · 9 years ago
  31. 20e3960 Make transition to "postinstall" domain explicit. by Alex Deymo · 9 years ago
  32. 0d29854 Parse postinstall program progress updates. by Alex Deymo · 9 years ago
  33. e384bb2 Subprocess: Close all unused file descriptors. by Alex Deymo · 9 years ago
  34. 2494e28 Skip non-critical updates during OOBE update check by Kevin Cernekee · 9 years ago
  35. 260f03b Fix unittest key path in Brillo. by Sen Jiang · 9 years ago
  36. 2972608 Remove self-crashing logic. by Alex Deymo · 9 years ago
  37. dcbc0ae Remove GetFilesystemSize. by Sen Jiang · 9 years ago
  38. 990c27b Use pre-generated ext image instead of create it on the fly. by Sen Jiang · 9 years ago
  39. e0d0428 Check if zlib is compatible. by Sen Jiang · 9 years ago
  40. 021a45e Fix use-after-free in HttpFetcher's code. by Alex Deymo · 9 years ago
  41. d15c546 Implement susped, resume and cancel for the Postinstall action. by Alex Deymo · 9 years ago
  42. cbc2274 Rework postinstall unittests to pass on Android. by Alex Deymo · 9 years ago
  43. 2c41357 Fix DeltaPerformerIntegrationTest crash. by Sen Jiang · 9 years ago
  44. fdd6dec Parse and use extra HTTP headers when downloading the payload. by Alex Deymo · 9 years ago
  45. 991b778 Fix ChromeOS compile by Xiyuan Xia · 9 years ago
  46. f285857 Implement suspend, resume and cancel the download. by Alex Deymo · 9 years ago
  47. 14dbd33 Mount the new system as 'postinstall_file' in postinstall. by Alex Deymo · 9 years ago
  48. 390efed Parse postinstall parameters from the payload metadata. by Alex Deymo · 9 years ago
  49. 14fd1ec Allow to Suspend/Resume the ActionProcessor. by Alex Deymo · 9 years ago
  50. f25eb49 Fix resuming canceled updates. by Alex Deymo · 9 years ago
  51. bffa060 Fix *ExtentWriterTest unittest. by Alex Deymo · 9 years ago
  52. 279bbab Fix Subprocess unittests. by Alex Deymo · 9 years ago
  53. 5fe0c4e Fix unittest build in x86_64. by Alex Deymo · 9 years ago
  54. 80f70ff Build unittests in Brillo. by Alex Deymo · 9 years ago
  55. 64d9878 Replace is_full_update boolean with a payload_state enum. by Alex Deymo · 9 years ago
  56. 56ccb07 Allow file:// payload urls on non-Brillo boards. by Alex Deymo · 9 years ago
  57. 98e691c New "properties" sub-command to export payload properties. by Alex Deymo · 9 years ago
  58. e88e9fe Android: Print the error code string from the client. by Alex Deymo · 9 years ago
  59. 1f19dcc Add ErrorCode::kUserCanceled. by Alex Deymo · 9 years ago
  60. ab0d976 CPULimiter: Refactor class to manage the CPU limitation. by Alex Deymo · 9 years ago
  61. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  62. e7ba31b Fix BootControlChromeOS unittest references. by Alex Deymo · 9 years ago
  63. 1b03f9f Move hardware and boot_control implementation to libupdate_engine. by Alex Deymo · 9 years ago
  64. 33e91e7 Fix certificate checker callback lifetime. by Alex Deymo · 9 years ago
  65. 2b4268c Fix crash on shutdown when update in progress. by Alex Deymo · 9 years ago
  66. ab49446 Restrict update_engine SSL certs. by Alex Deymo · 9 years ago
  67. 706a5ab Remove SystemState dependency from HttpFetcher and InstallPlan. by Alex Deymo · 9 years ago
  68. c1c17b4 Report Enum metrics from CertificateChecker. by Alex Deymo · 9 years ago
  69. 9138ef5 Remove unused includes. by Alex Deymo · 9 years ago
  70. 9c12346 Fix temporary directory path in Android. by Sen Jiang · 9 years ago
  71. a259179 Move metrics time helpers to metrics_utils. by Alex Deymo · 9 years ago
  72. 38429cf common: Split out metrics utils from utils.cc. by Alex Deymo · 9 years ago
  73. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago