1. e94ece5 update_engine: Breaks the use of libcros into two dbus proxies. by Amin Hassani · 7 years ago
  2. e5f6f25 update_engine: Use org.chromium.NetworkProxyService. by Daniel Erat · 7 years ago
  3. 558fe6a Fix Chrome OS build of update_engine. by Alex Deymo · 7 years ago
  4. eb25655 Set the uid to AID_OTA_UPDATE when tagging sockets. by Alex Deymo · 7 years ago
  5. 13e9518 Untag and stop watch on network sockets before closing them. by Alex Deymo · 7 years ago
  6. 63cfcf4 Tag network sockets. by Alex Deymo · 7 years ago
  7. b20de69 Cleanup the RetryTimeoutCallback(). by Alex Deymo · 7 years ago
  8. 71f6762 Fix terminating a transfer while resolving proxies. by Alex Deymo · 7 years ago
  9. 14c0da8 Remove libcurl support from update_engine_sideload. by Alex Deymo · 8 years ago
  10. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  11. 35b3584 Use CA certificates from standard location in Brillo. by Alex Deymo · 9 years ago
  12. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  13. f123ae2 Remove leaked callback when CleanUp() from TimeoutCallback(). by Alex Deymo · 9 years ago
  14. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  15. c00c98a update_engine: Use portable string format functions. by Alex Deymo · 9 years ago
  16. 29b8153 update_engine: Watch file descriptors using chromeos::MessageLoop. by Alex Deymo · 9 years ago
  17. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  18. 6a9d349 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 9 years ago
  19. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 9 years ago
  20. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  21. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  22. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  23. 4906c1c update_engine: Replace googe::protobuf::Closure with base::Closure by Alex Vakulenko · 10 years ago
  24. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  25. 77f79e8 Only disable update downloads over expensive connections, not all transfers. by Chris Sosa · 10 years ago
  26. c4acdf4 Fix memory leak on HttpFetcher and ProxyResolver. by Alex Deymo · 10 years ago
  27. 7d623eb update_engine: Remove GPIO support. by Nam T. Nguyen · 10 years ago
  28. 7984bf0 Remove IsOfficialBuild() from other singleton interfaces. by Alex Deymo · 10 years ago
  29. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  30. 6ae9120 Treat confirmed Tethered networks as Cellular networks. by Alex Deymo · 10 years ago
  31. 1b9d6ae Further cleanup around DBus interface classes. by Gilad Arnold · 10 years ago
  32. 133f892 Default to allowing updates when we can't determine the network type. by Chris Sosa · 11 years ago
  33. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  34. 34135a9 p2p: Make HTTP downloads fail fast if using p2p to download by David Zeuthen · 11 years ago
  35. 59d9e01 AU: remove obsolete proxy resolver code by Gilad Arnold · 11 years ago
  36. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 12 years ago
  37. 738fdf3 Make hash checks mandatory for HTTP downloads. by Jay Srinivasan · 12 years ago
  38. b3f5540 Set libcurl options based on protocol (HTTP or HTTPS) by Jay Srinivasan · 12 years ago
  39. 7c04e76 Enable test mode updates. by Gilad Arnold · 12 years ago
  40. 4348879 UpdateEngine-side changes to allow updates over 3G based on device policy. by Jay Srinivasan · 12 years ago
  41. d186e63 Fix update_engine scons building. by Don Garrett · 12 years ago
  42. 08fce04 Don't scatter during OOBE or user-initiated update checks. by Jay Srinivasan · 12 years ago
  43. 32f2357 Add resiliency in UE against interrupted HTTP downloads. by Jay Srinivasan · 12 years ago
  44. a2dee1d Fix AU fallback proxy mechanism for resumed updates. by Gilad Arnold · 12 years ago
  45. fbaee24 AU: fix proxy logging by Gilad Arnold · 12 years ago
  46. 9dd1e7c Update engine properly sets Content-Type to text/xml. by Gilad Arnold · 12 years ago
  47. 34bf1ee Reduce number of resume attempts and delay between attempts. by Gilad Arnold · 12 years ago
  48. e4ad250 AU multi-range fetcher requests properly closed ranges when their length by Gilad Arnold · 13 years ago
  49. 9bedeb5 Fetcher tries all proxies when a secondary chunk download error occurs. by Gilad Arnold · 13 years ago
  50. 48085ba Updater avoids download in case of an error HTTP response. by Gilad Arnold · 13 years ago
  51. 7f9aea2 Add UMA metrics for detecting and reporting update certificate changes. by Bruno Rocha · 13 years ago
  52. e72f9c0 AU: Set connection timeout to 30 seconds. by Andrew de los Reyes · 13 years ago
  53. 2a0fd74 AU: Lower HTTP timeout on official builds. by Andrew de los Reyes · 13 years ago
  54. f3ed8e7 AU: Make proxy resolution asynchronous. by Andrew de los Reyes · 13 years ago
  55. 819fef2 AU: MultiHttpFetcher cleanup/rewrite by Andrew de los Reyes · 14 years ago
  56. 3367619 AU: Disallow Anonymous Diffie Hellman ciphers by Andrew de los Reyes · 14 years ago
  57. 5d0783d AU: Always retry on failed connections, even manual checks. by Andrew de los Reyes · 14 years ago
  58. a092955 AU: Retry up to 3 times 30 seconds apart on HTTP response code 0. by Darin Petkov · 14 years ago
  59. 4516810 AU: Manual proxy support by Andrew de los Reyes · 14 years ago
  60. b2bf122 update_engine: Move CA certs to separate ebuild by Ken Mixter · 14 years ago
  61. 9ce452b AU: Fix potential issues with premature destruction of HTTP fetchers. by Darin Petkov · 14 years ago
  62. e237d19 AU: Restrict SSL ciphers to HIGH in official builds. by Darin Petkov · 14 years ago
  63. 60e1415 AU: Watch for writes on write fds only, and for reads on read fds. by Darin Petkov · 14 years ago
  64. fc7a0ce AU: Restrict to HTTPS for official builds. by Darin Petkov · 14 years ago
  65. d57d147 AU: Don't use network on expensive connection types by Andrew de los Reyes · 14 years ago
  66. 3fd5d30 AU: MultiHttpFetcher, an HttpFetcher for specific byte ranges by Andrew de los Reyes · 14 years ago
  67. 3a4016a AU: Restrict the CA certificates to a smaller trusted set. by Darin Petkov · 14 years ago
  68. cb46621 AU: Expose the server's HTTP response code in HttpFetcher. by Darin Petkov · 14 years ago
  69. 41c2fcf AU: Support redirects. by Darin Petkov · 14 years ago
  70. b83371f Increase retry timeout to 1 minute. by Darin Petkov · 14 years ago
  71. 9b11165 AU: Switch GLib's timeout sources from milliseconds to seconds. by Darin Petkov · 14 years ago
  72. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
  73. 192ced4 Increase HTTP request timeout to make dev server happy. by Darin Petkov · 14 years ago
  74. cb31933 AU: minor fixes requested in http://codereview.chromium.org/3010009 by Andrew de los Reyes · 14 years ago
  75. fb4ad7d AU: HTTP success is not just 200, but anything in the 2xx range by Andrew de los Reyes · 14 years ago
  76. 9bbd187 AU: When server dies, don't retry forever by Andrew de los Reyes · 14 years ago
  77. 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 14 years ago
  78. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  79. d2e4ccc Die glog, die! by seanparent@google.com · 15 years ago
  80. 49fdf18 Almost there... by rspangler@google.com · 15 years ago