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