1. eb32d88 Merge remote-tracking branch 'refs/remotes/facebook/dev' into zlibWrapper by inikep · 8 years ago
  2. cd2f6b6 zlibWrapper\README.md: minor tweaks by inikep · 8 years ago
  3. 2bb83e8 zlibWrapper\README.md: Reusing contexts by inikep · 8 years ago
  4. 26ec32b Merge pull request #383 from KrzysFR/fix_issue_379 by Yann Collet · 8 years ago
  5. dc245e9 Changed to use ZSTDLIBv06_API and ZSTDLIBv07_API for DLL exports to fix warning by Christophe Chevalier · 8 years ago
  6. e82c811 updated zlibWrapper\README.md by inikep · 8 years ago
  7. c9e2ccd Add legacy support for VS2005 solution by Christophe Chevalier · 8 years ago
  8. f18703e Add legacy support for VS2008 solution by Christophe Chevalier · 8 years ago
  9. faa3fd3 Fix for Issue #379 - add legacy support to VS2010 sln by Christophe Chevalier · 8 years ago
  10. 57b9708 faster inflate() autodetection of zlib/zstd by inikep · 8 years ago
  11. b88accf use valgrind with a dynamic zstd library by inikep · 8 years ago
  12. cf4f048 Merge pull request #382 from terrelln/dev by Yann Collet · 8 years ago
  13. 68cd476 initialization of strm->adler by inikep · 8 years ago
  14. f77a113 improved valgrind tests by inikep · 8 years ago
  15. 4602e53 added valgrindTest for zlibWrapper by inikep · 8 years ago
  16. cf3ec08 ZWRAP_setPledgedSrcSize not required with Z_FINISH by inikep · 8 years ago
  17. 252c20d a new ZWRAP API by inikep · 8 years ago
  18. cd5c52f [pzstd] Add tests to appveyor MinGW64 by Nick Terrell · 8 years ago
  19. 5ca4719 [pzstd] Spawn less threads in tests by Nick Terrell · 8 years ago
  20. 2b4de22 Don't redefine macro in util.h by Nick Terrell · 8 years ago
  21. 3b4093c [pzstd] Add 32 bit tests to travis-ci by Nick Terrell · 8 years ago
  22. 5b2c0db Add include guards to datagen.h by Nick Terrell · 8 years ago
  23. 5eaf5da [pzstd] Turn on warnings + quiet them by Nick Terrell · 8 years ago
  24. 16fa12a Merge remote-tracking branch 'refs/remotes/facebook/dev' into zlibWrapper by inikep · 8 years ago
  25. f7ab3ad zwrapbench: testing reusing of a context by inikep · 8 years ago
  26. 21412bb Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  27. 51f4d56 small decompression speed boost for very small data by Yann Collet · 8 years ago
  28. f71828f zwrapbench: testing speed of ZSTD_decompressStream by inikep · 8 years ago
  29. 8e8b046 zwrapbench benchmarks zlibWrapper by inikep · 8 years ago
  30. 54320ce zwrapbench tests zlib by inikep · 8 years ago
  31. d755717 added setZWRAPdecompressionType by inikep · 8 years ago
  32. bd76017 Merge remote-tracking branch 'refs/remotes/facebook/dev' into zlibWrapper by inikep · 8 years ago
  33. 3be5c6e improved zlibWrapper\Makefile by inikep · 8 years ago
  34. dfef5dd added zwrapbench.c by inikep · 8 years ago
  35. c3b8f2b Merge remote-tracking branch 'upstream/dev' into dev by Nick Terrell · 8 years ago
  36. 0a5910b [pzstd] Fix and test 32 bit support by Nick Terrell · 8 years ago
  37. 5c9adff [pzstd] Check if input is a directory by Nick Terrell · 8 years ago
  38. f1073c1 [pzstd] Fix invalid argument message by Nick Terrell · 8 years ago
  39. 1c209a4 [pzstd] Reduce memory usage to 60-75% of previous by Nick Terrell · 8 years ago
  40. 254c5b1 [pzstd] Make CLI compatible with zstd by Nick Terrell · 8 years ago
  41. adc4c16 changed naming convention by inikep · 8 years ago
  42. 61abecc added ZWRAP_initializeCStream by inikep · 8 years ago
  43. 97b378a Streaming : dictionary compression on multiple files / segments can correctly provide srcSize into header (when provided) using pledgedSrcSize. by Yann Collet · 8 years ago
  44. 7e79257 tests with ZSTD_setPledgedSrcSize by inikep · 8 years ago
  45. 230a61f added ZSTD_setPledgedSrcSize by inikep · 8 years ago
  46. 993060e cli : better adaptation to small files by Yann Collet · 8 years ago
  47. 714464f fixed : cli : forgotten mandatory argument by Yann Collet · 8 years ago
  48. 27b5ac6 Implemented "command must be followed by argument" protection by Yann Collet · 8 years ago
  49. 146ef58 added ZWRAPC_finish_with_error_message and ZWRAPD_finish_with_error_message by inikep · 8 years ago
  50. 3fa1b74 improved deflateEnd and inflateEnd by inikep · 8 years ago
  51. 0977f7e minor refactor for clarity by Yann Collet · 8 years ago
  52. 84484cc minor build comment by Yann Collet · 8 years ago
  53. 2da5396 Merge pull request #376 from jungle-boogie/patch-1 by Yann Collet · 8 years ago
  54. 6c7e7dd gmake necessary on *BSD systems. by jungle-boogie · 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. 7b546e5 added fitblk.c by inikep · 8 years ago
  61. 47f3697 added error check by Yann Collet · 8 years ago
  62. 86bdcd8 added error checking by Yann Collet · 8 years ago
  63. 0704df3 fixed cmake test by Yann Collet · 8 years ago
  64. dbe70ba completed change from projects to build by Yann Collet · 8 years ago
  65. 4c9a4c1 changed projects to build by Yann Collet · 8 years ago
  66. c4ab571 better memory deallocation in case of error by inikep · 8 years ago
  67. 0bb930b added ZWRAP_finish_with_error by inikep · 8 years ago
  68. 6101687 improved inflateSync by inikep · 8 years ago
  69. e46bad0 imporved support for Z_FINISH by inikep · 8 years ago
  70. 1eb2fdc bumped version number by Yann Collet · 8 years ago
  71. 4ca3d4b streaming compression example can handle situations where input buffer size is manually set to a small value. by Yann Collet · 8 years ago
  72. 88aa179 added comments on buffer sizes guarantees by Yann Collet · 8 years ago
  73. 6003894 added -- command in help by Yann Collet · 8 years ago
  74. 8fc5848 inflateSetDictionary uses ZSTD_initDStream_usingDict by inikep · 8 years ago
  75. b077345 zlibWrapper converted from ZBUFF to ZSTD_CStream by inikep · 8 years ago
  76. f47a0a8 Merge pull request #370 from inikep/dev by Yann Collet · 8 years ago
  77. 3e70cf8 Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev by inikep · 8 years ago
  78. dd8905b test-zstd-speed.py: better description of options by inikep · 8 years ago
  79. ed0ea8d test-zstd-speed.py: added "-D dictName" by inikep · 8 years ago
  80. d28afac test-zstd-speed.py: added support for directories by inikep · 8 years ago
  81. 6173931 fixed memory leak reported by bryongloden by inikep · 8 years ago
  82. 55f2769 removed option unsupported by travis by Yann Collet · 8 years ago
  83. a6bdf55 fixed memory leak by Yann Collet · 8 years ago
  84. 3e47dbc fixed memory leak by Yann Collet · 8 years ago
  85. 644a8da fixed minor conversion warning by Yann Collet · 8 years ago
  86. 43eeea4 fileio uses ZSTD_resetCStream() by Yann Collet · 8 years ago
  87. 4cb2129 introduced ZSTD_resetCStream() by Yann Collet · 8 years ago
  88. fa0c097 variable renaming by Yann Collet · 8 years ago
  89. d7c6589 support ZSTD_sizeof_*() on NULL added ZSTD_sizeof_CDict() by Yann Collet · 8 years ago
  90. 55981a9 updated format doc version by Yann Collet · 8 years ago
  91. 6f358f5 Merge pull request #367 from jrudolph/docs-table-examples by Yann Collet · 8 years ago
  92. 0b01a8e Merge pull request #366 from inikep/dev by Yann Collet · 8 years ago
  93. 35ad602 spec: clarify how bitstream exactly needs to be reversed for reading by Johannes Rudolph · 8 years ago
  94. 6fb4d67 add FSE decoding tables for predefined distributions to spec by Johannes Rudolph · 8 years ago
  95. 3ecbe6a fileio uses ZSTD_resetDStream() by Yann Collet · 8 years ago
  96. e91c4b4 introduced ZSTD_resetDStream() . added : ZSTD_sizeof_DDict() by Yann Collet · 8 years ago
  97. c03f15e zstd.exe has FileVersion and ProductVersion with 32-bit gcc (MinGW) by inikep · 8 years ago
  98. d092d77 minor variable renaming by Yann Collet · 8 years ago
  99. 64deef3 Fixed srcSize=1 by Yann Collet · 8 years ago
  100. 838beb2 Merge branch 'fasterDDict' into dev by Yann Collet · 8 years ago