1. 9b244df update_engine: Refactor operation generation methods. by Alex Deymo · 9 years ago
  2. f1cbe17 update_engine: Refactor payload generation request args in a class. by Alex Deymo · 9 years ago
  3. 1f93d03 update_engine: Make dd less verbose. by Alex Deymo · 9 years ago
  4. fffd23e update_engine: Payload generator emits SOURCE_COPY and SOURCE_BSDIFF ops. by Allie Wood · 9 years ago
  5. cd514b5 update_engine: Refactor inplace payload generator algorithm code. by Allie Wood · 9 years ago
  6. 3283a55 update_engine: Add new operation codes for a to b operations by Allie Wood · 9 years ago
  7. 425aa97 update_engine: Changes to delta minor version detection by Allie Wood · 9 years ago
  8. 78750a4 update_engine: Detect supported minor version from conf file. by Allie Wood · 9 years ago
  9. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 9 years ago
  10. 981a9fb platform2: Switch over to using base64 functions from libchromeos by Alex Vakulenko · 9 years ago
  11. b8ccad0 update_engine: Add command line option for payload minor version. by Allie Wood · 9 years ago
  12. 063181c update_engine: Fix delta generator mishandling of unchanged blocks. by Gilad Arnold · 9 years ago
  13. a461fc3 update_engine: Used brace initialization instead of ad-hoc function. by Alex Deymo · 10 years ago
  14. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  15. aab50e3 Include the implemented header first in all projects. by Alex Deymo · 10 years ago
  16. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  17. 020600d update_engine: Use C++11 range-based for loop when possible. by Alex Deymo · 10 years ago
  18. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  19. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  20. 97b6f5a update_engine: remove gflags dependency by Steve Fung · 10 years ago
  21. 4a444ae update_engine: Limit bsdiff to 200 MiB files. by Alex Deymo · 10 years ago
  22. a77939e update_engine: Use utils::FileSize when finding the size of a file. by Gabe Black · 10 years ago
  23. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 10 years ago
  24. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  25. 05735a1 update_engine: Include base/macros.h instead of base/basictypes.h by Ben Chan · 10 years ago
  26. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  27. 157fe30 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 10 years ago
  28. 5d52780 update_engine: Move ext2 tools to its own file in payload_generator. by Alex Deymo · 10 years ago
  29. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 10 years ago
  30. 923d8fa update_engine: Split payload signing and verification. by Alex Deymo · 10 years ago
  31. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  32. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  33. bc91a27 Replace std::tr1::shared_ptr by std::shared_ptr. by Alex Deymo · 10 years ago
  34. 7dc4c50 Move IsDir() to utils. by Alex Deymo · 10 years ago
  35. 1f02371 Add usage message to the delta_generator by Alex Deymo · 10 years ago
  36. 161c4a1 Move payload generator files to payload_generator/ directory. by Alex Deymo · 10 years ago