1. cdd107e [update_engine] use libchromeos.pc by Elly Jones · 13 years ago
  2. e4ad250 AU multi-range fetcher requests properly closed ranges when their length by Gilad Arnold · 13 years ago
  3. 2a4b446 Fix FlimFlamProxy test by Don Garrett · 13 years ago
  4. 9bedeb5 Fetcher tries all proxies when a secondary chunk download error occurs. by Gilad Arnold · 13 years ago
  5. 48085ba Updater avoids download in case of an error HTTP response. by Gilad Arnold · 13 years ago
  6. e410e0f Switch FileWriter::Write to boolean result code. by Don Garrett · 13 years ago
  7. 5445e16 AU: Switch autest to the new test server URL. by Darin Petkov · 13 years ago
  8. a0b9e77 AU: Ensure update_engine_client get proxy retries are spaced out in time. by Darin Petkov · 13 years ago
  9. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  10. 7f9aea2 Add UMA metrics for detecting and reporting update certificate changes. by Bruno Rocha · 13 years ago
  11. c24e3f3 Support for signing with multiple signature files, key sizes. by Andrew de los Reyes · 13 years ago
  12. 771e1bd Make public key verification check binding. by Andrew de los Reyes · 13 years ago
  13. 2d12158 Remove path='/' from kLibCrosProxyResolveSignalFilter. by Satoru Takabayashi · 13 years ago
  14. 7438a5c AU: Cleanup temporary files created by the update generator. by Darin Petkov · 13 years ago
  15. 2d4e1c5 Tweak http_fetcher_unittest.cc error handling by Josh Horwich · 13 years ago
  16. e7dcc2a Sleep for longer when waiting for test_http_server to start by Andrew de los Reyes · 13 years ago
  17. 8ed2d16 client: don't log about getting dbus proxy tries until one fails. by Andrew de los Reyes · 13 years ago
  18. 100bb7d Better logging around delta mismatch. by Andrew de los Reyes · 13 years ago
  19. 68ab6ed client: GetProxy: add retries by Andrew de los Reyes · 13 years ago
  20. 7fbbe8a Update engine should use the release channel policy if it exists. by Patrick Dubroy · 13 years ago
  21. 21067cc AU: Fix unittest failure. by Andrew de los Reyes · 13 years ago
  22. 18c7bce AU: Set error code bit 30 for error events on resumed updates. by Darin Petkov · 13 years ago
  23. fb2f461 AU: Only retry HTTP connect failures when updating in background. by Andrew de los Reyes · 13 years ago
  24. fe57d54 AU: If firmware updater requests it, fail the update, but request user reboot. by Andrew de los Reyes · 13 years ago
  25. b44e9e8 Change code to ignore ping Omaha requests that are empty by Thieu Le · 13 years ago
  26. 8707b5b Properly respect the PKG_CONFIG environment variable. by Diego Elio Pettenò · 13 years ago
  27. e05fc28 AU: Fixes for gcc-4.6 by Andrew de los Reyes · 13 years ago
  28. d88a857 Change PingOmaha() to run synchronously to avoid race conditions. by Thieu Le · 13 years ago
  29. 4f0a07b Store the signature blob as part of the update checkpoint. by Darin Petkov · 13 years ago
  30. 61635a9 AU: Announce the update engine status on startup. by Darin Petkov · 13 years ago
  31. f2065b4 AU: Use crossystem hwid to obtain the hardware class. by Darin Petkov · 13 years ago
  32. 85d02b7 AU: Add support for reading the output of synchronous exec calls. by Darin Petkov · 13 years ago
  33. 478435e AU: Fix memory leaks in Subprocess. by Darin Petkov · 13 years ago
  34. d903c3b [update_engine] Roll forward to new libchrome by Chris Masone · 13 years ago
  35. 265f290 AU: Don't include the previous version event in ping-only requests. by Darin Petkov · 13 years ago
  36. 58dd134 Call chromeos-setgoodkernel asynchronously. by Darin Petkov · 13 years ago
  37. 820a77b If the Omaha URL is 'autest', point to the hardcoded test server. by Darin Petkov · 13 years ago
  38. c1d5c93 AU: Handle firmware update failure when booted from FW slot B. by Andrew de los Reyes · 13 years ago
  39. e72f9c0 AU: Set connection timeout to 30 seconds. by Andrew de los Reyes · 13 years ago
  40. 116fda3 Add support to update_engine to poke Omaha after an update has been applied by Thieu Le · 13 years ago
  41. 6dbf30a AU: Always run setgoodkernel, unless we abort within 45 seconds of launch. by Andrew de los Reyes · 13 years ago
  42. dc92876 AU: stable channel by Andrew de los Reyes · 13 years ago
  43. 21816e1 AU: Detect and report public key verify failures, but continue updating. by Andrew de los Reyes · 13 years ago
  44. 2a0fd74 AU: Lower HTTP timeout on official builds. by Andrew de los Reyes · 13 years ago
  45. 173e63c AU: OmahaRequestAction: allow to be skipped. by Andrew de los Reyes · 13 years ago
  46. fb830ba AU: detect failure when using public key verification by Andrew de los Reyes · 13 years ago
  47. ffcb6d1 AU: HttpFetcher: Fix segfault with multi fetcher and small transfers by Andrew de los Reyes · 13 years ago
  48. bdfaaf0 AU: Switch to 2048 bit RSA keys; Pad SHA256 hashes appropriately. by Andrew de los Reyes · 13 years ago
  49. 44d98d9 Use crossystem rather than cros_boot_mode. by Darin Petkov · 13 years ago
  50. 518502a AU: Handle inability to get proxy servers from Chrome better. by Andrew de los Reyes · 13 years ago
  51. e6ef2f8 Start action processing asynchronously in UpdateAttempter. by Darin Petkov · 13 years ago
  52. 56dad72 Use the scoped loopback releaser which implements timeout and retries. by Darin Petkov · 13 years ago
  53. 000d895 AU: Full proxy support by Andrew de los Reyes · 13 years ago
  54. abc7bc0 If a public key is present, disallow old style full payloads. by Darin Petkov · 14 years ago
  55. 48a0a48 AU: When checking if we've visited a file before, don't follow symlinks. by Andrew de los Reyes · 14 years ago
  56. 24c32d2 Add unittest public key to repo. by Chris Sosa · 14 years ago
  57. f3ed8e7 AU: Make proxy resolution asynchronous. by Andrew de los Reyes · 14 years ago
  58. 29da8aa AU: tolerate files that are symlinks in src image, yet not in new image. by Andrew de los Reyes · 14 years ago
  59. c7c19cd Return bad exit code when we fail to generate an update. by Chris Sosa · 14 years ago
  60. bfabc30 Try to mount new filesystem w/ ext2 first, then ext3. by Andrew de los Reyes · 14 years ago
  61. 52dcaeb AU: Add a signing test with a private key that doesn't match the public one. by Darin Petkov · 14 years ago
  62. cbfb017 AU: Add more signing unit tests. by Darin Petkov · 14 years ago
  63. adb3cef AU: Support signed payload verification through the delta generator. by Darin Petkov · 14 years ago
  64. da8c136 AU: Add options to delta_generator to hash and sign generated payloads. by Darin Petkov · 14 years ago
  65. 5c0f36e AU: XmlEncode the previous version, just in case. by Darin Petkov · 14 years ago
  66. 9574f7e AU: Add support for signing of update payloads after they're generated. by Darin Petkov · 14 years ago
  67. 2008e4c AU: Reduce instances of signalling the crash reporter. by Andrew de los Reyes · 14 years ago
  68. 10d02dd AU: Don't allow stateful /etc/lsb-release override in normal boot mode... by Darin Petkov · 14 years ago
  69. c91dd6b AU: Include a bit flag (bit 31) in error codes to indicate non-normal boot mode. by Darin Petkov · 14 years ago
  70. bffc6ba AU: When reporting error to Omaha, also notify crash reporter by Andrew de los Reyes · 14 years ago
  71. 712b3ac AU: Function to trigger crash reporter. by Andrew de los Reyes · 14 years ago
  72. f650219 Break metadata into smaller chunks (number of chunks=10) for faster delta generation. by Thieu Le · 14 years ago
  73. b2be3f9 Revert "Break metadata into smaller chunks (number of chunks=10) for faster delta generation." by Thieu Le · 14 years ago
  74. 4e8a306 Break metadata into smaller chunks (number of chunks=10) for faster delta generation. by Thieu Le · 14 years ago
  75. 95508da AU: Send a previous version event after reboot following an update. by Darin Petkov · 14 years ago
  76. 819fef2 AU: MultiHttpFetcher cleanup/rewrite by Andrew de los Reyes · 14 years ago
  77. 5c7d975 Add support for bsdiff of file system metadata blocks by Thieu Le · 14 years ago
  78. 47851f4 AU: fix double-free warning in flimflam proxy unittest by Andrew de los Reyes · 14 years ago
  79. 3aefa86 AU: Split applied update verification into a separate step. by Darin Petkov · 14 years ago
  80. cf56248 AU: Try to remove unit test flakiness on buildbots. by Darin Petkov · 14 years ago
  81. b039d50 AU: Switch signature verification from external openssl to library. by Darin Petkov · 14 years ago
  82. c2e4a7d Restructure FilesystemCopierAction to use ping-pong buffers. by Darin Petkov · 14 years ago
  83. 927179d AU: When generating delta, use scratch off end of filesystem by Andrew de los Reyes · 14 years ago
  84. 1b00310 AU: More UpdateAttempter unit tests. by Darin Petkov · 14 years ago
  85. 3367619 AU: Disallow Anonymous Diffie Hellman ciphers by Andrew de los Reyes · 14 years ago
  86. 5d0783d AU: Always retry on failed connections, even manual checks. by Andrew de los Reyes · 14 years ago
  87. a092955 AU: Retry up to 3 times 30 seconds apart on HTTP response code 0. by Darin Petkov · 14 years ago
  88. d698231 Use g_strdup() instead of strdup(). by Satoru Takabayashi · 14 years ago
  89. 002b2fe AU: Add unit tests for utils IsSymlink and SetProcessPriority. by Darin Petkov · 14 years ago
  90. 4516810 AU: Manual proxy support by Andrew de los Reyes · 14 years ago
  91. 8e07f1e AU: Exit with status 1 through the Terminator. by Darin Petkov · 14 years ago
  92. 0a9a6ed AU: Make sure that subsequent non-Terminator unit tests don't exit. by Darin Petkov · 14 years ago
  93. 80f1956 AU: Add unit tests for the Terminator class. by Darin Petkov · 14 years ago
  94. 9cd120d AU: Proxy Resolver classes by Andrew de los Reyes · 14 years ago
  95. b2bf122 update_engine: Move CA certs to separate ebuild by Ken Mixter · 14 years ago
  96. 934bb41 AU: Check the delta magic and fail on mismatch. by Darin Petkov · 14 years ago
  97. 9c096d6 AU: Use NiceMock<PrefsMock to suppress uninteresting call warnings. by Darin Petkov · 14 years ago
  98. 9ce452b AU: Fix potential issues with premature destruction of HTTP fetchers. by Darin Petkov · 14 years ago
  99. e237d19 AU: Restrict SSL ciphers to HIGH in official builds. by Darin Petkov · 14 years ago
  100. a3df55b AU: Don't allow deltas if the rootfs track is different than the request track. by Darin Petkov · 14 years ago