summaryrefslogtreecommitdiffstats
path: root/chrome/common/zip_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix new -Wnull-conversion violations detected by a newer clang.thakis@chromium.org2012-05-161-2/+2
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-2/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-2/+2
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+2
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-2/+2
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-2/+2
* Add an API to unpack Zip files directly from and to file descriptors.jorgelo@chromium.org2011-12-151-8/+67
* zip: Add ZipReader and rework Unzip() using the new class.satorux@chromium.org2011-11-111-0/+239