1. e41b209 Correct zlib build logic for Windows on Arm by Richard Townsend · 5 years ago
  2. 4bda75a [zlib] Add OS_FUCHSIA feature detection and enable zlib NEON crc32 by Noel Gordon · 5 years ago
  3. 20c7ae1 Make //third_party/zlib a component by Tom Anderson · 5 years ago
  4. de06873 Android: Remove build/secondary by Peter Wen · 5 years ago
  5. 9972c36 Enable decode input reads in 64 bit chunks by Adenilson Cavalcanti · 5 years ago
  6. f95aeb0 Enabling crc32 ARM instruction in zlib for ChromeOS. by Tiancong Wang · 6 years ago
  7. dde5ce5 [zlib] Make build system pass gn check by Daniel Bratell · 6 years ago
  8. de0fe05 [zlib] Tweak optimizations to work better with ThinLTO by George Burgess IV · 6 years ago
  9. d6d1961 Neon-Optimized hash chain by Adenilson Cavalcanti · 6 years ago
  10. 39b4a62 Remove references to exe_and_shlib_deps in src by Tom Anderson · 6 years ago
  11. d5974a8 Enable compiler optimization in inflate_fast on ARM by Adenilson Cavalcanti · 6 years ago
  12. 7235672 Compute crc32 using ARMv8 specific instruction by Adenilson Cavalcanti · 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. d50bf77 Add x86 bots to the read64le party by Noel Gordon · 6 years ago
  16. 8a8edc1 Increase inflate speed: read decoder input into a uint64_t by Noel Gordon · 6 years ago
  17. c83e216 zlib_bench: measure zlib encode and decode performance by Noel Gordon · 6 years ago
  18. 8e904b3 Improve zlib inflate speed by using SSE4.2 crc32 by Noel Gordon · 7 years ago
  19. e1769ae zlib adler_simd.c: unsigned cast |blocks| on assignment by Noel Gordon · 7 years ago
  20. 9eb2a75 Use default optimization on Android for zlib inflate chunk copy by Noel Gordon · 7 years ago
  21. 91155b5 Separate zlib fuzzers into their own BUILD.gn file. by Lei Zhang · 7 years ago
  22. 64ffef0 Improve zlib inflate speed by using SSE2 chunk copy by Noel Gordon · 7 years ago
  23. 0f473a1 Revert "Using ARMv8 CRC32 specific instruction" by Boris Sazonov · 7 years ago
  24. d7601c2 Using ARMv8 CRC32 specific instruction by Adenilson Cavalcanti · 7 years ago
  25. d6c5295 Add a fuzzer for zlib's deflate function by Chris Blume · 7 years ago
  26. f3fcd73 Add fuzzer for zlib's deflateSetDictionary by Chris Blume · 7 years ago
  27. 015fb32 Fix InflateBack corner case by Adenilson Cavalcanti · 7 years ago
  28. bf95159 Rename zlib_uncompress_fuzzer.cc by Chris Blume · 7 years ago
  29. d2ed630 Add a fuzzer for zlib's inflate function by Chris Blume · 7 years ago
  30. fe57206 Move zlib_uncompress_fuzzer into third_party/zlib by Chris Blume · 7 years ago
  31. f44229b Isolating ARM specific code in inffast by Adenilson Cavalcanti · 7 years ago
  32. 17bbb3d zlib adler_simd.c by Noel Gordon · 7 years ago
  33. 3060dcb zlib: inflate using wider loads and stores by Adenilson Cavalcanti · 7 years ago
  34. 567815a Revert "Reland "zlib: inflate using wider loads and stores"" by Mike Klein · 7 years ago
  35. 87c47f3 Revert "Run "git cl format" on third_party/zlib." by Mike Klein · 7 years ago
  36. 67f9fbd Run "git cl format" on third_party/zlib. by Nigel Tao · 7 years ago
  37. 89ba83e Reland "zlib: inflate using wider loads and stores" by Chris Blume · 7 years ago
  38. fc34d95 Revert "zlib: inflate using wider loads and stores" by Paul Miller · 7 years ago
  39. 42ebc6a zlib: inflate using wider loads and stores by Adenilson Cavalcanti · 7 years ago
  40. b4fc536 move zip and compression_utils targets into their own BUILD.gn file by Thiago Farina · 7 years ago
  41. c6472f6 third_party/zlib: fix for "gn check" by Thiago Farina · 7 years ago
  42. b399410 Change BUILD.gn so that minizip can be built with NaCL toolchain. by takise · 7 years ago
  43. eed2732 Build third_party/zlib/google only when build_with_chromium is true. by thestig · 7 years ago
  44. 13dc246 Update zlib to 1.2.11 by mark · 7 years ago
  45. 8ce2854 Move components/compression to third_party/zlib/google by hajimehoshi · 8 years ago
  46. adf1613 gn format everything. by tfarina · 9 years ago
  47. 3f3d126 Un-nest configs in GN files. by brettw · 9 years ago
  48. 000d819 Revert of Un-nest configs in GN files. (patchset #3 id:40001 of https://codereview.chromium.org/1318823008/ ) by thakis · 9 years ago
  49. 69eb36f Un-nest configs in GN files. by brettw · 9 years ago
  50. bcf81d2 clang/win: Build without -Wno-incompatible-pointer-types. by sammc · 9 years ago
  51. 36d4862 Add local suppresion for -Wparentheses and enable everywhere on Windows. by dcheng · 9 years ago
  52. 4ba7cdd Update Chomium's build files to work w/ latest GN binaries. by dpranke · 9 years ago
  53. b8135bf gn format //third_party by scottmg · 10 years ago
  54. b083e9c Fix Zlib Win GN build after https://codereview.chromium.org/742583003 by jam · 10 years ago
  55. 0f60cc5 Fix fallout from https://codereview.chromium.org/678423002/ by Nico Weber · 10 years ago
  56. 7363615 Fix various flags in the Win64 GN build by dpranke · 10 years ago
  57. 08fefad Make *some* version of the Win GN build work. by dpranke · 10 years ago
  58. 10dd686 Reland "Integrate SIMD optimisations for zlib" by robert.bradford · 10 years ago
  59. 3230118 Revert of Reland "Integrate SIMD optimisations for zlib" (patchset #2 id:40001 of https://codereview.chromium.org/677713002/) by qyearsley · 10 years ago
  60. a851519 Reland "Integrate SIMD optimisations for zlib" by robert.bradford · 10 years ago
  61. 23dbc91 Revert of Integrate SIMD optimisations for zlib (patchset #14 id:280001 of https://codereview.chromium.org/552123005/) by robert.bradford · 10 years ago
  62. 02acec9 Integrate SIMD optimisations for zlib by robert.bradford · 10 years ago
  63. 9bdea3f Replace forward_dependent_configs with public_deps by Brett Wilson · 10 years ago
  64. 8497dcc GN: Add mojo_shell_tests, get more things working on android by jamesr@chromium.org · 10 years ago
  65. 069e2b8 GN build improvements. by brettw@chromium.org · 10 years ago
  66. 061ade5 Revert 266932 "GN build improvements." by brettw@chromium.org · 10 years ago
  67. 2de077d GN build improvements. by brettw@chromium.org · 10 years ago