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