1. f116e87 fixed analyzer warning by Yann Collet · 9 years ago
  2. 0b2d682 fixed freeCDict by Yann Collet · 9 years ago
  3. 373d4f9 updated examples (#273) by Yann Collet · 9 years ago
  4. 9a69ec4 added : resilience test for ZSTD_getErrorName() by Yann Collet · 9 years ago
  5. 415251c minor style change by Yann Collet · 9 years ago
  6. a9febe8 changed bench behavior for slow compression levels by Yann Collet · 9 years ago
  7. 9ba929f Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 9 years ago
  8. 3ca7503 updated doc (#269) by Yann Collet · 9 years ago
  9. c55eb18 Merge pull request #267 from inikep/dev08 by Yann Collet · 9 years ago
  10. 056df51 fixed ZSTD_compressBlock_opt_extDict_generic by inikep · 9 years ago
  11. 917fe18 Implemented repOffset "minus 1" on ll==0 by Yann Collet · 9 years ago
  12. 8f29e8e updated NEWS by Yann Collet · 9 years ago
  13. 2a2ba36 Merge pull request #266 from jrmarino/master by Yann Collet · 9 years ago
  14. 0d07ec0 Enable build on FreeBSD ports (includes DragonFly BSD) by jrmarino · 9 years ago
  15. 8cebfd1 fix attempt on test-zstd-speed by Yann Collet · 9 years ago
  16. 235911e removed "avg" evaluation from bench -q by Yann Collet · 9 years ago
  17. 66f69e5 restore decompression speed on fizzle by Yann Collet · 9 years ago
  18. 3b2bd1d zstd_opt uses same tables as zstd_compress by Yann Collet · 9 years ago
  19. f34035e correction on offset history (swap when llCode==0) by Yann Collet · 9 years ago
  20. f714f59 fixed visual warning by Yann Collet · 9 years ago
  21. 761f8db back to normal table cell copy by Yann Collet · 9 years ago
  22. 3c6b808 minor decompression speed gains by Yann Collet · 9 years ago
  23. 70a9ff4 fixed too large selectivity level, reported by Ilona Papava by Yann Collet · 9 years ago
  24. c0ce4f1 slightly improved compression speed by Yann Collet · 9 years ago
  25. ed57d85 new seqStore by Yann Collet · 9 years ago
  26. 6b615d3 Updated API comments, following suggestions by Bryan O'Sullivan by Yann Collet · 9 years ago
  27. f0f9b07 minor readme update by Yann Collet · 9 years ago
  28. c00d30f Merge pull request #264 from inikep/dev08 by Yann Collet · 9 years ago
  29. 6b68ba2 zstd_opt.h: fixed checking of rep codes (2) by inikep · 9 years ago
  30. c4b5106 test-zstd-speed.py: force to compile zstd32 by inikep · 9 years ago
  31. 59b86fc zstd_opt.h: fixed checking of rep codes by inikep · 9 years ago
  32. 6a82f0f minor comments by Yann Collet · 9 years ago
  33. ffa7d0a clarified comment by Yann Collet · 9 years ago
  34. 4c5bbf6 fixed : frame concatenation without checksum by Yann Collet · 9 years ago
  35. 60ba31c zbuff uses ZSTD_compressEnd() by Yann Collet · 9 years ago
  36. 16e7303 introduced stage zbf_end by Yann Collet · 9 years ago
  37. 62470b4 Changed ZSTD_compressEnd() by Yann Collet · 9 years ago
  38. e7bf915 Clarified API comments, from suggestions by ‎Bryan O'Sullivan‎ by Yann Collet · 9 years ago
  39. d469a98 Clarified API comments, from suggestions by ‎Bryan O'Sullivan‎ by Yann Collet · 9 years ago
  40. 19c1002 applied ZSTD_compressContinueThenEnd() by Yann Collet · 9 years ago
  41. 5b56739 created ZSTD_compressContinueThenEnd() by Yann Collet · 9 years ago
  42. c991cc1 new frame end, 32-bits checksums by Yann Collet · 9 years ago
  43. d4180ca minor code refactoring by Yann Collet · 9 years ago
  44. 731ef16 minor code style refactoring by Yann Collet · 9 years ago
  45. 4b9ca0a minor example variation by Yann Collet · 9 years ago
  46. 4110534 ZSTD_maxCLevel() is promoted to "stable" API (#254, by @FrancescAlted) by Yann Collet · 9 years ago
  47. 55a8bea fixed dictionary generation by Yann Collet · 9 years ago
  48. c154d9d better support for large dictionaries (> 128 KB) by Yann Collet · 9 years ago
  49. 07626df improved dictbuilder notifications on selectivity by Yann Collet · 9 years ago
  50. f796f7a removed fastscan mode by Yann Collet · 9 years ago
  51. dd25a27 added tutorial warning messages for dictBuilder by Yann Collet · 9 years ago
  52. 003c7a8 optimal parser: removed ZSTD_REP_INIT by inikep · 9 years ago
  53. 04cdd86 Merge pull request #262 from ebiggers/misc_updates by Yann Collet · 9 years ago
  54. 0a55e7a ZSTD_decompressFrame(): use remainingSize instead of iend - ip by Eric Biggers · 9 years ago
  55. aa6c70b ZSTD_decompressFrame(): pass up error code from ZSTD_decodeFrameHeader() by Eric Biggers · 9 years ago
  56. e4d0265 Replace remaining references to "direct mode" with "single segment mode" by Eric Biggers · 9 years ago
  57. d50f9db Improved speed on clang and gcc -O2, thanks to @ebiggers ! (#263) by Yann Collet · 9 years ago
  58. fbd557d multi-files -t doesn't stop after detecting magic number read failure by Yann Collet · 9 years ago
  59. a1dd6b9 fixed null-length round trip by Yann Collet · 9 years ago
  60. 7adc232 fixed --test on zero-length files, reported by @amnilsson by Yann Collet · 9 years ago
  61. 9cebec2 Merge pull request #259 from inikep/dev08 by Yann Collet · 9 years ago
  62. 2214e46 test-zstd-speed.py: added automated speed test for 32-bit executable by inikep · 9 years ago
  63. 7bc5c6b util.h: detect if an error occurs in readdir() (thanks to Jim Meyering) by inikep · 9 years ago
  64. 5e0ed48 Travis CI: removed -Werror from powerpc compilation by inikep · 9 years ago
  65. 24a3d90 strengthened integrity tests by Yann Collet · 9 years ago
  66. cf6f853 Merge branch 'dev08' of github.com:Cyan4973/zstd into dev08 by Yann Collet · 9 years ago
  67. b402490 fixed #260, reported by @amnilsson by Yann Collet · 9 years ago
  68. 4178f5c fixed gcc warning: always_inline function might not be inlinable by inikep · 9 years ago
  69. 4d84bbd updated CMake and VS projects to support decoder for v0.7 format by inikep · 9 years ago
  70. fca90f8 legacy decoder for v0.7 format by inikep · 9 years ago
  71. 45d3bc3 Merge pull request #258 from inikep/dev08 by Yann Collet · 9 years ago
  72. 2fc3752 zstd_compression_format.md: "Little-endian" instead of "Little endian" by inikep · 9 years ago
  73. 49ec6d1 fixed description of Frame_Content_Size_flag by inikep · 9 years ago
  74. f9c3cce updated zstd_compression_format.md by inikep · 9 years ago
  75. 164ce99 test-zstd-speed.py: fixed checking of ratio limit by inikep · 9 years ago
  76. cbc5e9d fixes oob read by Yann Collet · 9 years ago
  77. e5a817a better MOREFLAGS by Yann Collet · 9 years ago
  78. 38b75dd removed special case all-1 huffman distribution by Yann Collet · 9 years ago
  79. 7ed5e33 minor comment changes by Yann Collet · 9 years ago
  80. 10b9c13 fixed doc on cLevel default, reported by Oliver Lange by Yann Collet · 9 years ago
  81. f8e7b53 unified encoding types by Yann Collet · 9 years ago
  82. 571a590 changed enccoding type order : raw, rle, compressed, repeat-stats by Yann Collet · 9 years ago
  83. 9d6e949 made accuracy limits "hard" instead of "recommended" by Yann Collet · 9 years ago
  84. d9cc442 fixed typo in literal block size mode, reported by Jake Nyquist by Yann Collet · 9 years ago
  85. c2e1a68 changed streamNb order to 1-4-4-4 by Yann Collet · 9 years ago
  86. 772d912 more complete support for literals repeat mode by Yann Collet · 9 years ago
  87. 9f2d82d fixed : big-endian decoding by Yann Collet · 9 years ago
  88. ab48f70 disabled VersionsTest : cannot work without legacy 0.7 mode by Yann Collet · 9 years ago
  89. b752298 fixed 32-bits compilation by Yann Collet · 9 years ago
  90. 32faf6c fixed conversion warnings by Yann Collet · 9 years ago
  91. ae68f8d minor by Yann Collet · 9 years ago
  92. 5e45a5f force loop-align to 32 for zstd_decompress by Yann Collet · 9 years ago
  93. 5288ac0 changed filed order by Yann Collet · 9 years ago
  94. 198e6aa Literals header fields use little endian convention by Yann Collet · 9 years ago
  95. 6fa05a2 cBlockSize uses little-endian convention by Yann Collet · 9 years ago
  96. 7bf72bb update header to v0.8 by Yann Collet · 9 years ago
  97. 5894ea8 updated cLevels by Yann Collet · 9 years ago
  98. 106266f Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 9 years ago
  99. d5c5a77 minor comments clarifications by Yann Collet · 9 years ago
  100. 2db88f4 Merge pull request #255 from inikep/dev by Yann Collet · 9 years ago