1. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  2. 0aa504b Fix ExtractToMemMap to show original zip file name in ashmem by Brian Carlstrom · 10 years ago
  3. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  4. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  5. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  6. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 10 years ago
  7. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  8. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  9. 72fcca2 Reconcile differences between zip implementations by Kenny Root · 11 years ago
  10. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/zip_archive.h]
  12. 4922e9d Use /system/framework/framework.jar:preloaded-classes for on device dex2oat by Brian Carlstrom · 11 years ago
  13. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  14. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  15. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  16. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  17. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  18. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  19. e5448b5 Remove most of the unordered_ stuff and use the standard equivalents instead. by Elliott Hughes · 13 years ago
  20. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  21. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  22. c1f143d Remove some lint. by Elliott Hughes · 13 years ago
  23. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  24. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  25. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  26. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  27. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  28. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  29. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago
  30. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago