1. fdd6dec Parse and use extra HTTP headers when downloading the payload. by Alex Deymo · 8 years ago
  2. f285857 Implement suspend, resume and cancel the download. by Alex Deymo · 8 years ago
  3. 5fe0c4e Fix unittest build in x86_64. by Alex Deymo · 8 years ago
  4. 80f70ff Build unittests in Brillo. by Alex Deymo · 8 years ago
  5. 706a5ab Remove SystemState dependency from HttpFetcher and InstallPlan. by Alex Deymo · 9 years ago
  6. c1c17b4 Report Enum metrics from CertificateChecker. by Alex Deymo · 9 years ago
  7. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago[Renamed (98%) from http_fetcher_unittest.cc]
  8. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  9. f123ae2 Remove leaked callback when CleanUp() from TimeoutCallback(). by Alex Deymo · 9 years ago
  10. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  11. 535f3b7 update_engine: Use chromeos::Process in http_fetcher_unittest. by Alex Deymo · 9 years ago
  12. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  13. 18f48aa Use PLOG instead of LOG with strerror() by Alex Deymo · 9 years ago
  14. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 9 years ago
  15. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  16. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  17. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  18. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 10 years ago
  19. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  20. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  21. 0a364bb Fix ServerDiesTest and FailureTest which depended on you running apache. by Chris Sosa · 10 years ago
  22. 77f79e8 Only disable update downloads over expensive connections, not all transfers. by Chris Sosa · 10 years ago
  23. c4acdf4 Fix memory leak on HttpFetcher and ProxyResolver. by Alex Deymo · 10 years ago
  24. 7d623eb update_engine: Remove GPIO support. by Nam T. Nguyen · 10 years ago
  25. 5bb4c90 Rename MockSystemState into FakeSystemState. by Gilad Arnold · 10 years ago
  26. 1f84723 Revise the SystemState hierarchy. by Gilad Arnold · 10 years ago
  27. f9c5999 Remove useless code from HttpFetcher unittests. by Alex Deymo · 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. 133f892 Default to allowing updates when we can't determine the network type. by Chris Sosa · 11 years ago
  32. c6007e4 Replace flimflam namespace with shill namespace. by Ben Chan · 11 years ago
  33. 34135a9 p2p: Make HTTP downloads fail fast if using p2p to download by David Zeuthen · 11 years ago
  34. b6c562a AU/unittest: test code spawns local HTTP server with unique port by Gilad Arnold · 11 years ago
  35. 97bdb3f AU/unittest: parameterize test_http_server port by Gilad Arnold · 11 years ago
  36. 2dac576 Fix clang syntax checking. by Yunlian Jiang · 11 years ago
  37. 8e3f126 AU: replace sleep/usleep with g_usleep by Gilad Arnold · 12 years ago
  38. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 12 years ago
  39. 7c04e76 Enable test mode updates. by Gilad Arnold · 12 years ago
  40. 135a58b Fixed incorrect test cleanup that causes update_engine unit tests to hang by Jay Srinivasan · 12 years ago
  41. 4348879 UpdateEngine-side changes to allow updates over 3G based on device policy. by Jay Srinivasan · 12 years ago
  42. 08fce04 Don't scatter during OOBE or user-initiated update checks. by Jay Srinivasan · 12 years ago
  43. 8155d08 pull in base/stringprintf.h explicitly by Mike Frysinger · 12 years ago
  44. 0f9547d fix build warnings with type mismatches and base check helpers by Mike Frysinger · 12 years ago
  45. 34bf1ee Reduce number of resume attempts and delay between attempts. by Gilad Arnold · 12 years ago
  46. e4ad250 AU multi-range fetcher requests properly closed ranges when their length by Gilad Arnold · 13 years ago
  47. 9bedeb5 Fetcher tries all proxies when a secondary chunk download error occurs. by Gilad Arnold · 13 years ago
  48. 48085ba Updater avoids download in case of an error HTTP response. by Gilad Arnold · 13 years ago
  49. 2d4e1c5 Tweak http_fetcher_unittest.cc error handling by Josh Horwich · 13 years ago
  50. e7dcc2a Sleep for longer when waiting for test_http_server to start by Andrew de los Reyes · 13 years ago
  51. d903c3b [update_engine] Roll forward to new libchrome by Chris Masone · 13 years ago
  52. f3ed8e7 AU: Make proxy resolution asynchronous. by Andrew de los Reyes · 13 years ago
  53. 819fef2 AU: MultiHttpFetcher cleanup/rewrite by Andrew de los Reyes · 14 years ago
  54. 4516810 AU: Manual proxy support by Andrew de los Reyes · 14 years ago
  55. 9ce452b AU: Fix potential issues with premature destruction of HTTP fetchers. by Darin Petkov · 14 years ago
  56. f67bb1f AU: Change test http server port from 8080 to 8088. by Darin Petkov · 14 years ago
  57. fc7a0ce AU: Restrict to HTTPS for official builds. by Darin Petkov · 14 years ago
  58. d57d147 AU: Don't use network on expensive connection types by Andrew de los Reyes · 14 years ago
  59. 3fd5d30 AU: MultiHttpFetcher, an HttpFetcher for specific byte ranges by Andrew de los Reyes · 14 years ago
  60. cb46621 AU: Expose the server's HTTP response code in HttpFetcher. by Darin Petkov · 14 years ago
  61. 41c2fcf AU: Support redirects. by Darin Petkov · 14 years ago
  62. b83371f Increase retry timeout to 1 minute. by Darin Petkov · 14 years ago
  63. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
  64. fb4ad7d AU: HTTP success is not just 200, but anything in the 2xx range by Andrew de los Reyes · 14 years ago
  65. 9bbd187 AU: When server dies, don't retry forever by Andrew de los Reyes · 14 years ago
  66. 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 14 years ago
  67. 08c4e27 update engine: 32- and 64-bit compile by Andrew de los Reyes · 14 years ago
  68. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  69. d2e4ccc Die glog, die! by seanparent@google.com · 15 years ago
  70. 49fdf18 Almost there... by rspangler@google.com · 15 years ago