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