1. aa4497d Improve dex location canonicalization-related performance. by Vladimir Marko · 10 years ago
  2. 61281dc Fix GetDexCanonicalLocation test for relative paths. by Calin Juravle · 10 years ago
  3. 4e1d579 Use canonical paths when searching for dex files by Calin Juravle · 10 years ago
  4. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  5. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  6. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  7. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  8. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  9. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  10. 1449f1d am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  11. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  12. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  13. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 11 years ago
  14. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  15. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/dex_file_test.cc]
  16. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  17. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 12 years ago
  18. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  19. 4d6850c Fix the handful of leaks detectable in our tests. by Elliott Hughes · 13 years ago
  20. 9b1a4f4 Refactor testing to use dex file find routines. by Ian Rogers · 13 years ago
  21. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  22. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  23. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 13 years ago
  24. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  25. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  26. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  27. 0c424cb Switch CreateMethodDescriptor over to std::string to avoid memory leaks. by Elliott Hughes · 13 years ago
  28. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  29. e0fc0ef Fix a few more scoped_ptr/scoped_array confusions, and stop tring to optimistically load non-existent .dex files. by Elliott Hughes · 13 years ago
  30. 419ec7b Materialize method descriptors when instantiating method objects. by Carl Shapiro · 13 years ago
  31. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  32. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 13 years ago
  33. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  34. cdc8de4 Move base64 to test code by Brian Carlstrom · 13 years ago
  35. a331b3c New ClassLinker::CreateArrayClass by Brian Carlstrom · 13 years ago
  36. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 13 years ago
  37. 565f507 Initialize primitive type classes during linker initialization. by Carl Shapiro · 13 years ago
  38. 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago
  39. 80d4dde Allow raw dex files to be read from arrays of base64 encoded bytes. by Carl Shapiro · 13 years ago
  40. 3ee755d Complete support for loading classes from a DEX file. by Carl Shapiro · 13 years ago
  41. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago