1. f378fff Fix parsing of shared libraries in class loader context. by Nicolas Geoffray · 7 years ago
  2. 9893c47 Add missed null check in ClassLoaderContext::VerifyClassLoaderContextMatch. by Nicolas Geoffray · 7 years ago
  3. 06af3b4 Add support for shared libaries in class loader context. by Nicolas Geoffray · 7 years ago
  4. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  5. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 7 years ago
  6. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 7 years ago
  7. 7bc8e8f Use only signed/unsigned numbers with ParseInt/ParseUint respectively by Tom Cherry · 7 years ago
  8. f941170 ART: Remove utils.h's ParseUint & ParseInt by Andreas Gampe · 7 years ago
  9. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 7 years ago
  10. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 7 years ago
  11. d8860b4 Do not load app image for class collisions by Vladimir Marko · 7 years ago
  12. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  13. c444077 Add arg for overwriting class loader class path by Mathieu Chartier · 7 years ago
  14. f5abfc4 Add stored class loader context option by Mathieu Chartier · 7 years ago
  15. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 8 years ago
  16. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  17. 06ffecf Don't add a '/' if it's already there. by Nicolas Geoffray · 8 years ago
  18. 92003fe Revert "Use real locations when opening dex files from the context" by Calin Juravle · 8 years ago
  19. e875f4c Don't verify dex file when the runtime is in NoVerify mode. by Nicolas Geoffray · 8 years ago
  20. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 8 years ago
  21. 79c87da Add DexFileLoader class by Mathieu Chartier · 8 years ago
  22. 91842ae Lower PLOG(ERROR) to PLOG(WARNING) if unable to find realpath by Alex Light · 8 years ago
  23. c5b215f Update the context classpath after the dex files are opened. by Calin Juravle · 8 years ago
  24. d25c915 Merge "Fix context verification for relative dependencies" by Calin Juravle · 8 years ago
  25. 1e96a5d Fix context verification for relative dependencies by Calin Juravle · 8 years ago
  26. 7252738 ART: Don't prepend '/' if classpath_dir is empty by Andreas Gampe · 8 years ago
  27. 821a259 Use real locations when opening dex files from the context by Calin Juravle · 8 years ago
  28. 1991589 Revert "Revert "Stop using the runtime classpath in dex2oat"" by Calin Juravle · 8 years ago
  29. 053a84b Revert "Stop using the runtime classpath in dex2oat" by Calin Juravle · 8 years ago
  30. 84f82b9 Stop using the runtime classpath in dex2oat by Calin Juravle · 8 years ago
  31. 27e0d1f Pass the class loader context to dex2oat when optimizing at runtime by Calin Juravle · 8 years ago
  32. c932707 Merge "ART: Add more logging to ClassLoaderContext mismatches" by Treehugger Robot · 8 years ago
  33. 7d0f81c ART: Add more logging to ClassLoaderContext mismatches by Andreas Gampe · 8 years ago
  34. 1a509c8 Be prepared to handle empty class loader contexts by Calin Juravle · 8 years ago
  35. 41acdc1 Fix the default ownership of dex files in ClassLoaderContext by Calin Juravle · 8 years ago
  36. c79470d Allow dex2oat to create a full class loader context by Calin Juravle · 8 years ago
  37. 3f91864 Verify the class loader context when loading oat files by Calin Juravle · 8 years ago
  38. 57d0acc Create a class loader context starting from an existing ClassLoader by Calin Juravle · 8 years ago
  39. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 8 years ago
  40. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 8 years ago