1. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
  2. ecaf7d1 Fix double close in dex2oat when BCP is passed as FDs by Victor Hsieh · 3 years, 7 months ago
  3. 9e4b42a Refactor vdex file writing. by Vladimir Marko · 4 years, 8 months ago
  4. 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
  5. 35f31c6 Change ZipArchiveHandle from void* to ZipArchive* by Ryan Prichard · 6 years ago
  6. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  7. 1979c64 Clean up include paths by David Sehr · 7 years ago
  8. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago[Renamed (94%) from runtime/zip_archive.h]
  9. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  10. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  11. 792111c Add option for not copying dex by Mathieu Chartier · 7 years ago
  12. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  13. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  14. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  15. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  16. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  17. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  18. 0c2d3e5 ART: Hide system/core/libziparchive headers by Andreas Gampe · 7 years ago
  19. 271a0f8 Revert "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory"" by Igor Murashkin · 8 years ago
  20. 960b2af Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory" by Nicolas Geoffray · 8 years ago
  21. 19e5f83 runtime: Mmap uncompressed dex files (in zip) as clean memory by Igor Murashkin · 8 years ago
  22. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 9 years ago
  23. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  24. 0aa504b Fix ExtractToMemMap to show original zip file name in ashmem by Brian Carlstrom · 11 years ago
  25. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  26. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  27. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  28. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  29. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  30. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  31. 72fcca2 Reconcile differences between zip implementations by Kenny Root · 11 years ago
  32. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  33. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/zip_archive.h]
  34. 4922e9d Use /system/framework/framework.jar:preloaded-classes for on device dex2oat by Brian Carlstrom · 11 years ago
  35. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  36. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  37. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  38. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  39. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  40. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  41. e5448b5 Remove most of the unordered_ stuff and use the standard equivalents instead. by Elliott Hughes · 13 years ago
  42. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  43. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  44. c1f143d Remove some lint. by Elliott Hughes · 13 years ago
  45. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  46. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  47. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  48. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  49. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  50. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  51. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago
  52. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago