1. 476964f ZSTD_decodeSeqHeaders renamed to ZSTDv01_decodeSeqHeaders by inikep · 8 years ago
  2. c13faa1 legacy decoders: restored #include <intrin.h> for VC++ by inikep · 8 years ago
  3. 8161e73 unified error codes for legacy decoders by inikep · 8 years ago
  4. 33a0465 fixed a few links by Yann Collet · 8 years ago
  5. d56dbc0 removed g_displayLevel by Yann Collet · 8 years ago
  6. 855766d clarified dictionary in format description by Yann Collet · 8 years ago
  7. d725427 g_time => local displayTime by Yann Collet · 8 years ago
  8. 1563bfe fixing FORCE_INLINE for older compilers (#330) by Yann Collet · 8 years ago
  9. 7304eb7 bumped version number by Yann Collet · 8 years ago
  10. 901e85f version bump by Yann Collet · 8 years ago
  11. 1c59c20 removed redundant files by Yann Collet · 8 years ago
  12. 599c69d minor Makefile updates by Yann Collet · 8 years ago
  13. e10f7f3 merge by David Lam · 8 years ago
  14. 4ded9e5 added boilerplate by Yann Collet · 8 years ago
  15. 3b15f1f minor refactor by Yann Collet · 8 years ago
  16. 240795b Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  17. 14200a2 Fixed issue #304, reported by @borzunov by Yann Collet · 8 years ago
  18. da9d3b7 Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c by David Lam · 8 years ago
  19. 09c3c8e Merge pull request #307 from inikep/dev08 by Yann Collet · 8 years ago
  20. 6416b0d updated README.md by inikep · 8 years ago
  21. 23b6e05 ZSTD_malloc() and ZSTD_free(), to simplify customMem by Yann Collet · 8 years ago
  22. 5f53b03 fixed continuation context by Yann Collet · 8 years ago
  23. 767d8f6 legacy contexts can be re-used by Yann Collet · 8 years ago
  24. 4bf317d first version supporting legacy streams (transparent decoding) by Yann Collet · 8 years ago
  25. e19a9ef update compression level table by Yann Collet · 8 years ago
  26. 9a021c1 fixed some minor clang warnings by Yann Collet · 8 years ago
  27. cb5a320 made -Wdocumentation a clang only flag by Yann Collet · 8 years ago
  28. 87c18b2 fixed multiple minor warnings for XCode by Yann Collet · 8 years ago
  29. 0d59a6f removed debug strings by Yann Collet · 8 years ago
  30. 5a02b69 reinforced fix for huge files by Yann Collet · 8 years ago
  31. 96bdd87 fixed : compression bug on very large files by Yann Collet · 8 years ago
  32. a3a47ec Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other by inikep · 8 years ago
  33. a2cdffe fixed wrong parameter issue by Yann Collet · 8 years ago
  34. e416e30 remove unnecessary comments by inikep · 8 years ago
  35. 4e90f6c removed ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK by inikep · 8 years ago
  36. 83388e1 removed ZSTD_LOG_PARSER by inikep · 8 years ago
  37. 8a36f85 removed stats in debug mode by inikep · 8 years ago
  38. 57ef4b1 zstd_v07.c: removed unused macros by inikep · 8 years ago
  39. 24b68a5 update cLevel table for 256KB by Yann Collet · 8 years ago
  40. c54692f improved level 3 by Yann Collet · 8 years ago
  41. 17e482e added ZSTD_setDStreamParameter() by Yann Collet · 8 years ago
  42. 3071c3e STREAM_WINDOW_MAX : protect streaming from unreasonable memory requirements by Yann Collet · 8 years ago
  43. 70e3b31 fixed playtests on os-x by Yann Collet · 8 years ago
  44. cb32763 added sizeof CStream and DStream by Yann Collet · 8 years ago
  45. d1733f7 fixed crc bug in rare timing conditions within bench.c by Yann Collet · 8 years ago
  46. 8baf78a minor coding style by Yann Collet · 8 years ago
  47. 1bee2d5 slight decompression speed improvement by Yann Collet · 8 years ago
  48. 0cfe2ec sync fse version by Yann Collet · 8 years ago
  49. af19603 sync huff0 by Yann Collet · 8 years ago
  50. 7be46bf promoted streaming API to stable (except _advanced() variants) by Yann Collet · 8 years ago
  51. fdba57d update version number by Yann Collet · 8 years ago
  52. da3fbcb Added ZDICT_getDictID() by Yann Collet · 8 years ago
  53. a5dbf9f Merge pull request #297 from borzunov/dev by Yann Collet · 8 years ago
  54. 49d105c better warning and error messages in case of dictionary training failure (#292) by Yann Collet · 8 years ago
  55. 0f6f17a Rename ZSTDLIB_API to ZDICTLIB_API in zdict.h by Alexander Borzunov · 8 years ago
  56. 1f48382 Export functions related to dictionary compression from DLL by Alexander Borzunov · 8 years ago
  57. e80d153 Merge pull request #296 from inikep/Other by Yann Collet · 8 years ago
  58. a7bb322 removed never referenced functions by inikep · 8 years ago
  59. 18442c1 minor refactoring by Yann Collet · 8 years ago
  60. c411902 fixed g++ conversion warning by Yann Collet · 8 years ago
  61. 53e17fb updated streaming API by Yann Collet · 8 years ago
  62. 655393c updated doc for streaming API by Yann Collet · 8 years ago
  63. 104e5b0 added : streaming decompression API by Yann Collet · 8 years ago
  64. 5a0c8e2 new streaming API (compression) by Yann Collet · 8 years ago
  65. ba92046 Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  66. e9b414d fixed msan warning (#281) by Yann Collet · 8 years ago
  67. 5f49eba added usage of rep[0]-1 for the optimal parser by inikep · 8 years ago
  68. 98e08cb fixed: tree not updated after finding very long rep matches by inikep · 8 years ago
  69. 038d149 fixed compilation with Visual Studio 2005 by inikep · 8 years ago
  70. 48849f8 fixed compilation with Intel Compiler with Windows by inikep · 8 years ago
  71. 1ea5622 updated xxhash by Yann Collet · 8 years ago
  72. 666398e added : xxhash namespace enforced from xxhash.h. by Yann Collet · 8 years ago
  73. 8ded0b8 update xxhash to v0.6.2 by Yann Collet · 8 years ago
  74. 280f9a8 minor comment by Yann Collet · 8 years ago
  75. e0b4a2d fixed dictionary generation, reported by Bartosz Taudul by Yann Collet · 8 years ago
  76. ae40b18 bumped library number by Yann Collet · 8 years ago
  77. 0763905 ZSTD_compress_usingCDict() correctly provides original size by default in frame header by Yann Collet · 8 years ago
  78. bf2bc11 bench : controlled display update when loading lot of files by Yann Collet · 8 years ago
  79. 346efcc fixed doc typo by Yann Collet · 8 years ago
  80. f116e87 fixed analyzer warning by Yann Collet · 8 years ago
  81. 9ba929f Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  82. 3ca7503 updated doc (#269) by Yann Collet · 8 years ago
  83. c55eb18 Merge pull request #267 from inikep/dev08 by Yann Collet · 8 years ago
  84. 056df51 fixed ZSTD_compressBlock_opt_extDict_generic by inikep · 8 years ago
  85. 917fe18 Implemented repOffset "minus 1" on ll==0 by Yann Collet · 8 years ago
  86. 2a2ba36 Merge pull request #266 from jrmarino/master by Yann Collet · 8 years ago
  87. 0d07ec0 Enable build on FreeBSD ports (includes DragonFly BSD) by jrmarino · 8 years ago
  88. 8cebfd1 fix attempt on test-zstd-speed by Yann Collet · 8 years ago
  89. 66f69e5 restore decompression speed on fizzle by Yann Collet · 8 years ago
  90. 3b2bd1d zstd_opt uses same tables as zstd_compress by Yann Collet · 8 years ago
  91. f714f59 fixed visual warning by Yann Collet · 8 years ago
  92. 761f8db back to normal table cell copy by Yann Collet · 8 years ago
  93. 3c6b808 minor decompression speed gains by Yann Collet · 8 years ago
  94. 70a9ff4 fixed too large selectivity level, reported by Ilona Papava by Yann Collet · 8 years ago
  95. c0ce4f1 slightly improved compression speed by Yann Collet · 8 years ago
  96. ed57d85 new seqStore by Yann Collet · 8 years ago
  97. 6b615d3 Updated API comments, following suggestions by Bryan O'Sullivan by Yann Collet · 8 years ago
  98. c00d30f Merge pull request #264 from inikep/dev08 by Yann Collet · 8 years ago
  99. 6b68ba2 zstd_opt.h: fixed checking of rep codes (2) by inikep · 8 years ago
  100. 59b86fc zstd_opt.h: fixed checking of rep codes by inikep · 8 years ago