1. d6d1961 Neon-Optimized hash chain by Adenilson Cavalcanti · 6 years ago
  2. f072111 Enable traditional PKWARE decryption in zlib/contrib/minizip. by Che-yu Wu · 6 years ago
  3. ae8f124 Roll Fuchsia SDK from 99f42fc7925d to e237df60615b by Wez · 6 years ago
  4. 39b4a62 Remove references to exe_and_shlib_deps in src by Tom Anderson · 6 years ago
  5. da0819d Fully move PathService into the base namespace. by Avi Drissman · 6 years ago
  6. 1be4269 Add override for overridden function in zlib by Takuto Ikuta · 6 years ago
  7. 70d07ba Change DPLOG(ERROR) to DVPLOG(1) in zip_reader by Jochen Eisinger · 6 years ago
  8. d5974a8 Enable compiler optimization in inflate_fast on ARM by Adenilson Cavalcanti · 6 years ago
  9. 8c371ad Fix build with unbundled zlib by Tom Anderson · 6 years ago
  10. f38d8ef Remove cbentzel and gavinp from network-related OWNERS files. by Matt Menke · 6 years ago
  11. 7235672 Compute crc32 using ARMv8 specific instruction by Adenilson Cavalcanti · 6 years ago
  12. b9c1566 Share inffast names in zlib by Chris Blume · 6 years ago
  13. 71eb81f Run git cl format over zlib BUILD file by Noel Gordon · 6 years ago
  14. bedc29e Revert "Add x86 bots to the read64le party" by Noel Gordon · 6 years ago
  15. ce91fbd Remove zlib/patches/0004-neon-inffast.patch by Noel Gordon · 6 years ago
  16. 2f8b1de Add comment about zlib convention for crc32 use by Noel Gordon · 6 years ago
  17. d370981 Guard the include on the crc32 CRC32_SIMD_SSE42_PCLMUL feature by Noel Gordon · 6 years ago
  18. cd4d35b Delete zlib/patches/0005-adler32-simd.patch by Noel Gordon · 6 years ago
  19. 1d8aa69 Remove zlib/patches/0003-use-defines-for-inffast.patch by Noel Gordon · 6 years ago
  20. d50bf77 Add x86 bots to the read64le party by Noel Gordon · 6 years ago
  21. 8a8edc1 Increase inflate speed: read decoder input into a uint64_t by Noel Gordon · 6 years ago
  22. 2f6c223 Resolve chunk copy TODO: use INFLATE_FAST_MIN_INPUT/OUTPUT by Noel Gordon · 6 years ago
  23. 4676581 Remove x86_check_features() from inflate by Noel Gordon · 6 years ago
  24. e31b503 Change unzipping library to support cross-process delegates. by Joshua Pawlicki · 6 years ago
  25. 0ef6628 Clarify when a .patch file must be generated by Chris Blume · 6 years ago
  26. bb1fbea crc32 x86: Reverse the order of the 128 to 64 bit fold mask by Noel Gordon · 6 years ago
  27. 4c976bd Move the SSE4.2 crc32 code from crc32() into crc32_z() by Noel Gordon · 6 years ago
  28. 944e580 Remove feature guards from names.h by Noel Gordon · 6 years ago
  29. 9bd7f69 zlib bench: use fstream operator bool for failure detection by Noel Gordon · 7 years ago
  30. c83e216 zlib_bench: measure zlib encode and decode performance by Noel Gordon · 7 years ago
  31. 2eb3889 Avoid exporting read_buf renaming from zlib by Daniel Bratell · 7 years ago
  32. 8e904b3 Improve zlib inflate speed by using SSE4.2 crc32 by Noel Gordon · 7 years ago
  33. 71cbfe5 zlib inflate chunk copy code: fix compiler warnings by Noel Gordon · 7 years ago
  34. e1769ae zlib adler_simd.c: unsigned cast |blocks| on assignment by Noel Gordon · 7 years ago
  35. 9eb2a75 Use default optimization on Android for zlib inflate chunk copy by Noel Gordon · 7 years ago
  36. 91155b5 Separate zlib fuzzers into their own BUILD.gn file. by Lei Zhang · 7 years ago
  37. 64ffef0 Improve zlib inflate speed by using SSE2 chunk copy by Noel Gordon · 7 years ago
  38. 0f473a1 Revert "Using ARMv8 CRC32 specific instruction" by Boris Sazonov · 7 years ago
  39. d7601c2 Using ARMv8 CRC32 specific instruction by Adenilson Cavalcanti · 7 years ago
  40. 079f419 Initialize zlib fuzzer dictionary by Chris Blume · 7 years ago
  41. b36475d Handle zero-length inputs in zlib_deflate_fuzzer by Chris Blume · 7 years ago
  42. 69ad9a4 Fix zlib_inflate_fuzzer asserting by Chris Blume · 7 years ago
  43. d6c5295 Add a fuzzer for zlib's deflate function by Chris Blume · 7 years ago
  44. f3fcd73 Add fuzzer for zlib's deflateSetDictionary by Chris Blume · 7 years ago
  45. 015fb32 Fix InflateBack corner case by Adenilson Cavalcanti · 7 years ago
  46. bf95159 Rename zlib_uncompress_fuzzer.cc by Chris Blume · 7 years ago
  47. d2ed630 Add a fuzzer for zlib's inflate function by Chris Blume · 7 years ago
  48. fe57206 Move zlib_uncompress_fuzzer into third_party/zlib by Chris Blume · 7 years ago
  49. f44229b Isolating ARM specific code in inffast by Adenilson Cavalcanti · 7 years ago
  50. 945bc9f Changing the FileAccessor API in zip.h to improve perfs over IPC. by Jay Civelli · 7 years ago
  51. 4f9e8e8 2nd relanding "Abstracting file access operation in zip creation." by Jay Civelli · 7 years ago
  52. 9550eca Revert "Relanding "Abstrating file access operation in zip creation."" by Jay Civelli · 7 years ago
  53. 68cee6d Relanding "Abstrating file access operation in zip creation." by Jay Civelli · 7 years ago
  54. b9dffca Revert "Abstrating file access operation in zip creation." by Keishi Hattori · 7 years ago
  55. 7362949 Abstrating file access operation in zip creation. by Jay Civelli · 7 years ago
  56. 17bbb3d zlib adler_simd.c by Noel Gordon · 7 years ago
  57. 3060dcb zlib: inflate using wider loads and stores by Adenilson Cavalcanti · 7 years ago
  58. 3086c3e Zlib patch: prevent uninitialized use of state->check by Adenilson Cavalcanti · 7 years ago
  59. e7afdfe Moving zlib patches to a new folder by Adenilson Cavalcanti · 7 years ago
  60. 8888511 Zlib: Use defines for inffast by Chris Blume · 7 years ago
  61. 567815a Revert "Reland "zlib: inflate using wider loads and stores"" by Mike Klein · 7 years ago
  62. 4c5e940 Revert "Zlib patch: prevent uninitialized use of state->check" by Mike Klein · 7 years ago
  63. 87c47f3 Revert "Run "git cl format" on third_party/zlib." by Mike Klein · 7 years ago
  64. 67f9fbd Run "git cl format" on third_party/zlib. by Nigel Tao · 7 years ago
  65. 223ce02 Add Adenilson to zlib owners by Chris Blume · 7 years ago
  66. 7ac7e19 Zlib patch: prevent uninitialized use of state->check by Adenilson Cavalcanti · 7 years ago
  67. 89ba83e Reland "zlib: inflate using wider loads and stores" by Chris Blume · 7 years ago
  68. fc34d95 Revert "zlib: inflate using wider loads and stores" by Paul Miller · 7 years ago
  69. 42ebc6a zlib: inflate using wider loads and stores by Adenilson Cavalcanti · 7 years ago
  70. 11a7f6e Remove msarett@chromium from owners files by Leon Scroggins III · 7 years ago
  71. 718f686 Zlib patch: prevent uninitialized use of state->check by Nicolas Pena · 7 years ago
  72. b4298b0 Improve Zip File Scanning on Mac by mortonm · 7 years ago
  73. 1782c7b Add scroggo and mtklein to zlib OWNERS by Matt Sarett · 7 years ago
  74. b4fc536 move zip and compression_utils targets into their own BUILD.gn file by Thiago Farina · 7 years ago
  75. c6472f6 third_party/zlib: fix for "gn check" by Thiago Farina · 7 years ago
  76. bc23d3c Handle webuis when using the network service. by jam · 7 years ago
  77. 24ab148 Add cblume@chromium.org as a zlib OWNER by cblume · 7 years ago
  78. b399410 Change BUILD.gn so that minizip can be built with NaCL toolchain. by takise · 7 years ago
  79. 4354a42 Use ScopedTaskEnvironment instead of MessageLoop in third_party unit tests. by fdoray · 7 years ago
  80. eed2732 Build third_party/zlib/google only when build_with_chromium is true. by thestig · 7 years ago
  81. 33b952f [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 7 years ago
  82. 13dc246 Update zlib to 1.2.11 by mark · 7 years ago
  83. 9b5352c Remove from OWNERS who has left the team by hshi · 7 years ago
  84. 18274c1 Add msarett to zlib OWNERs by msarett · 7 years ago
  85. 709ed02 Remove mixed-source.patch from zlib. by davidben · 7 years ago
  86. 8086cc8 Silence the overly verbose skipped files warning when extracting CRX files by meacer · 8 years ago
  87. fce8232 Make ifdefs consistent in zib. by alemate · 8 years ago
  88. 4e2773b Replace MessageLoop::current()->task_runner() with ThreadTaskRunnerHandle::Get(). by fdoray · 8 years ago
  89. 40925c7 misc files R-U: Change ScopedTempDir::path() to GetPath() by vabr · 8 years ago
  90. e40a844 Remove GYP files. by brettw · 8 years ago
  91. f502ca7 Exclude exe files while unzipping CRXes by meacer · 8 years ago
  92. 830b5c2 Fix a number of symbols which are not mangled in mozzconf.h, but should be. by altimin · 8 years ago
  93. 5a95f9a Make callers of FromUTC(Local)Exploded in third_party/ use new time API. by maksim.sisov · 8 years ago
  94. 6875233 Remove calls to deprecated MessageLoop methods in third_party. by fdoray · 8 years ago
  95. 6c14216 Update Zlib to version 1.2.8 by jiadong.zhu · 8 years ago
  96. bf2aebe Revert of Update Zlib to version 1.2.8 (patchset #10 id:220001 of https://codereview.chromium.org/1955383002/ ) by jmadill · 8 years ago
  97. 90f7dad Update Zlib to version 1.2.8 by jiadong.zhu · 8 years ago
  98. 4576304 Fix include path for moved thread_task_runner_handle.h header in third_party/ by gab · 8 years ago
  99. a90aed5 Convert //third_party from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  100. 4bd7a97 Ensure that DLOG(FATAL) also asserts in release-with-asserts builds. by jam · 8 years ago