1. 16 1月, 2017 2 次提交
  2. 03 1月, 2017 1 次提交
  3. 02 1月, 2017 2 次提交
  4. 01 1月, 2017 2 次提交
  5. 31 12月, 2016 2 次提交
  6. 05 12月, 2016 2 次提交
  7. 04 12月, 2016 4 次提交
  8. 30 10月, 2016 1 次提交
  9. 25 10月, 2016 1 次提交
  10. 15 10月, 2016 1 次提交
  11. 12 10月, 2016 1 次提交
  12. 22 9月, 2016 1 次提交
    • M
      Remove dummy structure declarations for old buggy compilers. · 3fb251b3
      Mark Adler 提交于
      While woolly mammoths still roamed the Earth and before Atlantis
      sunk into the ocean, there were C compilers that could not handle
      forward structure references, e.g. "struct name;". zlib dutifully
      provided a work-around for such compilers. That work-around is no
      longer needed, and, per the recommendation of a security audit of
      the zlib code by Trail of Bits and TrustInSoft, in support of the
      Mozilla Foundation, should be removed since what a compiler will
      do with this is technically undefined. From the report: "there is
      no telling what interactions the bug could have in the future with
      link-time optimizations and type-based alias analyses, both
      features that are present (but not default) in clang."
      3fb251b3
  13. 21 9月, 2016 1 次提交
    • M
      Add option to not compute or check check values. · 9852c209
      Mark Adler 提交于
      The undocumented (except in these commit comments) function
      inflateValidate(strm, check) can be called after an inflateInit(),
      inflateInit2(), or inflateReset2() with check equal to zero to
      turn off the check value (CRC-32 or Adler-32) computation and
      comparison. Calling with check not equal to zero turns checking
      back on. This should only be called immediately after the init or
      reset function. inflateReset() does not change the state, so a
      previous inflateValidate() setting will remain in effect.
      
      This also turns off validation of the gzip header CRC when
      present.
      
      This should only be used when a zlib or gzip stream has already
      been checked, and repeated decompressions of the same stream no
      longer need to be validated.
      9852c209
  14. 06 9月, 2015 1 次提交
  15. 02 8月, 2015 2 次提交
  16. 29 7月, 2015 3 次提交
  17. 06 7月, 2015 1 次提交
  18. 26 4月, 2014 1 次提交
  19. 03 5月, 2013 1 次提交
  20. 29 4月, 2013 3 次提交
  21. 14 4月, 2013 3 次提交
  22. 13 4月, 2013 1 次提交
  23. 25 3月, 2013 1 次提交
  24. 24 3月, 2013 2 次提交