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