1. 3134998 Enforce class definition ordering rules in v37 Dex files. by Roland Levillain · 8 years ago
  2. 77143f7 Revert "Reject classes inheriting from themselves directly or transitively." by Nicolas Geoffray · 8 years ago
  3. 9de98ef Reject classes inheriting from themselves directly or transitively. by Roland Levillain · 8 years ago
  4. d6bcae6 Fix ProtoId ordering check in DexFileVerifier. by Vladimir Marko · 8 years ago
  5. fd175b1 Fix index checks for error strings in DexFileVerifier. by Vladimir Marko · 8 years ago
  6. 8d8118a Make <clinit> verification stronger for v37+. by Alex Light · 8 years ago
  7. f0fe04c Allow private methods in interfaces. by Alex Light · 8 years ago
  8. 565bc96 Fix issued with non-public interface methods. by Alex Light · 8 years ago
  9. 76ed99d ART: Postpone interface-related dex failure to version 37 by Andreas Gampe · 8 years ago
  10. b512c0e ART: Check alignment of section offsets by Andreas Gampe · 8 years ago
  11. c9f0ba1 ART: Give better error messages in dex-file verifier by Andreas Gampe · 8 years ago
  12. 9724c63 Enable interface default methods by default. by Neil Fuller · 8 years ago
  13. 97b1135 ART: Weaken dex file verifier abstract check by Andreas Gampe · 9 years ago
  14. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 9 years ago
  15. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  16. 1a97357 ART: Narrow parameter types. by Andreas Gampe · 9 years ago
  17. e6215c0 ART: Move access flags checking to dex file verifier by Andreas Gampe · 9 years ago
  18. 6a8df53 ART: Fix DexFileVerifier try_items OoO validation by Anestis Bechtsoudis · 9 years ago
  19. ec96923 Make dex file verifier check that indexes are increasing. by Jeff Hao · 9 years ago
  20. a574b0e Make dex file verifier check for dups between direct and virtual methods. by Jeff Hao · 9 years ago
  21. dd3208d ART: Fix DBG_START_LOCAL verification. by Logan Chien · 9 years ago
  22. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  23. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  24. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  25. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  26. d4ae41f ART: Tighten verifier list reading and offsets by Andreas Gampe · 10 years ago
  27. b061cc1 ART: Fix typo by Andreas Gampe · 10 years ago
  28. 31a7a0c ART: Fix dex file verifier type-list handling by Andreas Gampe · 10 years ago
  29. 0ba238d ART: Check for duplicate class definitions in dex file verifier by Andreas Gampe · 10 years ago
  30. ca90654 Merge "ART: Improve overflow detection in dex file verifier" by Andreas Gampe · 10 years ago
  31. 50d1bc1 ART: Improve overflow detection in dex file verifier by Andreas Gampe · 10 years ago
  32. acc2bb6 ART: Fail dex file verification on invalid access flags by Andreas Gampe · 10 years ago
  33. bb836e1 ART: Dex file verifier can't blindly use GetDescriptor by Andreas Gampe · 10 years ago
  34. 5e31dda ART: Clean up DexFile verifier API by Andreas Gampe · 10 years ago
  35. df10b32 ART: Dex file verifier needs to check proto idx of method id. by Andreas Gampe · 10 years ago
  36. c936622 Merge "ART: Check indices in dex file verifier" by Andreas Gampe · 10 years ago
  37. e3d5581 Fix host Mac build. by Ian Rogers · 10 years ago
  38. e09269c ART: Check indices in dex file verifier by Andreas Gampe · 10 years ago
  39. c647564 Workaround apparent clang compilation issue by Brian Carlstrom · 10 years ago
  40. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  41. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  42. 8a6bbfc 64bit cleanliness for the dex file verifier. by Ian Rogers · 10 years ago
  43. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  44. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  45. a672490 Move hot utf routines into -inl.h. by Ian Rogers · 11 years ago
  46. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  47. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  48. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/dex_file_verifier.cc]
  49. 2b87ddf Elision of checks optimization. by Dragos Sbirlea · 11 years ago
  50. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  51. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  52. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  53. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  54. ee0fa76 Don't use variable-length arrays. by Elliott Hughes · 12 years ago
  55. f6174e8 Fix to prevent a dex file from being verified multiple times. by jeffhao · 12 years ago
  56. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  57. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 12 years ago
  58. 10037c8 Added pass to verify structure of dex file. by jeffhao · 12 years ago