1. 33a7e67 significant zlib wrapper code refactoring by Yann Collet · 9 years ago
  2. 4effccb zlib_wrapper's uncompress() uses ZSTD_isFrame() for routing by Yann Collet · 9 years ago
  3. dcb7535 ensure zlibwrapper uses ZSTD_malloc() and ZSTD_free() by Yann Collet · 9 years ago
  4. ae728a4 removed defaultCustomMem by Yann Collet · 9 years ago
  5. 502966a zlibWrapper: added the totalInBytes flag - we need it as strm->total_in can be reset by user by Przemyslaw Skibinski · 9 years ago
  6. c9512db gzcompatibility.h updated to zlib 1.2.11 by Przemyslaw Skibinski · 9 years ago
  7. 5edab91 get_crc_table only with ZLIB_VERNUM >= 0x1270 by Przemyslaw Skibinski · 9 years ago
  8. 5b114d3 zlibWrapper: added get_crc_table by Przemyslaw Skibinski · 9 years ago
  9. 9ceb49e fixed zlib_wrapper conversion warnings by Yann Collet · 9 years ago
  10. ba75e9d fix : zlib wrapper compile in gnu90 mode by Yann Collet · 9 years ago
  11. eee427e fixed fitblk by Przemyslaw Skibinski · 9 years ago
  12. edd3e2a Z_TREES only with ZLIB_VERNUM >= 0x1240 by Przemyslaw Skibinski · 9 years ago
  13. 3bf9a72 experimental support for gz* functions by Przemyslaw Skibinski · 9 years ago
  14. 6cecb35 zwrapbench uses z_const by Przemyslaw Skibinski · 9 years ago
  15. 0694ae2 typedef ZWRAP_CCtx internal_state by Przemyslaw Skibinski · 9 years ago
  16. d007eb5 fixed clang warnings in zlibWrapper by Przemyslaw Skibinski · 9 years ago
  17. 22e2730 ZSTD_resetDStream moved to inflate() by inikep · 10 years ago
  18. 20859af renamed to ZWRAP_deflateReset_keepDict by inikep · 10 years ago
  19. 856f91e redirection to deflateReset and inflateReset by inikep · 10 years ago
  20. 706876f added ZWRAP_deflateResetWithoutDict and ZWRAP_inflateResetWithoutDict by inikep · 10 years ago
  21. 6072eaa improved speed of deflate without Z_FINISH by inikep · 10 years ago
  22. 60dddc2 zlibWrapper: minor tweaks by inikep · 10 years ago
  23. a03b7a7 zwrapbench: improved tests with a dictionary by inikep · 10 years ago
  24. 67a1f4d improved behavior of deflateReset by inikep · 10 years ago
  25. cd2f6b6 zlibWrapper\README.md: minor tweaks by inikep · 10 years ago
  26. 2bb83e8 zlibWrapper\README.md: Reusing contexts by inikep · 10 years ago
  27. e82c811 updated zlibWrapper\README.md by inikep · 10 years ago
  28. 57b9708 faster inflate() autodetection of zlib/zstd by inikep · 10 years ago
  29. 68cd476 initialization of strm->adler by inikep · 10 years ago
  30. cf3ec08 ZWRAP_setPledgedSrcSize not required with Z_FINISH by inikep · 10 years ago
  31. 252c20d a new ZWRAP API by inikep · 10 years ago
  32. f7ab3ad zwrapbench: testing reusing of a context by inikep · 10 years ago
  33. 8e8b046 zwrapbench benchmarks zlibWrapper by inikep · 10 years ago
  34. d755717 added setZWRAPdecompressionType by inikep · 10 years ago
  35. adc4c16 changed naming convention by inikep · 10 years ago
  36. 61abecc added ZWRAP_initializeCStream by inikep · 10 years ago
  37. 7e79257 tests with ZSTD_setPledgedSrcSize by inikep · 10 years ago
  38. 230a61f added ZSTD_setPledgedSrcSize by inikep · 10 years ago
  39. 146ef58 added ZWRAPC_finish_with_error_message and ZWRAPD_finish_with_error_message by inikep · 10 years ago
  40. 3fa1b74 improved deflateEnd and inflateEnd by inikep · 10 years ago
  41. 6941300 implemented inflateReset2 by inikep · 10 years ago
  42. 86fc8e0 added ZWRAP_DCtx.decompState by inikep · 10 years ago
  43. 554b3b9 improved logging by inikep · 10 years ago
  44. c038c30 implemented deflateReset by inikep · 10 years ago
  45. 18f6645 use Z_STREAM_ERROR as default error by inikep · 10 years ago
  46. c4ab571 better memory deallocation in case of error by inikep · 10 years ago
  47. 0bb930b added ZWRAP_finish_with_error by inikep · 10 years ago
  48. 6101687 improved inflateSync by inikep · 10 years ago
  49. e46bad0 imporved support for Z_FINISH by inikep · 10 years ago
  50. 8fc5848 inflateSetDictionary uses ZSTD_initDStream_usingDict by inikep · 10 years ago
  51. b077345 zlibWrapper converted from ZBUFF to ZSTD_CStream by inikep · 10 years ago
  52. 4ded9e5 added boilerplate by Yann Collet · 10 years ago
  53. e416e30 remove unnecessary comments by inikep · 10 years ago
  54. 2ed3ba2 Fix issue with SYNC_FLUSH support by zlib wrapper by Dmitry Krot · 10 years ago
  55. 3d2c58c fixed compilation with Visual in C++ mode by inikep · 10 years ago
  56. 1c9521f zlibWrapper: improved memory deallocation in case of error by inikep · 10 years ago
  57. 16f7299 fixed zlib wrapper for new `.h` strategy by Yann Collet · 10 years ago
  58. de2c92f zlibWrapper: compress uses ZWRAP_DEFAULT_CLEVEL by inikep · 10 years ago
  59. 4af2c9d zlibWrapper: improved error handling by inikep · 10 years ago
  60. f040be9 zlibWrapper: ZWRAP_createDCtx and ZWRAP_freeDCtx use custom memory allocation functions by inikep · 10 years ago
  61. 2a74609 zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions by inikep · 10 years ago
  62. ff2d189 zlibWrapper: added gcc flag -Wdeclaration-after-statement by inikep · 10 years ago
  63. 614fdde zlibWrapper: support for stricter gcc warnings by inikep · 10 years ago
  64. 7cab86f ZWRAP_allocFunction and ZWRAP_freeFunction are static by inikep · 10 years ago
  65. ff9114a zlibWrapper: added support for custom memory allocation functions by inikep · 10 years ago
  66. e02bf99 zlibWrapper: fixed memory deallocation bug with zstd decompression by inikep · 10 years ago
  67. bf25d7a zlibWrapper: support for zlib versions from 1.2.3 to 1.2.8 by inikep · 10 years ago
  68. 8b45245 zlibWrapper: Z_DEFAULT_COMPRESSION is translated to ZWRAP_DEFAULT_CLEVEL for zstd by inikep · 10 years ago
  69. 043b3c0 zlibWrapped: removed dependency from ZSTD_FRAMEHEADERSIZE_MIN by inikep · 10 years ago
  70. 3eabe9b added zlibWrapper - zstd wrapper for zlib by inikep · 10 years ago