1. 020600d update_engine: Use C++11 range-based for loop when possible. by Alex Deymo · 11 years ago
  2. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 11 years ago
  3. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 11 years ago
  4. 97b6f5a update_engine: remove gflags dependency by Steve Fung · 11 years ago
  5. 4a444ae update_engine: Limit bsdiff to 200 MiB files. by Alex Deymo · 11 years ago
  6. a77939e update_engine: Use utils::FileSize when finding the size of a file. by Gabe Black · 11 years ago
  7. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 11 years ago
  8. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 11 years ago
  9. 05735a1 update_engine: Include base/macros.h instead of base/basictypes.h by Ben Chan · 11 years ago
  10. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 11 years ago
  11. 157fe30 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 11 years ago
  12. 5d52780 update_engine: Move ext2 tools to its own file in payload_generator. by Alex Deymo · 11 years ago
  13. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 11 years ago
  14. 923d8fa update_engine: Split payload signing and verification. by Alex Deymo · 11 years ago
  15. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 11 years ago
  16. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 11 years ago
  17. bc91a27 Replace std::tr1::shared_ptr by std::shared_ptr. by Alex Deymo · 11 years ago
  18. 7dc4c50 Move IsDir() to utils. by Alex Deymo · 11 years ago
  19. 1f02371 Add usage message to the delta_generator by Alex Deymo · 11 years ago
  20. 161c4a1 Move payload generator files to payload_generator/ directory. by Alex Deymo · 11 years ago