1. 17e482e added ZSTD_setDStreamParameter() by Yann Collet · 8 years ago
  2. 3071c3e STREAM_WINDOW_MAX : protect streaming from unreasonable memory requirements by Yann Collet · 8 years ago
  3. 70e3b31 fixed playtests on os-x by Yann Collet · 8 years ago
  4. cb32763 added sizeof CStream and DStream by Yann Collet · 8 years ago
  5. d1733f7 fixed crc bug in rare timing conditions within bench.c by Yann Collet · 8 years ago
  6. 70c2326 spec : clarify last literal copy command by Yann Collet · 8 years ago
  7. 8baf78a minor coding style by Yann Collet · 8 years ago
  8. 1bee2d5 slight decompression speed improvement by Yann Collet · 8 years ago
  9. 0cfe2ec sync fse version by Yann Collet · 8 years ago
  10. af19603 sync huff0 by Yann Collet · 8 years ago
  11. 7be46bf promoted streaming API to stable (except _advanced() variants) by Yann Collet · 8 years ago
  12. fdba57d update version number by Yann Collet · 8 years ago
  13. da3fbcb Added ZDICT_getDictID() by Yann Collet · 8 years ago
  14. b571a0e Merge pull request #298 from inikep/Other by Yann Collet · 8 years ago
  15. b944ce0 update Mac homebrew installation script by Yann Collet · 8 years ago
  16. b6514d2 improved .gitignore by inikep · 8 years ago
  17. 7feafdd appveyor.yml working with tests/ by inikep · 8 years ago
  18. b7d3449 playTests.sh working with tests/ by inikep · 8 years ago
  19. a5dbf9f Merge pull request #297 from borzunov/dev by Yann Collet · 8 years ago
  20. 49d105c better warning and error messages in case of dictionary training failure (#292) by Yann Collet · 8 years ago
  21. 6ca9b85 cmake project: fixed include directories by inikep · 8 years ago
  22. 49775e3 VS projects: fixed include directiories by inikep · 8 years ago
  23. b1421f2 updated VS projects by inikep · 8 years ago
  24. 63e3357 updated scripts +x permissions by inikep · 8 years ago
  25. 2d5eb2b updated .travis.yml and appveyor.yml for tests/ by inikep · 8 years ago
  26. 0f6f17a Rename ZSTDLIB_API to ZDICTLIB_API in zdict.h by Alexander Borzunov · 8 years ago
  27. a1c8115 improved tests\Makefile by inikep · 8 years ago
  28. 2868d56 test-related files moved to tests/ by inikep · 8 years ago
  29. 1f48382 Export functions related to dictionary compression from DLL by Alexander Borzunov · 8 years ago
  30. 79d9cdd updated icc compilation status by Yann Collet · 8 years ago
  31. e80d153 Merge pull request #296 from inikep/Other by Yann Collet · 8 years ago
  32. a7bb322 removed never referenced functions by inikep · 8 years ago
  33. 5a54870 fixed Intel Compiler warnings with Visual Studio by inikep · 8 years ago
  34. 18442c1 minor refactoring by Yann Collet · 8 years ago
  35. bfdc34e Merge pull request #294 from inikep/Other by Yann Collet · 8 years ago
  36. c5e12f7 fixed powerpc Travis test by inikep · 8 years ago
  37. 79b4062 fixed paramgrill dependency by inikep · 8 years ago
  38. d0c270f improved programs\Makefile by inikep · 8 years ago
  39. 1095e01 ignore Mac-related artefact by Yann Collet · 8 years ago
  40. 78f3e06 disabled %llu warnings with MinGW on Windows by inikep · 8 years ago
  41. 156ab8f APT dependencies moved from Makefile to .travis.yml by inikep · 8 years ago
  42. 3d9211e Merge pull request #290 from david-y-lam/fix_file_name by Yann Collet · 8 years ago
  43. bbf3739 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other by inikep · 8 years ago
  44. c411902 fixed g++ conversion warning by Yann Collet · 8 years ago
  45. 2065879 updated examples by Yann Collet · 8 years ago
  46. 53e17fb updated streaming API by Yann Collet · 8 years ago
  47. e4aef6c Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other by inikep · 8 years ago
  48. 94ca85d fixed Visual warning by Yann Collet · 8 years ago
  49. 655393c updated doc for streaming API by Yann Collet · 8 years ago
  50. 6263ba5 fileio uses new streaming API by Yann Collet · 8 years ago
  51. fb5e385 minor changes by Yann Collet · 8 years ago
  52. 9f9f1fc added streaming_decompression example by Yann Collet · 8 years ago
  53. 553b213 added streaming_compression.c example by Yann Collet · 8 years ago
  54. d7883a2 added zstreamtest by Yann Collet · 8 years ago
  55. 104e5b0 added : streaming decompression API by Yann Collet · 8 years ago
  56. 5a0c8e2 new streaming API (compression) by Yann Collet · 8 years ago
  57. b3950ee support for Z_SYNC_FLUSH, by @dak-evanti-ru by Yann Collet · 8 years ago
  58. 146eee1 Merge pull request #291 from dak-evanti-ru/dev by Yann Collet · 8 years ago
  59. 2ed3ba2 Fix issue with SYNC_FLUSH support by zlib wrapper by Dmitry Krot · 8 years ago
  60. 0f27045 Remove truncation of filename in zstd CLI log lines by David Lam · 8 years ago
  61. d6ad8fe Merge pull request #288 from inikep/Other by Yann Collet · 8 years ago
  62. e81f2cb improved zstd_compression_format.md by inikep · 8 years ago
  63. 8f56319 Merge pull request #286 from david-y-lam/dev by Yann Collet · 8 years ago
  64. ac43e95 Add more descriptive message to -v option in zstd CLI by David Lam · 8 years ago
  65. fab0230 changed test, in compliance with new --ultra policy by Yann Collet · 8 years ago
  66. fe0590f new --ultra policy by Yann Collet · 8 years ago
  67. 6c36449 minor comments by Yann Collet · 8 years ago
  68. ba92046 Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  69. e9b414d fixed msan warning (#281) by Yann Collet · 8 years ago
  70. a9ba7e7 Merge pull request #284 from inikep/Other by Yann Collet · 8 years ago
  71. 60e1287 Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  72. 8a734e5 Merge pull request #283 from inikep/Testing2 by Yann Collet · 8 years ago
  73. 828db00 Merge pull request #279 from inikep/Portability by Yann Collet · 8 years ago
  74. f6199ed updated Dspeed graph by Yann Collet · 8 years ago
  75. db4369b updated Dspeed graph by Yann Collet · 8 years ago
  76. f4f8add Merge pull request #3 from inikep/dev08 by Przemyslaw Skibinski · 8 years ago
  77. 5f49eba added usage of rep[0]-1 for the optimal parser by inikep · 8 years ago
  78. 98e08cb fixed: tree not updated after finding very long rep matches by inikep · 8 years ago
  79. 7132fb1 bench.c: removed benchResult_t by inikep · 8 years ago
  80. 5661bc1 Merge remote-tracking branch 'refs/remotes/origin/Portability' into Testing by inikep · 8 years ago
  81. cfe5fe4 modified .gitignore by inikep · 8 years ago
  82. a43d8ab added Visual Studio 2005 project by inikep · 8 years ago
  83. 038d149 fixed compilation with Visual Studio 2005 by inikep · 8 years ago
  84. 3d2c58c fixed compilation with Visual in C++ mode by inikep · 8 years ago
  85. 48849f8 fixed compilation with Intel Compiler with Windows by inikep · 8 years ago
  86. 855dbaf added CompileAsCpp.props for VC++ compilation by inikep · 8 years ago
  87. 70ce21f appveyor.yml: test C++ compilation with Visual Studio by inikep · 8 years ago
  88. 5fbc8aa .travis.yml: 24 tests merged into 12 tests by inikep · 8 years ago
  89. 2aeb932 test-zstd-speed.py: added tests for clang and md5 sum of executables by inikep · 8 years ago
  90. 4cc1954 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev08 by inikep · 8 years ago
  91. 1ea5622 updated xxhash by Yann Collet · 8 years ago
  92. f6aed96 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev08 by inikep · 8 years ago
  93. 666398e added : xxhash namespace enforced from xxhash.h. by Yann Collet · 8 years ago
  94. 8ded0b8 update xxhash to v0.6.2 by Yann Collet · 8 years ago
  95. 0486bb7 fixed : make clean by Yann Collet · 8 years ago
  96. be1eb3f updated mac homebrew install script by Yann Collet · 8 years ago
  97. ac1e7e8 fixed: tree not updated after finding very long rep matches by inikep · 8 years ago
  98. ad9f70e Improved speed of Intel Compiler for Windows by inikep · 8 years ago
  99. 32c02fa Fix for Intel Compiler with Windows by inikep · 8 years ago
  100. 280f9a8 minor comment by Yann Collet · 8 years ago