summaryrefslogtreecommitdiff
path: root/google
AgeCommit message (Expand)Author
2017-10-18Changing the FileAccessor API in zip.h to improve perfs over IPC.Jay Civelli
2017-10-132nd relanding "Abstracting file access operation in zip creation."Jay Civelli
2017-10-13Revert "Relanding "Abstrating file access operation in zip creation.""Jay Civelli
2017-10-12Relanding "Abstrating file access operation in zip creation."Jay Civelli
2017-10-12Revert "Abstrating file access operation in zip creation."Keishi Hattori
2017-10-12Abstrating file access operation in zip creation.Jay Civelli
2017-08-04Improve Zip File Scanning on Macmortonm
2017-05-22move zip and compression_utils targets into their own BUILD.gn fileThiago Farina
2017-05-06Handle webuis when using the network service.jam
2017-04-06Use ScopedTaskEnvironment instead of MessageLoop in third_party unit tests.fdoray
2017-02-11Remove from OWNERS who has left the teamhshi
2016-11-22Silence the overly verbose skipped files warning when extracting CRX filesmeacer
2016-11-22Make ifdefs consistent in zib.alemate
2016-09-30Replace MessageLoop::current()->task_runner() with ThreadTaskRunnerHandle::Ge...fdoray
2016-09-28misc files R-U: Change ScopedTempDir::path() to GetPath()vabr
2016-09-14Remove GYP files.brettw
2016-09-09Exclude exe files while unzipping CRXesmeacer
2016-06-30Make callers of FromUTC(Local)Exploded in third_party/ use new time API.maksim.sisov
2016-06-29Remove calls to deprecated MessageLoop methods in third_party.fdoray
2016-05-12Fix include path for moved thread_task_runner_handle.h header in third_party/gab
2016-04-22Convert //third_party from scoped_ptr to std::unique_ptrdcheng
2016-04-19Ensure that DLOG(FATAL) also asserts in release-with-asserts builds.jam
2016-01-14Move components/compression to third_party/zlib/googlehajimehoshi
2015-12-28Global conversion of Pass()→std::move() on OS==linuxdcheng
2015-12-27Switch to standard integer types in third_party/zlib/google/.avi
2015-07-16Remove legacy StartsWithASCII function.brettw
2015-07-16Remove some legacy versions of StartsWith and EndsWith.brettw
2015-07-16Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin
2015-07-16Remove some legacy versions of StartsWith and EndsWith.brettw
2015-06-24Add more string_util functions to base namespace.brettw
2015-06-12Move EndsWith to base namespace.brettw
2015-06-12Move StartsWith[ASCII] to base namespace.brettw
2015-06-09zlib: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil
2015-04-01Make checkdeps.py check third_party.John Abd-El-Malek
2015-03-18Add ZipReader::ExtractCurrentEntry with a delegate interface.grt
2015-03-18Revert of Add ZipReader::ExtractCurrentEntry with a delegate interface. (patc...benwells
2015-03-17Add ZipReader::ExtractCurrentEntry with a delegate interface.grt
2014-12-03Fix a few instances of MSVC warning C4244 (possible value truncation).pkasting
2014-11-19Eliminate resource leaks from zip::ZipFiles andjeremysspiegel
2014-10-07Refactor AppendToFile and WriteFileDescriptorchirantan
2014-09-22Cleanup: Remove base/file_util.h. Convert remaining references. (try 2)thestig
2014-09-13Revert of Cleanup: Remove base/file_util.h. Convert remaining references. (pa...thestig
2014-09-13Cleanup: Remove base/file_util.h. Convert remaining references.thestig
2014-07-31gn win: Fix potentially uninitialized variable warning in zip_internalscottmg@chromium.org
2014-06-20New ZipReader::ExtractCurrentEntryToString API.joaoe@opera.com
2014-05-07Fixed uncompressing files with wrong uncompressed size set.joaoe@opera.com
2014-05-02Move internal zip code from zip.cc to zip_internal.ccjoaoe@opera.com
2014-03-24Stop using net::FileStream synchronously in third_party/zlibhashimoto@chromium.org
2014-03-06Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org
2014-02-27Remove some PlatformFile uses from zlibrvargas@chromium.org