1. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
  2. c6c135c Nice automatic updates up to a point, then renice if necessary. by Darin Petkov · 14 years ago
  3. 45d7f29 Add LICENSE file by J. Richard Barnette · 14 years ago
  4. f74eb65 Disable automatic update checks if booting from a removable device. by Darin Petkov · 14 years ago
  5. 33d3064 Don't schedule periodic update checks for non-official builds. by Darin Petkov · 14 years ago
  6. da221da Add a WATCHLIST to the update engine repo. by Darin Petkov · 14 years ago
  7. fbb4009 Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request. by Darin Petkov · 14 years ago
  8. 84c763c AU: Remove instances of Omaha ID -- machine ID and user ID. by Darin Petkov · 14 years ago
  9. 1cbd78f Don't send machine and user ID to Omaha anymore. Send a/r pings instead. by Darin Petkov · 14 years ago
  10. 3003059 AU: Add support for persistent update engine preferences store. by Darin Petkov · 14 years ago
  11. d12784c AU: when cutting a cycle, add proper dependencies. by Andrew de los Reyes · 14 years ago
  12. 4510989 AU: delta generation: cut cycles in graph more aggressively by Andrew de los Reyes · 14 years ago
  13. 8a51e5c AU: Fix bug in impl of Johnson's circuit finding algorithm. by Andrew de los Reyes · 14 years ago
  14. 296889c AU: Provide a reboot_if_needed D-Bus API. by Darin Petkov · 14 years ago
  15. 192ced4 Increase HTTP request timeout to make dev server happy. by Darin Petkov · 14 years ago
  16. 5a7f565 Add support to update_engine_client for -app_version and -omaha_url. by Darin Petkov · 14 years ago
  17. 777dbfa Narrow down to one generic error per action. by Darin Petkov · 14 years ago
  18. c97435c Add and emit download action error codes. by Darin Petkov · 14 years ago
  19. 09f96c3 AU: A basic framework for sending error events when update attempt fails. by Darin Petkov · 14 years ago
  20. 9d65b7b Measure and send update time to UMA. by Darin Petkov · 14 years ago
  21. e17f86b Switch OmahaEvent's error_code to ActionExitCode. by Darin Petkov · 14 years ago
  22. c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 14 years ago
  23. cb31933 AU: minor fixes requested in http://codereview.chromium.org/3010009 by Andrew de los Reyes · 14 years ago
  24. fb4ad7d AU: HTTP success is not just 200, but anything in the 2xx range by Andrew de los Reyes · 14 years ago
  25. 8c2980e AU: send success events to Omaha at more points in the update process. by Darin Petkov · 14 years ago
  26. 9bbd187 AU: When server dies, don't retry forever by Andrew de los Reyes · 14 years ago
  27. 3f0303a AU: pass whether or not we can tolerate a delta to the server by Andrew de los Reyes · 14 years ago
  28. 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 14 years ago
  29. ada4220 AU: land http://codereview.chromium.org/2931008/show for tfarina by Andrew de los Reyes · 14 years ago
  30. a4a8a8c Turn OmahaRequestPrepAction into OmahaRequestDeviceParams. by Darin Petkov · 14 years ago
  31. 27fa9c5 Don't wait for the http server forever. by Darin Petkov · 14 years ago
  32. 0dc8e9a Initial implementation of sending an install success event to Omaha. by Darin Petkov · 14 years ago
  33. 6a5b322 Rename UpdateCheckAction|Params to OmahaRequestAction|Params. by Darin Petkov · 14 years ago
  34. b9c4459 Add a .gitignore to the repo so that non-emerge dev flow works. by Darin Petkov · 14 years ago
  35. 82d8679 AU: fix dependencies in SConstruct. by Andrew de los Reyes · 14 years ago
  36. 37c2032 AU: Send board (e.g. x86-generic) to update server in query. by Andrew de los Reyes · 14 years ago
  37. 540bb90 Another dependency fix. by Sean Parent · 14 years ago
  38. a5deaca Adding dependencies for side effect files. BUG=none TEST=none by Sean Parent · 14 years ago
  39. 58fc478 Setup code review inheritance by Anush Elangovan · 14 years ago
  40. 785bc35 AU: Common code to parse simple key/value store files by Andrew de los Reyes · 14 years ago
  41. 6b78e29 Init: Start Update Engine at startup by Andrew de los Reyes · 14 years ago
  42. 7352067 AU: check after 2 min, also every 30 min. by Andrew de los Reyes · 14 years ago
  43. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  44. f98bff8 AU: Minor fixes to get it to do full update on real device by Andrew de los Reyes · 14 years ago
  45. f971443 AU: Many minor cleanup changes by Andrew de los Reyes · 14 years ago
  46. f918517 AU: Update Downloader to support our image formats. by Andrew de los Reyes · 14 years ago
  47. f4c7ef1 AU: delta compress the kernel partition by Andrew de los Reyes · 14 years ago
  48. 0cca421 AU: SplitWriter class for parsing our full update files. by Andrew de los Reyes · 14 years ago
  49. c702078 AU: FilesystemCopierAction: copy bit-exactly by Andrew de los Reyes · 14 years ago
  50. 4e9b9f4 AU: Beginnings of dbus support. by Andrew de los Reyes · 14 years ago
  51. 09e56d6 AU: Class to perform delta updates. by Andrew de los Reyes · 14 years ago
  52. 08c4e27 update engine: 32- and 64-bit compile by Andrew de los Reyes · 14 years ago
  53. b10320d AU: Delta Diff Generator by Andrew de los Reyes · 14 years ago
  54. d2135f3 AU: Bzip2 utility functions that mirror Gzip utility functions. by Andrew de los Reyes · 14 years ago
  55. 5815155 AU: Topological Sort. by Andrew de los Reyes · 14 years ago
  56. 35a7af1 AU: Cycle Breaker for directed graphs. by Andrew de los Reyes · 14 years ago
  57. 81ebcd8 AU: Tarjan's algorithm. by Andrew de los Reyes · 14 years ago
  58. b4025e6 AU: Extent Mapper class by Andrew de los Reyes · 15 years ago
  59. 0ce161b AU: Some graph types and a couple utility functions by Andrew de los Reyes · 15 years ago
  60. 8006106 AU: Extent writer utility classes by Andrew de los Reyes · 15 years ago
  61. 1e338b8 AU: Gut code for old updater. New protobuf for v2 updater. by Andrew de los Reyes · 15 years ago
  62. f2c29ec Consistently pass through PKG_CONFIG_LIBDIR environment variable by Colin Watson · 15 years ago
  63. 926d209 AU: missing file in last commit by Andrew de los Reyes · 15 years ago
  64. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  65. 970bb28 AU: Use Omaha ID rather than MAC address in delta updater by Andrew de los Reyes · 15 years ago
  66. e573399 TBR: derat@chromium.org by Andrew de los Reyes · 15 years ago
  67. 3defe6a Missed new files in last commit by adlr@google.com · 15 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