1. ba49de3 zlibWrapper: updated README.md by inikep · 8 years ago
  2. 447e512 updated .gitignore by inikep · 8 years ago
  3. 22e2730 ZSTD_resetDStream moved to inflate() by inikep · 8 years ago
  4. 20859af renamed to ZWRAP_deflateReset_keepDict by inikep · 8 years ago
  5. 856f91e redirection to deflateReset and inflateReset by inikep · 8 years ago
  6. 706876f added ZWRAP_deflateResetWithoutDict and ZWRAP_inflateResetWithoutDict by inikep · 8 years ago
  7. 572d428 updated description of ZWRAP_setPledgedSrcSize by inikep · 8 years ago
  8. 6072eaa improved speed of deflate without Z_FINISH by inikep · 8 years ago
  9. 60dddc2 zlibWrapper: minor tweaks by inikep · 8 years ago
  10. ad468ab updated zlibWrapper\Makefile by inikep · 8 years ago
  11. a03b7a7 zwrapbench: improved tests with a dictionary by inikep · 8 years ago
  12. c941d39 updated results in zlibWrapper\README.md by inikep · 8 years ago
  13. 67a1f4d improved behavior of deflateReset by inikep · 8 years ago
  14. cbd7bdc improved zwrapbench tests by inikep · 8 years ago
  15. 2fb7e6b zlibWrapper\README.md: reordering by inikep · 8 years ago
  16. cd2f6b6 zlibWrapper\README.md: minor tweaks by inikep · 8 years ago
  17. 2bb83e8 zlibWrapper\README.md: Reusing contexts by inikep · 8 years ago
  18. e82c811 updated zlibWrapper\README.md by inikep · 8 years ago
  19. 57b9708 faster inflate() autodetection of zlib/zstd by inikep · 8 years ago
  20. b88accf use valgrind with a dynamic zstd library by inikep · 8 years ago
  21. 68cd476 initialization of strm->adler by inikep · 8 years ago
  22. f77a113 improved valgrind tests by inikep · 8 years ago
  23. 4602e53 added valgrindTest for zlibWrapper by inikep · 8 years ago
  24. cf3ec08 ZWRAP_setPledgedSrcSize not required with Z_FINISH by inikep · 8 years ago
  25. 252c20d a new ZWRAP API by inikep · 8 years ago
  26. f7ab3ad zwrapbench: testing reusing of a context by inikep · 8 years ago
  27. f71828f zwrapbench: testing speed of ZSTD_decompressStream by inikep · 8 years ago
  28. 8e8b046 zwrapbench benchmarks zlibWrapper by inikep · 8 years ago
  29. 54320ce zwrapbench tests zlib by inikep · 8 years ago
  30. d755717 added setZWRAPdecompressionType by inikep · 8 years ago
  31. 3be5c6e improved zlibWrapper\Makefile by inikep · 8 years ago
  32. dfef5dd added zwrapbench.c by inikep · 8 years ago
  33. adc4c16 changed naming convention by inikep · 8 years ago
  34. 61abecc added ZWRAP_initializeCStream by inikep · 8 years ago
  35. 7e79257 tests with ZSTD_setPledgedSrcSize by inikep · 8 years ago
  36. 230a61f added ZSTD_setPledgedSrcSize by inikep · 8 years ago
  37. 146ef58 added ZWRAPC_finish_with_error_message and ZWRAPD_finish_with_error_message by inikep · 8 years ago
  38. 3fa1b74 improved deflateEnd and inflateEnd by inikep · 8 years ago
  39. 6941300 implemented inflateReset2 by inikep · 8 years ago
  40. 86fc8e0 added ZWRAP_DCtx.decompState by inikep · 8 years ago
  41. 554b3b9 improved logging by inikep · 8 years ago
  42. c038c30 implemented deflateReset by inikep · 8 years ago
  43. 18f6645 use Z_STREAM_ERROR as default error by inikep · 8 years ago
  44. 7b546e5 added fitblk.c by inikep · 8 years ago
  45. c4ab571 better memory deallocation in case of error by inikep · 8 years ago
  46. 0bb930b added ZWRAP_finish_with_error by inikep · 8 years ago
  47. 6101687 improved inflateSync by inikep · 8 years ago
  48. e46bad0 imporved support for Z_FINISH by inikep · 8 years ago
  49. 8fc5848 inflateSetDictionary uses ZSTD_initDStream_usingDict by inikep · 8 years ago
  50. b077345 zlibWrapper converted from ZBUFF to ZSTD_CStream by inikep · 8 years ago
  51. 5c33c32 copy zlib license into file header by Yann Collet · 8 years ago
  52. 4ded9e5 added boilerplate by Yann Collet · 8 years ago
  53. 6416b0d updated README.md by inikep · 8 years ago
  54. e416e30 remove unnecessary comments by inikep · 8 years ago
  55. 2ed3ba2 Fix issue with SYNC_FLUSH support by zlib wrapper by Dmitry Krot · 8 years ago
  56. 3d2c58c fixed compilation with Visual in C++ mode by inikep · 8 years ago
  57. 613c706 fixed zlibWrapper examples for lib/zstd.h by Yann Collet · 8 years ago
  58. 1c9521f zlibWrapper: improved memory deallocation in case of error by inikep · 8 years ago
  59. 16f7299 fixed zlib wrapper for new `.h` strategy by Yann Collet · 8 years ago
  60. de2c92f zlibWrapper: compress uses ZWRAP_DEFAULT_CLEVEL by inikep · 8 years ago
  61. 4af2c9d zlibWrapper: improved error handling by inikep · 8 years ago
  62. 3640396 fixed: deallocation of structures in case of error in ZBUFF_createCCtx and ZBUFF_createDCtx by inikep · 8 years ago
  63. f040be9 zlibWrapper: ZWRAP_createDCtx and ZWRAP_freeDCtx use custom memory allocation functions by inikep · 8 years ago
  64. 2a74609 zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions by inikep · 8 years ago
  65. db2f540 added defaultCustomNULL by inikep · 8 years ago
  66. ff2d189 zlibWrapper: added gcc flag -Wdeclaration-after-statement by inikep · 8 years ago
  67. 614fdde zlibWrapper: support for stricter gcc warnings by inikep · 8 years ago
  68. 7cab86f ZWRAP_allocFunction and ZWRAP_freeFunction are static by inikep · 8 years ago
  69. ff9114a zlibWrapper: added support for custom memory allocation functions by inikep · 8 years ago
  70. e02bf99 zlibWrapper: fixed memory deallocation bug with zstd decompression by inikep · 8 years ago
  71. bf25d7a zlibWrapper: support for zlib versions from 1.2.3 to 1.2.8 by inikep · 8 years ago
  72. 8b45245 zlibWrapper: Z_DEFAULT_COMPRESSION is translated to ZWRAP_DEFAULT_CLEVEL for zstd by inikep · 8 years ago
  73. 043b3c0 zlibWrapped: removed dependency from ZSTD_FRAMEHEADERSIZE_MIN by inikep · 8 years ago
  74. d0c3862 #define z_const if not defined by inikep · 8 years ago
  75. e9dfdf6 added zlibwrapper test for Travis by inikep · 8 years ago
  76. 0bdb6a8 changed definition of UTIL_createFileList by inikep · 8 years ago
  77. 37aba8b updated zlibWrapper/README.md (2) by inikep · 8 years ago
  78. b5e6870 updated zlibWrapper/README.md by inikep · 8 years ago
  79. 3eabe9b added zlibWrapper - zstd wrapper for zlib by inikep · 8 years ago