1. 140c5d1 Add FdFile::Compare by Mathieu Chartier · 9 years ago
  2. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 9 years ago
  3. eda7d3d FdFile: fix operator=(FdFile&&) by Narayan Kamath · 9 years ago
  4. 497d526 Handle RawData case for DexLayout by Mathieu Chartier · 9 years ago
  5. 550c589 ART: Add Unlink to FdFile by Andreas Gampe · 10 years ago
  6. 3fec9ac ART: Use libbase logging by Andreas Gampe · 10 years ago
  7. b64decd Fix setting FdFile::ReadOnlyMode() flag by David Brazdil · 10 years ago
  8. df87892 ART: Add FdFile constructors by Andreas Gampe · 11 years ago
  9. 6f6b134 Use PwriteFully and write image header last by Mathieu Chartier · 10 years ago
  10. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 10 years ago
  11. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 10 years ago
  12. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 10 years ago
  13. 877fd96 Improve profile processing by Calin Juravle · 10 years ago
  14. 5096e66 ART: Add FdFile::Copy() to copy data from another file. by Vladimir Marko · 11 years ago
  15. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 11 years ago
  16. 72133ad Fix alloc-dealloc-mismatch (new[] vs delete) in tests. by Evgenii Stepanov · 11 years ago
  17. 6a887d6 Stop wrapping close(2) with TEMP_FAILURE_RETRY in art. by Elliott Hughes · 11 years ago
  18. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 12 years ago
  19. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 12 years ago
  20. 14317f0 Remove unused headers. by Ian Rogers · 12 years ago
  21. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 12 years ago
  22. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 12 years ago
  23. c7dd295 Tidy up logging. by Ian Rogers · 12 years ago
  24. 7747c8d ART: Remove test files after test by Andreas Gampe · 12 years ago
  25. 825201e ART: ReadFully needs to fail when EOF by Andreas Gampe · 12 years ago
  26. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 12 years ago
  27. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 12 years ago
  28. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 12 years ago
  29. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 12 years ago
  30. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  31. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 13 years ago
  32. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 13 years ago
  33. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 13 years ago
  34. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago