index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
utils
/
ZipFileRO.cpp
Age
Commit message (
Expand
)
Author
2013-05-07
libutils clean-up
Mathias Agopian
2012-10-16
am 125becee: am 7abbbc68: Merge "Add TEMP_FAILURE_RETRY to ZipUtils"
Kenny Root
2012-10-16
Add TEMP_FAILURE_RETRY to ZipUtils
Kenny Root
2012-10-12
Add TEMP_FAILURE_RETRY around open and write calls
Kenny Root
2012-08-05
libutils cleanup: remove unused or seldom used code from misc.{cpp|h}
Mathias Agopian
2012-05-02
Fixed 64-bit porting issues
Andrew Hsieh
2012-03-22
frameworks/native: move Zip* from libandroidfw to libutils
Colin Cross
2012-02-20
frameworks/base refactoring
Mathias Agopian
2012-02-17
frameworks/base refactoring.
Mathias Agopian
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-06
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-04
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-10-26
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2010-12-08
Change assets to use 64-bit API
Kenny Root
2010-10-21
Initialized check in ZipFileRO::findEntryByName
Kenny Root
2010-10-13
MinGW/Cygwin requires open() in O_BINARY mode.
Raphael Moll
2010-10-04
Use pread() in ZipFileRO for Linux
Kenny Root
2010-10-01
ZipFileRO: moar logging and wrap close
Kenny Root
2010-09-24
Revert "Revert "Free created FileMap when uncompressing files""
Kenny Root
2010-09-24
Add locking around ZIP seeking
Kenny Root
2010-09-07
Revert "Free created FileMap when uncompressing files"
Kenny Root
2010-08-27
Add debugging to ZipFileRO
Kenny Root
2010-08-19
Free created FileMap when uncompressing files
Kenny Root
2010-08-04
Free scanBuf in ZipFileRO
Kenny Root
2010-05-12
ZipUtilsRO rewrite based on Dalvik Zip rewrite
Kenny Root
2009-06-04
rename a few files to camel-case, add copyright notices
Mathias Agopian
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project