tree: f2f7302b5de9246b742241ab236fcef5fbf21811
  1. adler32.c
  2. CMakeLists.txt
  3. compress.c
  4. configure
  5. crc32.c
  6. crc32.h
  7. deflate.c
  8. deflate.h
  9. example.c
  10. gzclose.c
  11. gzguts.h
  12. gzlib.c
  13. gzread.c
  14. gzwrite.c
  15. infback.c
  16. inffast.c
  17. inffast.h
  18. inffixed.h
  19. inflate.c
  20. inflate.h
  21. inftrees.c
  22. inftrees.h
  23. Makefile.in
  24. minigzip.c
  25. README
  26. README.md
  27. trees.c
  28. trees.h
  29. uncompr.c
  30. zconf.h
  31. zconf.h.cmakein
  32. zconf.h.in
  33. zlib.3
  34. zlib.h
  35. zlib.map
  36. zlib.pc
  37. zlib.pc.in
  38. zutil.c
  39. zutil.h
test/third_party/zlib/README.md

This is zlib 1.2.5. See README for licensing info.

Changes for emscripten:

deflate.c: Initialize match_start to 0, to prevent a SAFE_HEAP notification Initialize s->prev's buffer (in 2 places) to 0, same reasons

example.c: Use %d instead of %x in version number printout Comment out gzio test