summaryrefslogtreecommitdiff
path: root/google
AgeCommit message (Expand)Author
2020-01-14Reformat all gn files in /third_party/zlib/google.Nico Weber
2019-11-14zlib: Allowing compression level to be selected in utilsSam Maier
2019-11-08Adding support for remaining deflate wrappers (zlib | raw) toSam Maier
2019-11-04Adding const to GetUncompressedSizeSam Maier
2019-10-24Adding uncompressed size functionAdenilson Cavalcanti
2019-10-01Convert third_party/zlib/google away from base::Bind/base::CallbackSylvain Defresne
2019-09-24zlib: moving compression_utils_portable into own GN targetSam Maier
2019-09-10[TaskEnvironment] Remove old typesGabriel Charette
2019-08-23Reland "[TaskEnvironment] Complete migration with header rename"Gabriel Charette
2019-08-23Revert "[TaskEnvironment] Complete migration with header rename"Gabriel Charette
2019-08-23[TaskEnvironment] Complete migration with header renameGabriel Charette
2019-08-12Use in-class initializers for base::WeakPtrFactory (all remaining uses on Lin...Jeremy Roman
2019-08-09Insulate portable GZipHelpers codeAdenilson Cavalcanti
2019-05-14[DOM Distiller] Compress resources to save 86 kB on Android.Samuel Huang
2019-03-29Pass file_length to UpdateArchiveAnalyzerDaniel Rubery
2019-03-28Update include paths for //base/hash/md5.hDaniel Cheng
2019-02-14blink/bindings: Use PartitionAlloc for zlib's temporary data.Benoît Lizé
2019-01-11blink/bindings: Use PartitionAlloc for compressing strings.Benoît Lizé
2019-01-08Use base::size rather than arraysize in third_party/zlib/.Avi Drissman
2019-01-02Use base::size rather than arraysize in third_party/zlib/.Avi Drissman
2018-12-20Avoid uncompressing if uncompressed size is too big.Monica Salama
2018-11-21zlib/google: Use UncheckedMalloc() to allocate memory instead of malloc().Benoît Lizé
2018-11-16zlib/google: Use malloc() rather than std::vector.Benoît Lizé
2018-09-04zlib/google: Make GzipCompress() take a StringPiece.Benoit Lize
2018-08-22Add field to EntryInfo for whether the file is encryptedDaniel Rubery
2018-05-07Fully move PathService into the base namespace.Avi Drissman
2018-05-02Add override for overridden function in zlibTakuto Ikuta
2018-04-04Change DPLOG(ERROR) to DVPLOG(1) in zip_readerJochen Eisinger
2018-03-14Fix build with unbundled zlibTom Anderson
2018-02-06Change unzipping library to support cross-process delegates.Joshua Pawlicki
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