1. ac41a82 Set default updater URL and version per platform. by Alex Deymo · 10 years ago
  2. d5561a5 Add Android.mk for update_engine targets. by Alex Deymo · 10 years ago
  3. 262c7be Remove Chrome OS specific verity_utils module. by Alex Deymo · 10 years ago
  4. 40d86b2 Make Hardware class platform specific. by Alex Deymo · 10 years ago
  5. 6f20dd4 Fix includes and DBus headers to build on Android. by Alex Deymo · 10 years ago
  6. d6deb1d Use installed DBus libraries instead of generating them. by Alex Deymo · 10 years ago
  7. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 10 years ago
  8. 8a7d0ca Rename DBus adaptor .xml file to .dbus-xml by Alex Deymo · 10 years ago
  9. a7a34d8 Build update_engine from the new directory path. by Alex Deymo · 10 years ago
  10. 2b730d7 Fix cros_workon_make for update_engine. by Alex Deymo · 10 years ago
  11. b8803bb Split DBus client proxies into separated headers. by Alex Deymo · 10 years ago
  12. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  13. d2956cc update_engine: Split DBus client proxies to a library. by Alex Deymo · 10 years ago
  14. f7feb23 update_engine: libupdate_engine depends on dbus-proxies action. by Alex Deymo · 10 years ago
  15. 04ef207 update_engine: Upload sample images for testing. by Alex Deymo · 10 years ago
  16. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 10 years ago
  17. 3053450 update_engine: Switch to chrome-dbus for client requests in update_engine by Alex Deymo · 10 years ago
  18. b7ca096 update_engine: Migrate UE DBus service to chrome DBus bindings. by Alex Deymo · 11 years ago
  19. 8cc502d update_engine: Change OperationsGenerator to use BlobFileWriter by Sen Jiang · 10 years ago
  20. 7fad7b7 update_engine: Replace gthread with libchrome equivalents. by Alex Deymo · 10 years ago
  21. f006135 update_engine: Handle moved and zero blocks in payload generation. by Alex Deymo · 10 years ago
  22. 80efdf4 Add libchromeos-glib for glib dependencies by Christopher Wiley · 10 years ago
  23. 20c9920 update_engine: Remove libgio usage from FilesystemVerifierAction. by Alex Deymo · 10 years ago
  24. 2e9533b update_engine: Expose the update_engine.conf in the FilesystemInterface. by Alex Deymo · 10 years ago
  25. 1415857 update_engine: Split delta_diff_generator file. by Alex Deymo · 10 years ago
  26. 72aa002 update_engine: Migrate update_engine_client to chrome DBus bindings. by Alex Deymo · 10 years ago
  27. 509dd53 update_engine: Convert update_manager to chromeos::MessageLoop. by Alex Deymo · 10 years ago
  28. 1beda78 update_engine: Remove unused IsIdempotentOperation(). by Alex Deymo · 10 years ago
  29. 6b9e38e update_engine: Use the FilesystemInterface to generate deltas. by Alex Deymo · 10 years ago
  30. 2b19cfb update_engine: Introduce FilesystemInterface abstraction. by Alex Deymo · 10 years ago
  31. 5c6c655 update_engine: Split Extent utils from graph_utils. by Alex Deymo · 10 years ago
  32. c31e4a7 update_engine: drop SYSROOT checks by Mike Frysinger · 10 years ago
  33. eb9e6d8 update_engine: Remove copy from source to destination partition. by Allie Wood · 10 years ago
  34. 85ed2c6 delete __STDC_{FORMAT,LIMIT}_MACROS by Mike Frysinger · 10 years ago
  35. 82eee80 common-mk: enable LFS by default by Mike Frysinger · 10 years ago
  36. 477aec2 update_engine: Refactor OperationsGenerator into a base class. by Alex Deymo · 10 years ago
  37. a26432a update_engine: Use the rootfs size specified by verity. by Alex Deymo · 10 years ago
  38. 9b244df update_engine: Refactor operation generation methods. by Alex Deymo · 10 years ago
  39. f1cbe17 update_engine: Refactor payload generation request args in a class. by Alex Deymo · 10 years ago
  40. 08d4931 update_engine: fixes to use chromeos-dbus-bindings generation by Timothy Jennison · 10 years ago
  41. cd514b5 update_engine: Refactor inplace payload generator algorithm code. by Allie Wood · 10 years ago
  42. f1d582e update_engine: Add MtdFileDescriptor and UbiFileDescriptor by Nam T. Nguyen · 11 years ago
  43. fc144e6 update_engine: Move -Wnon-virtual-dtor to CC flags by Nam T. Nguyen · 11 years ago
  44. e894870 update_engine: Enforce virtual destructors on virtual classes. by Alex Deymo · 11 years ago
  45. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 11 years ago
  46. 97b6f5a update_engine: remove gflags dependency by Steve Fung · 11 years ago
  47. 2b4e2a5 Move KeyValueStore to libchromeos by Alex Deymo · 11 years ago
  48. b8f16a1 update_engine: Replace libprotobuf with protobuf-lite. by Alex Deymo · 11 years ago
  49. ec7f916 update_engine: Ditch UpdateCheckScheduler, use UpdateCheckAllowed instead. by Gilad Arnold · 11 years ago
  50. 5b2a5e8 platform2: move --std=gnu++11 flag to common-mk/common.gypi by Alex Vakulenko · 11 years ago
  51. e8ed863 update_engine: port from libxml2 to expat. by David Zeuthen · 11 years ago
  52. 44666f9 update_engine: Remove dependency on libupdate_engine from the client. by Alex Deymo · 11 years ago
  53. a23e408 update_engine: UM: Make DefaultPolicy::UpdateCheckAllowed stateful. by Gilad Arnold · 11 years ago
  54. 5d52780 update_engine: Move ext2 tools to its own file in payload_generator. by Alex Deymo · 11 years ago
  55. 7504e5f update_engine: Split libupdate_engine in server and client side code. by Alex Deymo · 11 years ago
  56. 923d8fa update_engine: Split payload signing and verification. by Alex Deymo · 11 years ago
  57. 719bfff update_engine: Migrate build system to gyp. by Alex Deymo · 11 years ago
  58. 5611237 Revert "update_engine: Migrate build system to gyp." by Chun-ta Lin · 11 years ago
  59. 3473d20 update_engine: Migrate build system to gyp. by Alex Deymo · 11 years ago