index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
zip_archive.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-1
/
+1
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-1
/
+2
*
Update ziparchive usage to the new API.
Piotr Jastrzebski
2014-08-15
1
-1
/
+1
*
Fix ExtractToMemMap to show original zip file name in ashmem
Brian Carlstrom
2014-05-23
1
-4
/
+5
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-5
/
+3
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Fix valgrind gtests and memory leaks.
Mathieu Chartier
2014-03-05
1
-0
/
+3
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-1
/
+1
*
Use libziparchive for art zip processing.
Narayan Kamath
2013-12-09
1
-482
/
+42
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-55
/
+65
*
Use file magic to determine file type, not file extension.
Brian Carlstrom
2013-10-03
1
-1
/
+1
*
Reconcile differences between zip implementations
Kenny Root
2013-09-19
1
-30
/
+83
*
Fix bug in ZipEntry::ExtractToMemory for zero length entries
Brian Carlstrom
2013-07-29
1
-0
/
+4
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-1
/
+1
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+506