1. 55c4f9b Include IMGDIFF operation in minor version 4 or up. by Sen Jiang · 8 years ago
  2. 98e691c New "properties" sub-command to export payload properties. by Alex Deymo · 8 years ago
  3. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  4. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 9 years ago
  5. 05feee0 delta_generator: Include postinstall calls in the payload major version 2. by Sen Jiang · 9 years ago
  6. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  7. 644f618 delta_generator: Include metadata signature in major version 2. by Sen Jiang · 9 years ago
  8. 720df3e Skip metadata signature when hashing payload in major version 2. by Sen Jiang · 9 years ago
  9. aef1c6f PayloadVerifier should not depend on DeltaPerformer to load payload. by Sen Jiang · 9 years ago
  10. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  11. 25fbdf8 Merge "delta_generator: Add --out_metadata_size_file flag." by Sen Jiang · 9 years ago
  12. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 9 years ago
  13. d8ae872 delta_generator: Add --out_metadata_size_file flag. by Sen Jiang · 9 years ago
  14. 5df6836 delta_generator: Accept a list of partitions in the command line. by Sen Jiang · 9 years ago
  15. 981eb11 Support multiple partitions in ImageConfig by Sen Jiang · 9 years ago
  16. b552a68 Check all signatures regardless of the version. by Alex Deymo · 9 years ago
  17. cbf0989 Include the major version in update_engine.conf by Alex Deymo · 9 years ago
  18. ef366e1 delta_generator: Accept --metadata_signature_file flag. by Alex Deymo · 9 years ago
  19. 262c7be Remove Chrome OS specific verity_utils module. by Alex Deymo · 9 years ago
  20. 46e9b17 Add major_version flag in delta_generator. by Sen Jiang · 9 years ago
  21. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  22. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 9 years ago
  23. 461b259 update_engine: Use libchromeos to launch subprocesses. by Alex Deymo · 9 years ago
  24. 7fad7b7 update_engine: Replace gthread with libchrome equivalents. by Alex Deymo · 9 years ago
  25. cfe8c15 update_engine: Set a sane chunk_size default. by Alex Deymo · 9 years ago
  26. 2d3b2d6 update_engine: Implement soft/hard chunk size limits. by Alex Deymo · 9 years ago
  27. 56a088e update_engine: Remove deprecated flags. by Alex Deymo · 9 years ago
  28. b42b98d update_engine: Load minor_version from the FilesystemInterface. by Alex Deymo · 9 years ago
  29. 1415857 update_engine: Split delta_diff_generator file. by Alex Deymo · 9 years ago
  30. 8e66534 Revert "update_engine: Change the default chunk_size to 200MB" by Alex Deymo · 9 years ago
  31. 2b6b1db update_engine: Change the default chunk_size to 200MB by Kevin Cernekee · 9 years ago
  32. 35589c2 update_engine: Remove rootfs_mountpt from ImageConfig. by Alex Deymo · 9 years ago
  33. b96ecda platform2: Explicitly use base:: namespace with CommandLine by Alex Vakulenko · 9 years ago
  34. 477aec2 update_engine: Refactor OperationsGenerator into a base class. by Alex Deymo · 9 years ago
  35. de942f3 update_engine: Generate valid delta files for squashfs. by Alex Deymo · 9 years ago
  36. a26432a update_engine: Use the rootfs size specified by verity. by Alex Deymo · 9 years ago
  37. 9b244df update_engine: Refactor operation generation methods. by Alex Deymo · 9 years ago
  38. f1cbe17 update_engine: Refactor payload generation request args in a class. by Alex Deymo · 9 years ago
  39. fffd23e update_engine: Payload generator emits SOURCE_COPY and SOURCE_BSDIFF ops. by Allie Wood · 9 years ago
  40. 425aa97 update_engine: Changes to delta minor version detection by Allie Wood · 9 years ago
  41. 78750a4 update_engine: Detect supported minor version from conf file. by Allie Wood · 9 years ago
  42. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 9 years ago
  43. b8ccad0 update_engine: Add command line option for payload minor version. by Allie Wood · 9 years ago
  44. 020600d update_engine: Use C++11 range-based for loop when possible. by Alex Deymo · 10 years ago
  45. 97b6f5a update_engine: remove gflags dependency by Steve Fung · 10 years ago
  46. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 10 years ago
  47. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  48. 923d8fa update_engine: Split payload signing and verification. by Alex Deymo · 10 years ago
  49. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  50. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  51. 7dc4c50 Move IsDir() to utils. by Alex Deymo · 10 years ago
  52. 1f02371 Add usage message to the delta_generator by Alex Deymo · 10 years ago
  53. 161c4a1 Move payload generator files to payload_generator/ directory. by Alex Deymo · 10 years ago[Renamed (99%) from generate_delta_main.cc]
  54. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  55. c2e9f5f Delta generator can create payload and metadata hashes in one run. by Don Garrett · 11 years ago
  56. 60fc59c Correctly parse old ImageInfo command line arguments. by Don Garrett · 11 years ago
  57. 46bf5c8 Remove unnecessary call to the deprecated g_thread_init(). by Ben Chan · 11 years ago
  58. 0dd3985 Add human friendly payload information to the manifest. by Don Garrett · 11 years ago
  59. d5ae156 Allow callers to override the default partition size. by Chris Sosa · 11 years ago
  60. 8e447e0 AU: Optionally limit the size of delta update operations. by Darin Petkov · 11 years ago
  61. 738fdf3 Make hash checks mandatory for HTTP downloads. by Jay Srinivasan · 12 years ago
  62. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 12 years ago
  63. f431870 Support needed for generating metadata signature in paygen by Jay Srinivasan · 12 years ago
  64. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 12 years ago
  65. c24e3f3 Support for signing with multiple signature files, key sizes. by Andrew de los Reyes · 13 years ago
  66. d903c3b [update_engine] Roll forward to new libchrome by Chris Masone · 13 years ago
  67. c7c19cd Return bad exit code when we fail to generate an update. by Chris Sosa · 13 years ago
  68. adb3cef AU: Support signed payload verification through the delta generator. by Darin Petkov · 14 years ago
  69. da8c136 AU: Add options to delta_generator to hash and sign generated payloads. by Darin Petkov · 14 years ago
  70. 3aefa86 AU: Split applied update verification into a separate step. by Darin Petkov · 14 years ago
  71. 89f17be AU: When applying delta locally, get source checksums by Andrew de los Reyes · 14 years ago
  72. 68c10d1 AU: Really delta compress the kernel if an old kernel is provided. by Darin Petkov · 14 years ago
  73. 9b23057 AU: Resume interrupted update attempts. by Darin Petkov · 14 years ago
  74. 9c0baf8 AU: Catch terminate signals and block exit if necessary. by Darin Petkov · 14 years ago
  75. 27f7d37 AU: support for generating new style full updates. by Andrew de los Reyes · 14 years ago
  76. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  77. 932bc4c AU: Sign delta payloads by Andrew de los Reyes · 14 years ago
  78. 21ab31c AU: Cut cycles even more aggressively, log progress of cutting by Andrew de los Reyes · 14 years ago
  79. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
  80. f4c7ef1 AU: delta compress the kernel partition by Andrew de los Reyes · 14 years ago
  81. 09e56d6 AU: Class to perform delta updates. by Andrew de los Reyes · 14 years ago
  82. b10320d AU: Delta Diff Generator by Andrew de los Reyes · 14 years ago
  83. 1e338b8 AU: Gut code for old updater. New protobuf for v2 updater. by Andrew de los Reyes · 15 years ago
  84. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  85. 3defe6a Missed new files in last commit by adlr@google.com · 15 years ago