1. c6c57a5 [update_engine] handle NULL returns from strdup by Chris Masone · 14 years ago
  2. 4dc2ada [update_engine] Fix file creation mask to be 0600 by Chris Masone · 14 years ago
  3. cd1666f AU: move AU completed marker from /tmp to /var/run since /var/run is root-only. by Darin Petkov · 14 years ago
  4. e971f33 AU: Speed up updates by using buffered writes. by Darin Petkov · 14 years ago
  5. a7fcafa AU: Mix stdout and stderr together in the logs. by Kenneth Waters · 14 years ago
  6. e3d8d4c Added crypto library to update_engine -l list so that it is explicitly passed to the linker. by Raymes Khoury · 14 years ago
  7. a7e33e4 AU: when compiling locally, use cros-debug for libchrome by Andrew de los Reyes · 14 years ago
  8. 71e8e5c update_engine_client: Clarify error message. by Kenneth Waters · 14 years ago
  9. 877ca8d AU: Nit I forgot to check in (TBR) by Andrew de los Reyes · 14 years ago
  10. 36f3736 AU: when making a delta update, don't delta compress kernel partition. by Andrew de los Reyes · 14 years ago
  11. 85ced13 AU: Implement server-dictated poll interval. by Darin Petkov · 14 years ago
  12. f42cc1c AU: Start an UpdateAttempter unit test suite. by Darin Petkov · 14 years ago
  13. e7f9ce8 Add rootdev to AU's dev packages. by Darin Petkov · 14 years ago
  14. 1023a60 AU: Implement exponential back off for 500 and 503 HTTP response codes. by Darin Petkov · 14 years ago
  15. 8f71da8 update_engine: use librootdev by Will Drewry · 14 years ago
  16. cb46621 AU: Expose the server's HTTP response code in HttpFetcher. by Darin Petkov · 14 years ago
  17. 1cd885f AU: Simplify the automatic update check code a little. by Darin Petkov · 14 years ago
  18. 41c2fcf AU: Support redirects. by Darin Petkov · 14 years ago
  19. 5c0a8af Add 10 minute random fuzz to automatic update check event schedule. by Darin Petkov · 14 years ago
  20. b7de1d5 Don't generate quitquitquit files when running unit tests. by Darin Petkov · 14 years ago
  21. b9bd856 Improve setup_dev_packages so that it can run incrementally. by Darin Petkov · 14 years ago
  22. 3d6a209 AU: call script to set boot flags on successful boot. by Andrew de los Reyes · 14 years ago
  23. 932bc4c AU: Sign delta payloads by Andrew de los Reyes · 14 years ago
  24. af18305 AU: Throttle notifications based on progress; still notify if slow progress. by Darin Petkov · 14 years ago
  25. 0c44005 AU: Payload Signer class by Andrew de los Reyes · 14 years ago
  26. bef0c7d AU: clean up logs by Andrew de los Reyes · 14 years ago
  27. 21ab31c AU: Cut cycles even more aggressively, log progress of cutting by Andrew de los Reyes · 14 years ago
  28. 9d911fa AU: Update status to DOWNLOADING only after receiving some bytes from server. by Darin Petkov · 14 years ago
  29. b83371f Increase retry timeout to 1 minute. by Darin Petkov · 14 years ago
  30. 94f025d AU: Support signatures in new-style update images. by Andrew de los Reyes · 14 years ago
  31. 9b11165 AU: Switch GLib's timeout sources from milliseconds to seconds. by Darin Petkov · 14 years ago
  32. 6ffc019 Add a script that emerges dev and unit test packages. by Darin Petkov · 14 years ago
  33. 0aa39a6 Remove obsolete CheckForUpdate/check_for_update D-Bus method. by Darin Petkov · 14 years ago
  34. 58529db Provide a -update option to the AU client to allow synchronous updates. by Darin Petkov · 14 years ago
  35. b70e33d AU: fix local compilation by Andrew de los Reyes · 14 years ago
  36. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
  37. c6c135c Nice automatic updates up to a point, then renice if necessary. by Darin Petkov · 14 years ago
  38. 45d7f29 Add LICENSE file by J. Richard Barnette · 14 years ago
  39. f74eb65 Disable automatic update checks if booting from a removable device. by Darin Petkov · 14 years ago
  40. 33d3064 Don't schedule periodic update checks for non-official builds. by Darin Petkov · 14 years ago
  41. da221da Add a WATCHLIST to the update engine repo. by Darin Petkov · 14 years ago
  42. fbb4009 Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request. by Darin Petkov · 14 years ago
  43. 84c763c AU: Remove instances of Omaha ID -- machine ID and user ID. by Darin Petkov · 14 years ago
  44. 1cbd78f Don't send machine and user ID to Omaha anymore. Send a/r pings instead. by Darin Petkov · 14 years ago
  45. 3003059 AU: Add support for persistent update engine preferences store. by Darin Petkov · 14 years ago
  46. d12784c AU: when cutting a cycle, add proper dependencies. by Andrew de los Reyes · 14 years ago
  47. 4510989 AU: delta generation: cut cycles in graph more aggressively by Andrew de los Reyes · 14 years ago
  48. 8a51e5c AU: Fix bug in impl of Johnson's circuit finding algorithm. by Andrew de los Reyes · 14 years ago
  49. 296889c AU: Provide a reboot_if_needed D-Bus API. by Darin Petkov · 14 years ago
  50. 192ced4 Increase HTTP request timeout to make dev server happy. by Darin Petkov · 14 years ago
  51. 5a7f565 Add support to update_engine_client for -app_version and -omaha_url. by Darin Petkov · 14 years ago
  52. 777dbfa Narrow down to one generic error per action. by Darin Petkov · 14 years ago
  53. c97435c Add and emit download action error codes. by Darin Petkov · 14 years ago
  54. 09f96c3 AU: A basic framework for sending error events when update attempt fails. by Darin Petkov · 14 years ago
  55. 9d65b7b Measure and send update time to UMA. by Darin Petkov · 14 years ago
  56. e17f86b Switch OmahaEvent's error_code to ActionExitCode. by Darin Petkov · 14 years ago
  57. c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 14 years ago
  58. cb31933 AU: minor fixes requested in http://codereview.chromium.org/3010009 by Andrew de los Reyes · 14 years ago
  59. fb4ad7d AU: HTTP success is not just 200, but anything in the 2xx range by Andrew de los Reyes · 14 years ago
  60. 8c2980e AU: send success events to Omaha at more points in the update process. by Darin Petkov · 14 years ago
  61. 9bbd187 AU: When server dies, don't retry forever by Andrew de los Reyes · 14 years ago
  62. 3f0303a AU: pass whether or not we can tolerate a delta to the server by Andrew de los Reyes · 14 years ago
  63. 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 14 years ago
  64. ada4220 AU: land http://codereview.chromium.org/2931008/show for tfarina by Andrew de los Reyes · 14 years ago
  65. a4a8a8c Turn OmahaRequestPrepAction into OmahaRequestDeviceParams. by Darin Petkov · 14 years ago
  66. 27fa9c5 Don't wait for the http server forever. by Darin Petkov · 14 years ago
  67. 0dc8e9a Initial implementation of sending an install success event to Omaha. by Darin Petkov · 14 years ago
  68. 6a5b322 Rename UpdateCheckAction|Params to OmahaRequestAction|Params. by Darin Petkov · 14 years ago
  69. b9c4459 Add a .gitignore to the repo so that non-emerge dev flow works. by Darin Petkov · 14 years ago
  70. 82d8679 AU: fix dependencies in SConstruct. by Andrew de los Reyes · 14 years ago
  71. 37c2032 AU: Send board (e.g. x86-generic) to update server in query. by Andrew de los Reyes · 14 years ago
  72. 540bb90 Another dependency fix. by Sean Parent · 14 years ago
  73. a5deaca Adding dependencies for side effect files. BUG=none TEST=none by Sean Parent · 14 years ago
  74. 58fc478 Setup code review inheritance by Anush Elangovan · 14 years ago
  75. 785bc35 AU: Common code to parse simple key/value store files by Andrew de los Reyes · 14 years ago
  76. 6b78e29 Init: Start Update Engine at startup by Andrew de los Reyes · 14 years ago
  77. 7352067 AU: check after 2 min, also every 30 min. by Andrew de los Reyes · 14 years ago
  78. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  79. f98bff8 AU: Minor fixes to get it to do full update on real device by Andrew de los Reyes · 14 years ago
  80. f971443 AU: Many minor cleanup changes by Andrew de los Reyes · 14 years ago
  81. f918517 AU: Update Downloader to support our image formats. by Andrew de los Reyes · 14 years ago
  82. f4c7ef1 AU: delta compress the kernel partition by Andrew de los Reyes · 14 years ago
  83. 0cca421 AU: SplitWriter class for parsing our full update files. by Andrew de los Reyes · 14 years ago
  84. c702078 AU: FilesystemCopierAction: copy bit-exactly by Andrew de los Reyes · 14 years ago
  85. 4e9b9f4 AU: Beginnings of dbus support. by Andrew de los Reyes · 14 years ago
  86. 09e56d6 AU: Class to perform delta updates. by Andrew de los Reyes · 14 years ago
  87. 08c4e27 update engine: 32- and 64-bit compile by Andrew de los Reyes · 14 years ago
  88. b10320d AU: Delta Diff Generator by Andrew de los Reyes · 14 years ago
  89. d2135f3 AU: Bzip2 utility functions that mirror Gzip utility functions. by Andrew de los Reyes · 14 years ago
  90. 5815155 AU: Topological Sort. by Andrew de los Reyes · 14 years ago
  91. 35a7af1 AU: Cycle Breaker for directed graphs. by Andrew de los Reyes · 14 years ago
  92. 81ebcd8 AU: Tarjan's algorithm. by Andrew de los Reyes · 14 years ago
  93. b4025e6 AU: Extent Mapper class by Andrew de los Reyes · 14 years ago
  94. 0ce161b AU: Some graph types and a couple utility functions by Andrew de los Reyes · 14 years ago
  95. 8006106 AU: Extent writer utility classes by Andrew de los Reyes · 15 years ago
  96. 1e338b8 AU: Gut code for old updater. New protobuf for v2 updater. by Andrew de los Reyes · 15 years ago
  97. f2c29ec Consistently pass through PKG_CONFIG_LIBDIR environment variable by Colin Watson · 15 years ago
  98. 926d209 AU: missing file in last commit by Andrew de los Reyes · 15 years ago
  99. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  100. 970bb28 AU: Use Omaha ID rather than MAC address in delta updater by Andrew de los Reyes · 15 years ago