1. 1ade74c Remove unused dependency on libutils. by Martin Stjernholm · 6 years ago
  2. 9912893 Remove unused libnativehelper include. by Orion Hodson · 6 years ago
  3. ea2a4f6 dexdump: Expand version check to allow 039 DEX files by Orion Hodson · 6 years ago
  4. 8bc7e2e Merge "libdex: Enable -Wimplicit-fallthrough" by Treehugger Robot · 6 years ago
  5. 819d136 libdex: Enable -Wimplicit-fallthrough by George Burgess IV · 6 years ago
  6. 3d67b1f Remove reference to external/safe-iop from Android.bp. by Elliott Hughes · 6 years ago
  7. eb58278 Move libdex off safe-iop. by Elliott Hughes · 6 years ago
  8. 0ee8ce2 Deprecate <cutils/log.h> and <utils/Log.h> by Logan Chien · 6 years ago
  9. 1e37fb6 Suppress unused parameter warnings with clang+mingw by Dan Willemsen · 7 years ago
  10. 9b7b2c6 Dalvik: remove compiler warning suppressions by Orion Hodson · 7 years ago
  11. ba366f8 Merge "Use -Werror in dalvik" by Chih-hung Hsieh · 7 years ago
  12. c60c2e0 Use -Werror in dalvik by Chih-Hung Hsieh · 7 years ago
  13. 766a678 New bytecodes for constant-method-{handle,type} by Orion Hodson · 7 years ago
  14. f833a32 Convert dexdump/libdex/hprof-conv to Android.bp by Dan Willemsen · 7 years ago
  15. a6b2b42 dalvik: use proper nativehelper headers by Steven Moreland · 7 years ago
  16. 03a41e0 Fix missing receiver type information in invoke-custom by Orion Hodson · 8 years ago
  17. fa5e510 Add support invoke-custom to dexdump by Orion Hodson · 8 years ago
  18. ab9e85c Add support invoke-polymorphic to dexdump by Orion Hodson · 8 years ago
  19. e93baa3 Reject any length mismatch, not trying to be nice and proceed. by Aart Bik · 8 years ago
  20. bbf7059 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  21. 170e458 Replace libziparchive-host with libziparchive by Colin Cross · 8 years ago
  22. 65cae55 Fix misc-macro-parentheses warnings in dalvik. by Chih-Hung Hsieh · 8 years ago
  23. f23d879 Fix resource leaks. by Aart Bik · 8 years ago
  24. 9ae0f25 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 8 years ago
  25. 21a1b44 Fix infamous 0d0a bug on Windows by not opening file binary. by Aart Bik · 8 years ago
  26. 1916535 Merge "Fix potential buffer overrun." by Aart Bik · 9 years ago
  27. a650289 Fix potential buffer overrun. by Aart Bik · 9 years ago
  28. 03a551d Bug fix for segfault on reading bytecode with dexdump. by Aart Bik · 9 years ago
  29. 5c391cc Add support for dex version 37 in libdex. by Alex Light · 9 years ago
  30. e69cc41 Fix compiler warning on ptr size vs unsigned. by Aart Bik · 9 years ago
  31. 5b1d242 Remove USE_MINGW, whitelist modules for windows by Dan Willemsen · 9 years ago
  32. 1a65052 Revert "Remove libdex (including dexdump/list)." by Aart Bik · 9 years ago
  33. 48a66c5 Remove libdex (including dexdump/list). by Aart Bik · 9 years ago
  34. 67a6959 Rename ZipEntryName to ZipString by Yusuke Sato · 9 years ago
  35. 3c0dc49 Fix for data type mismatch which confuses safemul. by Aart Bik · 9 years ago
  36. 5907fbc Use gnu++11 instead of c++11. by Dan Albert · 10 years ago
  37. 50e2a58 Clean up some dead dalvik cruft. by Elliott Hughes · 10 years ago
  38. 6dff1dc kill HAVE_POSIX_FILEMAP by Yabin Cui · 10 years ago
  39. dc43b33 Make the rest of libdex and dexdump LOCAL_32_BIT_ONLY by Brian Carlstrom · 10 years ago
  40. 2e2f03c Update ziparchive usage to the new API. by Piotr Jastrzebski · 10 years ago
  41. 0e2282b Merge "Clean-up some compiler warning messages." by Ian Rogers · 10 years ago
  42. 7d765f1 Fix Windows SDK build by Brian Carlstrom · 10 years ago
  43. cc54b98 Add .../dalvik-cache/<isa> directory creation for art/run-test --dalvik support by Brian Carlstrom · 10 years ago
  44. 0f75403 Clean-up some compiler warning messages. by Ian Rogers · 10 years ago
  45. e4e5d8c Define kInstructionSet for x86-64 and arm64. by Ian Rogers · 10 years ago
  46. 44e824d Track package manager changes for arch specific dexopt. by Narayan Kamath · 10 years ago
  47. 93a264e dalvik: let 32-bit dalvik build on multilib targets by Colin Cross · 11 years ago
  48. 1506726 Fix a few bugs introduced by the move to zip_archive. by Narayan Kamath · 11 years ago
  49. 39e8b7e Revert "Revert "Use libziparchive for dalvik zip processing."" by Narayan Kamath · 11 years ago
  50. 0e216ea Merge "Ignore invalid access flags." into klp-dev by Jeff Hao · 11 years ago
  51. dfec26e Fix mac sdk build by Kenny Root · 11 years ago
  52. 386a7f3 Reconcile differences between zip implementations by Kenny Root · 11 years ago
  53. 4b44ea2 Ignore invalid access flags. by Elliott Hughes · 11 years ago
  54. 6f4dda1 add static dependency on liblog by Colin Cross · 11 years ago
  55. 9275963 Merge "Move verification of class access flags to libdex" by Elliott Hughes · 11 years ago
  56. c2e9a5b Move verification of class access flags to libdex by Ben Gruver · 11 years ago
  57. dc7f63d Fix bad whitespace alignment from LOGW to ALOGW change by Brian Carlstrom · 11 years ago
  58. 62018a6 Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES by Brian Carlstrom · 11 years ago
  59. bbe8cb5 Remove dead code. by Elliott Hughes · 12 years ago
  60. 4f29f30 Fix Method.getParameterAnnotations. by Elliott Hughes · 12 years ago
  61. b210a9f Use uintptr_t for cast pointer to integer. by SangWook Han · 12 years ago
  62. 728c403 am 6353fe2f: am 2a3cc744: Merge "Set SYSTEM_PAGE_SIZE from PAGE_SHIFT" by Elliott Hughes · 13 years ago
  63. 356839b Set SYSTEM_PAGE_SIZE from PAGE_SHIFT by Chris Dearman · 13 years ago
  64. c1a4ab9 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  65. e8e1ddc Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  66. 4308417 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  67. ab35b50 Remove unsupported experimental opcodes. by Elliott Hughes · 13 years ago
  68. 062bf50 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  69. 92c1f6f Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  70. d48cf5c Fix memory leak in mapCentralDirectory. Bug: 4984352 by Jeff Brown · 13 years ago
  71. 375fb11 Normalize the include guard style. by Carl Shapiro · 13 years ago
  72. 6f9edbe Add some error checking and clean out some cruft. by Dan Bornstein · 13 years ago
  73. 6f3c21f More LOG newline cleanup. by Dan Bornstein · 13 years ago
  74. 291c84f Prefer printf format "%#x" over "0x%x". by Dan Bornstein · 13 years ago
  75. 614dca3 Conservation of newlines in libdex. by Dan Bornstein · 13 years ago
  76. 9fdbd91 Update dex file magic number. by Dan Bornstein · 13 years ago
  77. bbf31b5 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 13 years ago
  78. bfc9799 Make libdex structures tool friendly. by Carl Shapiro · 13 years ago
  79. a70a3d8 Compile libdex as C++. by Dan Bornstein · 14 years ago
  80. db0c954 Convert the internal and in-line natives to C++. by Carl Shapiro · 14 years ago
  81. ae188c6 Compile the garbage collector and heap profiler as C++. by Carl Shapiro · 14 years ago
  82. c99fe6d Optimize annotations. by Jesse Wilson · 14 years ago
  83. 1a777d2 Add a missing strings.h include for strcasecmp. by Carl Shapiro · 14 years ago
  84. 3475f9c Move finalization out of the VM. by Carl Shapiro · 14 years ago
  85. 1553988 Clarify a comment. by Dan Bornstein · 14 years ago
  86. a9c49df Clean up how primitive types are handled. by Dan Bornstein · 14 years ago
  87. 9dfc114 Merge "Add volatile/jumbo opcodes" into dalvik-dev by Andy McFadden · 14 years ago
  88. 24bd4c5 Add volatile/jumbo opcodes by Andy McFadden · 14 years ago
  89. 9ea32b0 A bit of libdex spring cleaning. by Dan Bornstein · 14 years ago
  90. d4bd92b Better class name validation. by Dan Bornstein · 14 years ago
  91. 57fd399 Low-level support for in-memory DEX by Andy McFadden · 14 years ago
  92. d31fab3 am bf0cce6d: Fix build. by Raphael · 14 years ago
  93. 65a6bfb am b3086d3b: am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode." by Raphael Moll · 14 years ago
  94. bf0cce6 Fix build. by Raphael · 14 years ago
  95. 0346e9d Change invoke-object-init to /range form by Andy McFadden · 14 years ago
  96. b3086d3 am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode." by Raphael Moll · 14 years ago
  97. 0c91e9d am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode." by Raphael Moll · 14 years ago
  98. 7514403 Add new comparator function. by Dan Bornstein · 14 years ago
  99. 46bc467 Add new comparator function. by Dan Bornstein · 14 years ago
  100. 5a023aa am 5945bc11: Merge "Optimize Class.getMethod() by loading only one method." by Jesse Wilson · 14 years ago