1. c28f9e2 attempt to re-enable msan tests by Yann Collet · 8 years ago
  2. 2cc72f1 fixed initialization issue in bench by Yann Collet · 8 years ago
  3. c44785b Merge pull request #200 from Cyan4973/dev070 by Yann Collet · 8 years ago
  4. e3d5294 fixed initialization mismatch in `ZSTD_copyCCtx()` by Yann Collet · 8 years ago
  5. 142acbd fixed minor visual conversion warning by Yann Collet · 8 years ago
  6. 673f0d7 new frame format, allowing custom window size by Yann Collet · 8 years ago
  7. 89703d2 reduced dependencies by Yann Collet · 8 years ago
  8. 51778b7 updated README following merging of `*_static.h` by Yann Collet · 8 years ago
  9. a91ca62 removed `HUF_readStats()` from public space by Yann Collet · 8 years ago
  10. f3a1a84 fixed cmake project by Yann Collet · 8 years ago
  11. d0e2cd1 Merged `fse_static` into `fse.h` . Now requires `FSE_STATIC_LINKING_ONLY` macro. by Yann Collet · 8 years ago
  12. 130fe11 merged `huf_static.h` into `huf.h` . Requires `HUF_STATIC_LINKING_ONLY` macro. by Yann Collet · 8 years ago
  13. dc048d1 minor comment (detailing an `#include` motivation) by Yann Collet · 8 years ago
  14. 068a8c1 commented out versionTests, which can not work while waiting for legacy decoder v0.6 by Yann Collet · 8 years ago
  15. f938ad5 fixed cmake project by Yann Collet · 8 years ago
  16. 49bb004 removed `ZSTD_highbit()` from `zstd_internal.h`, as it is only used by `zstd_compress.c` by Yann Collet · 8 years ago
  17. 16f7299 fixed zlib wrapper for new `.h` strategy by Yann Collet · 8 years ago
  18. d3b7f8d Merged `zstd_static.h` into `zstd.h` . Now requires `ZSTD_STATIC_LINKING_ONLY` macro by Yann Collet · 8 years ago
  19. ac110a1 Removed ZBUFF internal util function from public area by Yann Collet · 8 years ago
  20. 5347aee merged `zbuff_static.h` into `zbuff.h` . Now requires `ZBUFF_STATIC_LINKING_ONLY` macro by Yann Collet · 8 years ago
  21. e69b8cc merged `zdict_static.h` into `zdict.h`. Now requires `ZDICT_STATIC_LINKING_ONLY` macro. by Yann Collet · 8 years ago
  22. 198d127 minor comment change (unfinished description of new header format) by Yann Collet · 8 years ago
  23. 0d31160 better dynamic memory adaptation when using CLI by Yann Collet · 8 years ago
  24. f4f5aff restore ZBUFF full-block-size, for better performance on small input by Yann Collet · 8 years ago
  25. a49c1f1 Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 by Yann Collet · 8 years ago
  26. ab7b6f1 Merge pull request #198 from inikep/dev070 by Yann Collet · 8 years ago
  27. de2c92f zlibWrapper: compress uses ZWRAP_DEFAULT_CLEVEL by inikep · 8 years ago
  28. 4af2c9d zlibWrapper: improved error handling by inikep · 8 years ago
  29. a5ad527 minor decoder code refactoring by Yann Collet · 8 years ago
  30. 3640396 fixed: deallocation of structures in case of error in ZBUFF_createCCtx and ZBUFF_createDCtx by inikep · 8 years ago
  31. f040be9 zlibWrapper: ZWRAP_createDCtx and ZWRAP_freeDCtx use custom memory allocation functions by inikep · 8 years ago
  32. fe48775 minor decoder code refactoring by Yann Collet · 8 years ago
  33. 441f5d6 dictionary size objective can be described in Megabytes by Yann Collet · 8 years ago
  34. 1dd7961 minor code refactoring by Yann Collet · 8 years ago
  35. 2a74609 zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions by inikep · 8 years ago
  36. 3763c77 defaultCustomNULL replaced with defaultCustomMem by inikep · 8 years ago
  37. 36fac00 removed calloc calls from lib/ by inikep · 8 years ago
  38. db2f540 added defaultCustomNULL by inikep · 8 years ago
  39. c7f008b Travis cmaketest will also run "make install" and "make uninstall" by inikep · 8 years ago
  40. d36ee9b cmake project: added "make clean-all" by inikep · 8 years ago
  41. 764deea cmake project: fixed "make install" by inikep · 8 years ago
  42. aa224c0 VS projects: remove duplicated xxhash.c and xxhash.h by inikep · 8 years ago
  43. ff2d189 zlibWrapper: added gcc flag -Wdeclaration-after-statement by inikep · 8 years ago
  44. b74a468 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070 by inikep · 8 years ago
  45. 614fdde zlibWrapper: support for stricter gcc warnings by inikep · 8 years ago
  46. 7cab86f ZWRAP_allocFunction and ZWRAP_freeFunction are static by inikep · 8 years ago
  47. 923938e Added `-Wdeclaration-after-statement` compilation flag by Yann Collet · 8 years ago
  48. 2c4acda Changed command name to `--check` , `-C`, following `xz` convention by Yann Collet · 8 years ago
  49. ff9114a zlibWrapper: added support for custom memory allocation functions by inikep · 8 years ago
  50. c4807f4 default custom allocation functions moved to zstd_internal.h by inikep · 8 years ago
  51. 2866951 opaque parameter for custom memory allocation functions by inikep · 8 years ago
  52. e02bf99 zlibWrapper: fixed memory deallocation bug with zstd decompression by inikep · 8 years ago
  53. bf25d7a zlibWrapper: support for zlib versions from 1.2.3 to 1.2.8 by inikep · 8 years ago
  54. 87cfbe3 checksum generation can be selected from command line (`--checksum`) by Yann Collet · 8 years ago
  55. eb70043 Fixed paramgrill by Yann Collet · 8 years ago
  56. 9242816 fparamsPtr->windowLog==0 means that a frame is skippable by inikep · 8 years ago
  57. 70d1301 Changed `ZSTD_adjustCParams()` prototype by Yann Collet · 8 years ago
  58. 83c3f44 upgraded zbufftest to also test advanced frame parameters no/checksum no/dictID by Yann Collet · 8 years ago
  59. 13f42d9 VS2010 project: reverted zstdlib.rc by inikep · 8 years ago
  60. 38a0215 Merge pull request #197 from inikep/dev070 by Yann Collet · 8 years ago
  61. 8b45245 zlibWrapper: Z_DEFAULT_COMPRESSION is translated to ZWRAP_DEFAULT_CLEVEL for zstd by inikep · 8 years ago
  62. b37b79e VS projects: fixed xxhash dependency in fullbench by inikep · 8 years ago
  63. 043b3c0 zlibWrapped: removed dependency from ZSTD_FRAMEHEADERSIZE_MIN by inikep · 8 years ago
  64. c30d8d5 fixed fullbench visual project by cyan · 8 years ago
  65. 5c27717 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070 by inikep · 8 years ago
  66. 202844e fixed zbufftest : by Yann Collet · 8 years ago
  67. 8e3a36a decompression validates frame content checksum by Yann Collet · 8 years ago
  68. 00fa1ae update playTests.sh permission by inikep · 8 years ago
  69. a6b9420 Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070 by inikep · 8 years ago
  70. c4f739b Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 by Yann Collet · 8 years ago
  71. f2a3b6e added : frame content checksum by Yann Collet · 8 years ago
  72. cf6edcd zbufftest.c: fixed g++ warning by inikep · 8 years ago
  73. 43aa9fe fixed skippable frame by inikep · 8 years ago
  74. 019b833 VS project: dictBuilder added to include directories by inikep · 8 years ago
  75. 8243b27 cmake project: removed WORKAROUND_OUTDATED_CODE_STYLE by inikep · 8 years ago
  76. e62165b Merge pull request #195 from inikep/dev070 by Yann Collet · 8 years ago
  77. 5d500b6 updated CMakeLists.txt by inikep · 8 years ago
  78. 5bee32e cmake project works with MSYS by inikep · 8 years ago
  79. f772bf5 support for skippable frames by inikep · 8 years ago
  80. d57b418 updated appveyor.yml by inikep · 8 years ago
  81. e3f4e6c Updated news by Yann Collet · 8 years ago
  82. ab43c50 Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 by Yann Collet · 8 years ago
  83. 6ae270d Merge pull request #194 from ot/dev070 by Yann Collet · 8 years ago
  84. 370b751 Expose function to add entropy tables to pre-built dictionary. by Giuseppe Ottaviano · 8 years ago
  85. 6fca9e7 Changed : max dictionary file size increased to 8 MB by Yann Collet · 8 years ago
  86. 6381e99 Added : ability to create compressed frames without dictID by Yann Collet · 8 years ago
  87. b81cbba fixed minor conversion warning by Yann Collet · 8 years ago
  88. 290aaa7 Added : ability to manually select the dictionary ID of a newly created dictionary by Yann Collet · 8 years ago
  89. 815580a added `cmake --version` to check cmake version on Travis by Yann Collet · 8 years ago
  90. 118bfc4 fixed cmaketest by Yann Collet · 8 years ago
  91. b880631 Fixed visual projects by cyan · 8 years ago
  92. 3000952 fuzzer tests dictBuilder. by Yann Collet · 8 years ago
  93. d2858e9 minor refactoring by Yann Collet · 8 years ago
  94. 829dc66 Merge branch 'dev' into dev070 by Yann Collet · 8 years ago
  95. dd97e24 Updated NEWS with @inikep's work by Yann Collet · 8 years ago
  96. 1dcb2ff improved scripts compatibility by inikep · 8 years ago
  97. 957d678 update playTests.sh perimissions by inikep · 8 years ago
  98. 1981d5a Travis tests for PowerPC and OS X by inikep · 8 years ago
  99. 93fc13e playTests.sh working with Linux, Windows, OS X by inikep · 8 years ago
  100. c0a9bf3 minor code refactoring by Yann Collet · 8 years ago