1. bf25d7a zlibWrapper: support for zlib versions from 1.2.3 to 1.2.8 by inikep · 8 years ago
  2. 9242816 fparamsPtr->windowLog==0 means that a frame is skippable by inikep · 8 years ago
  3. 13f42d9 VS2010 project: reverted zstdlib.rc by inikep · 8 years ago
  4. 8b45245 zlibWrapper: Z_DEFAULT_COMPRESSION is translated to ZWRAP_DEFAULT_CLEVEL for zstd by inikep · 8 years ago
  5. b37b79e VS projects: fixed xxhash dependency in fullbench by inikep · 8 years ago
  6. 043b3c0 zlibWrapped: removed dependency from ZSTD_FRAMEHEADERSIZE_MIN by inikep · 8 years ago
  7. 5c27717 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070 by inikep · 8 years ago
  8. 202844e fixed zbufftest : by Yann Collet · 8 years ago
  9. 8e3a36a decompression validates frame content checksum by Yann Collet · 8 years ago
  10. 00fa1ae update playTests.sh permission by inikep · 8 years ago
  11. a6b9420 Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070 by inikep · 8 years ago
  12. c4f739b Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 by Yann Collet · 8 years ago
  13. f2a3b6e added : frame content checksum by Yann Collet · 8 years ago
  14. cf6edcd zbufftest.c: fixed g++ warning by inikep · 8 years ago
  15. 43aa9fe fixed skippable frame by inikep · 8 years ago
  16. 019b833 VS project: dictBuilder added to include directories by inikep · 8 years ago
  17. 8243b27 cmake project: removed WORKAROUND_OUTDATED_CODE_STYLE by inikep · 8 years ago
  18. e62165b Merge pull request #195 from inikep/dev070 by Yann Collet · 8 years ago
  19. 5d500b6 updated CMakeLists.txt by inikep · 8 years ago
  20. 5bee32e cmake project works with MSYS by inikep · 8 years ago
  21. f772bf5 support for skippable frames by inikep · 8 years ago
  22. d57b418 updated appveyor.yml by inikep · 8 years ago
  23. e3f4e6c Updated news by Yann Collet · 8 years ago
  24. ab43c50 Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 by Yann Collet · 8 years ago
  25. 6ae270d Merge pull request #194 from ot/dev070 by Yann Collet · 8 years ago
  26. 370b751 Expose function to add entropy tables to pre-built dictionary. by Giuseppe Ottaviano · 8 years ago
  27. 6fca9e7 Changed : max dictionary file size increased to 8 MB by Yann Collet · 8 years ago
  28. 6381e99 Added : ability to create compressed frames without dictID by Yann Collet · 8 years ago
  29. b81cbba fixed minor conversion warning by Yann Collet · 8 years ago
  30. 290aaa7 Added : ability to manually select the dictionary ID of a newly created dictionary by Yann Collet · 8 years ago
  31. 815580a added `cmake --version` to check cmake version on Travis by Yann Collet · 8 years ago
  32. 118bfc4 fixed cmaketest by Yann Collet · 8 years ago
  33. b880631 Fixed visual projects by cyan · 8 years ago
  34. 3000952 fuzzer tests dictBuilder. by Yann Collet · 8 years ago
  35. d2858e9 minor refactoring by Yann Collet · 8 years ago
  36. 829dc66 Merge branch 'dev' into dev070 by Yann Collet · 8 years ago
  37. dd97e24 Updated NEWS with @inikep's work by Yann Collet · 8 years ago
  38. 1dcb2ff improved scripts compatibility by inikep · 8 years ago
  39. 957d678 update playTests.sh perimissions by inikep · 8 years ago
  40. 1981d5a Travis tests for PowerPC and OS X by inikep · 8 years ago
  41. 93fc13e playTests.sh working with Linux, Windows, OS X by inikep · 8 years ago
  42. c0a9bf3 minor code refactoring by Yann Collet · 8 years ago
  43. 954e2bc added fuzzer test for `ZSTD_compressBegin_advanced()` by Yann Collet · 8 years ago
  44. 7d64cb3 commented versionsTest, which won't succeed while legacy 0.6 is missing by Yann Collet · 8 years ago
  45. 33341de fixed fuzzer dictionary test by Yann Collet · 8 years ago
  46. fcf2087 restored zstdcli.c by Yann Collet · 8 years ago
  47. c46fb92 added dictionary ID (incomplete) by Yann Collet · 8 years ago
  48. 0d348d4 fixed cmake fixed playTests by Yann Collet · 8 years ago
  49. f51e066 Simplified list of `*.c` files by Yann Collet · 8 years ago
  50. 0c5e8b1 moved xxhash to lib/common by Yann Collet · 8 years ago
  51. 04fa41b Merge pull request #192 from Cyan4973/dev by Yann Collet · 8 years ago
  52. ab2ee08 fixed makefile error in clean target by Yann Collet · 8 years ago
  53. fb0ba59 Added : utility `roundTripCrash` by Yann Collet · 8 years ago
  54. 6c903a8 updated xxhash to latest "dev" version by Yann Collet · 8 years ago
  55. d0c3862 #define z_const if not defined by inikep · 8 years ago
  56. e9dfdf6 added zlibwrapper test for Travis by inikep · 8 years ago
  57. 993a9df playTests.sh updated to work better with /bin/sh by inikep · 8 years ago
  58. 1eeba1c Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  59. bc6e27c Merge pull request #191 from inikep/dev by Yann Collet · 8 years ago
  60. bff23b7 fixed Visual Studio warning by inikep · 8 years ago
  61. 957823f zstdcli: -r (operate recursively on directories) works with dictBuilder and compression by inikep · 8 years ago
  62. 4f1acdd usage of fileno() only on POSIX and Windows by inikep · 8 years ago
  63. e75909e ZBUFF_createCCtx_advanced moved to zbuff_static.h by inikep · 8 years ago
  64. 0d0f7e4 minor linter modifications by Yann Collet · 8 years ago
  65. 5d58956 playTests.sh joined with playTestsMSYS.sh by inikep · 8 years ago
  66. ebc13bc cleaner versionsTest script and output by Yann Collet · 8 years ago
  67. 460a4ee playTests updated with Pass-Through mode by inikep · 8 years ago
  68. 33b8a89 CMake project moved to projects by inikep · 8 years ago
  69. 02c244b Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  70. c8f5509 Merge remote-tracking branch 'refs/remotes/origin/playTests' into dev by inikep · 8 years ago
  71. 4a9ec65 Merge remote-tracking branch 'refs/remotes/origin/playTests' into dev by inikep · 8 years ago
  72. fb5df61 zstd_stats.h included only in debug mode by inikep · 8 years ago
  73. a1653fb zbufftest.c: tests for ZBUFF_createCCtx_advanced/ZBUFF_createDCtx_advanced by inikep · 8 years ago
  74. 71dd67c fullbench: tests for ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced by inikep · 8 years ago
  75. ddbb8e2 fixed minor conversion warning by Yann Collet · 8 years ago
  76. de95f96 Pass-Through mode support (using `-df`), for compatibility with gzip by Yann Collet · 8 years ago
  77. 32990b5 Added tests for Sparse mode support by Yann Collet · 8 years ago
  78. 13ba880 added ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced by inikep · 8 years ago
  79. 75424d1 Added : Sparse write support --[no-]sparse command by Yann Collet · 8 years ago
  80. 107e243 added ZSTD_createDCtx_advanced by inikep · 8 years ago
  81. 50e82c0 added ZSTD_createCCtx_advanced by inikep · 8 years ago
  82. da4fe74 more portable DEVNULL definition by Yann Collet · 8 years ago
  83. 99b23ba cleaner script output by Yann Collet · 8 years ago
  84. dca60f2 Added : new cross-version test : check new versions can decode older ones by Yann Collet · 8 years ago
  85. 764d23e Merge pull request #189 from thatsafunnyname/patch-2 by Yann Collet · 8 years ago
  86. 04773ac Minor changes needed for OpenVMS by Peter (Stig) Edwards · 8 years ago
  87. 35b891c zstd_stats.h updated to v0.6 by inikep · 8 years ago
  88. f22a0d6 huff0 dynamic reduction by Yann Collet · 8 years ago
  89. 45f84ab all programs use `ZSTD_VERSION_STRING` from `zstd.h` to display their version by Yann Collet · 8 years ago
  90. de4d4da changed version to 0.6.2 by Yann Collet · 8 years ago
  91. 7591a7f minor refactoring by Yann Collet · 8 years ago
  92. e162ace minor simplification by Yann Collet · 8 years ago
  93. 96abb5a AppVeyor tests use playTests.bat by inikep · 8 years ago
  94. 44bb2f6 added datagen in Visual Studio project by inikep · 8 years ago
  95. 60af95d fixed compression with -c with multiple files on Windows by inikep · 8 years ago
  96. 2bd6b13 added playTests.bat by inikep · 8 years ago
  97. 3aa4b2b update file permission by inikep · 8 years ago
  98. 877cc84 changed appveyor.yml by inikep · 8 years ago
  99. 35276a9 fixed minor conversion warnings by Yann Collet · 8 years ago
  100. bde926f removed msan tests by Yann Collet · 8 years ago