1. 10db8fe Support Windows builds for libartbase/libdexfile by David Sehr · 6 years ago
  2. 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
  3. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  4. 0de385f ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  5. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  6. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  7. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  8. 1979c64 Clean up include paths by David Sehr · 7 years ago
  9. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago[Renamed (97%) from runtime/zip_archive.cc]
  10. 792111c Add option for not copying dex by Mathieu Chartier · 7 years ago
  11. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  12. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  13. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  14. 0c2d3e5 ART: Hide system/core/libziparchive headers by Andreas Gampe · 7 years ago
  15. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 8 years ago
  16. 0dfc315 ART: More header cleanup - mem_map.h by Andreas Gampe · 8 years ago
  17. 271a0f8 Revert "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory"" by Igor Murashkin · 8 years ago
  18. 960b2af Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory" by Nicolas Geoffray · 8 years ago
  19. 19e5f83 runtime: Mmap uncompressed dex files (in zip) as clean memory by Igor Murashkin · 8 years ago
  20. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  21. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 9 years ago
  22. 64db62d Rename ZipEntryName to ZipString by Yusuke Sato · 10 years ago
  23. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  24. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  25. d57a84a Update ziparchive usage to the new API. by Piotr Jastrzebski · 10 years ago
  26. 0aa504b Fix ExtractToMemMap to show original zip file name in ashmem by Brian Carlstrom · 11 years ago
  27. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  28. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  29. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  30. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  31. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  32. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  33. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  34. 72fcca2 Reconcile differences between zip implementations by Kenny Root · 11 years ago
  35. afa8ff6 Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 11 years ago
  36. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  37. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/zip_archive.cc]
  38. 4922e9d Use /system/framework/framework.jar:preloaded-classes for on device dex2oat by Brian Carlstrom · 11 years ago
  39. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  40. 24edeb5 Fix some camelCase. by Elliott Hughes · 13 years ago
  41. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  42. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  43. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  44. ad6c9c3 Mac build fixes. by Elliott Hughes · 13 years ago
  45. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  46. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  47. 0dd7dda Several fixes for proper creation and use of vmap tables by Brian Carlstrom · 13 years ago
  48. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  49. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  50. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  51. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  52. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  53. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  54. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  55. 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
  56. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  57. 0024d6c Minor zip cleanups by Brian Carlstrom · 13 years ago
  58. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago
  59. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago