summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-08Allow disabling Castagnoli compression optimizationAdenilson Cavalcanti
2019-08-05Increasing the expected compressed output sizeAdenilson Cavalcanti
2019-08-01Using the same hash function in compression on both x86 and ARMAdenilson Cavalcanti
2019-07-25Make chromeconf.h use opt-out instead of opt-in.Nico Weber
2019-07-19Avoid 'internal_state' macro pollution from zlib.h.Darin Fisher
2019-06-24zlib: fix gn error when is_clang=false target_cpu="arm"Tomasz Śniatowski
2019-06-11Simplify sharing third_party/zlib with AOSPLeon Scroggins III
2019-06-10zlib: fix ARMv8 CRC32 compilation in GCCJose Dapena Paz
2019-05-14[DOM Distiller] Compress resources to save 86 kB on Android.Samuel Huang
2019-04-18Tidy and further integrate Arm feature detection for WindowsRichard Townsend
2019-04-15Correct zlib build logic for Windows on ArmRichard Townsend
2019-04-15[zlib] Add OS_FUCHSIA feature detection and enable zlib NEON crc32Noel Gordon
2019-04-08Make //third_party/zlib a componentTom Anderson
2019-03-29Pass file_length to UpdateArchiveAnalyzerDaniel Rubery
2019-03-28Update include paths for //base/hash/md5.hDaniel Cheng
2019-03-28Android: Remove build/secondaryPeter Wen
2019-02-15[zlib] Add Android ARM aarch64 feature detectionNoel Gordon
2019-02-14blink/bindings: Use PartitionAlloc for zlib's temporary data.Benoît Lizé
2019-02-13[zlib_bench] improve program options handlingNoel Gordon
2019-01-31Enable decode input reads in 64 bit chunksAdenilson Cavalcanti
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-12-13Enabling crc32 ARM instruction in zlib for ChromeOS.Tiancong Wang
2018-12-07msvc != x86Mike Klein
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-11-14Initialize zlib processor feature flags for Windows ARM64Tom Tan
2018-10-31[zlib] Make build system pass gn checkDaniel Bratell
2018-10-01Resolve Windows conflict between zlib and angleDaniel Bratell
2018-09-20remove 16-byte alignment from deflate_state::crc0Mike Klein
2018-09-04zlib/google: Make GzipCompress() take a StringPiece.Benoit Lize
2018-08-23[zlib] Tweak optimizations to work better with ThinLTOGeorge Burgess IV
2018-08-22Add field to EntryInfo for whether the file is encryptedDaniel Rubery
2018-08-17Adding a compression level flag to zlib_benchAdenilson Cavalcanti
2018-08-17Prevent generating out-of-bounds distances in zlibChris Blume
2018-08-15ARM optimized insert_stringAdenilson Cavalcanti
2018-08-07Neon-Optimized hash chainAdenilson Cavalcanti
2018-08-06Enable traditional PKWARE decryption in zlib/contrib/minizip.Che-yu Wu
2018-07-18Roll Fuchsia SDK from 99f42fc7925d to e237df60615bWez
2018-05-30Remove references to exe_and_shlib_deps in srcTom Anderson
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-27Enable compiler optimization in inflate_fast on ARMAdenilson Cavalcanti
2018-03-14Fix build with unbundled zlibTom Anderson
2018-02-22Remove cbentzel and gavinp from network-related OWNERS files.Matt Menke
2018-02-16Compute crc32 using ARMv8 specific instructionAdenilson Cavalcanti
2018-02-13Share inffast names in zlibChris Blume