1. 086b959 added ability to split input files for dictionary training by Yann Collet · 7 years ago
  2. 77c137b minor comment refactor by Yann Collet · 7 years ago
  3. f1571da Merge pull request #838 from stellamplau/ldm-mergeDev by Yann Collet · 7 years ago
  4. 8f26dc3 blindfix for Visual by Yann Collet · 7 years ago
  5. bc41c7f fixed minor prototype warning by Yann Collet · 7 years ago
  6. c95c0c9 modified util::time API by Yann Collet · 7 years ago
  7. 6ab4d5e [bench] Use higher resolution timer on POSIX by Nick Terrell · 7 years ago
  8. eb3327c Merge branch 'dev' of https://github.com/facebook/zstd into ldm-mergeDev by Stella Lau · 7 years ago
  9. 3128e03 updated license header by Yann Collet · 7 years ago
  10. baa37c3 programs/Makefile : better support for GNU conventions by Yann Collet · 7 years ago
  11. eeff55d Merge remote-tracking branch 'upstream/dev' into ldm-mergeDev by Stella Lau · 7 years ago
  12. 8c33cfe Add ldm documentation in README by Stella Lau · 7 years ago
  13. c706de5 Rename and add short ldm parameters in cli by Stella Lau · 7 years ago
  14. 643d28c Add ldm options to 'man zstd' by Stella Lau · 7 years ago
  15. 67d4a61 Add ldmBucketSizeLog param by Stella Lau · 7 years ago
  16. a1f04d5 Move hashEveryLog to cctxParams and update cli by Stella Lau · 7 years ago
  17. 0558850 bench stops immediately on decoding error by Yann Collet · 7 years ago
  18. 17d8e0b Merge remote-tracking branch 'upstream/longRangeMatcher' into ldm-integrate by Stella Lau · 7 years ago
  19. 8081bec Add long distance matching as a CCtxParam by Stella Lau · 7 years ago
  20. d7ad99b Merge branch 'longRangeMatcher' into dev by Yann Collet · 7 years ago
  21. c7818fc Merge branch 'modTests' into dev by Yann Collet · 7 years ago
  22. 4299c27 improved console log of utils.h by Yann Collet · 7 years ago
  23. 8e29838 changed target allarch into allzstd by Yann Collet · 7 years ago
  24. 6a546ef Add long distance matcher by Stella Lau · 7 years ago
  25. b0cb081 last batch of header files changed to reflect new license (#825) by Yann Collet · 7 years ago
  26. c88fb92 Replace 'byReference' with enum by Stella Lau · 7 years ago
  27. cf689b8 Sort input file list by Bernhard M. Wiedemann · 7 years ago
  28. 6f1a21c Remove formatting-only changes by Stella Lau · 7 years ago
  29. 232d62b fixed a few headers that were too hastily copy/pasted during last license change by Yann Collet · 7 years ago
  30. 91b30db Remove test parameter by Stella Lau · 7 years ago
  31. f181f33 Disable tests and refactor by Stella Lau · 7 years ago
  32. 023b24e Add cctx param tests by Stella Lau · 7 years ago
  33. 1c108c8 cli : Display supported formats on -vV command by Yann Collet · 7 years ago
  34. 2ecd34e fixed unused variables warnings by Yann Collet · 7 years ago
  35. 23706fb updated doc on compilation variables by Yann Collet · 7 years ago
  36. 9203003 fixed zstd-nolegacy by Yann Collet · 7 years ago
  37. 4b38772 fixed zstd-small by Yann Collet · 7 years ago
  38. 7729ab8 Merge branch 'dev' into variants by Yann Collet · 7 years ago
  39. 32e943b Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  40. 582e19b Merge pull request #801 from facebook/newLicense by Yann Collet · 7 years ago
  41. 288e263 added zstd-decompress to the list of variants tested by Yann Collet · 7 years ago
  42. 166645e fixed zstd-compress by Yann Collet · 7 years ago
  43. f207b39 blindfix for Windows conversion warning by Yann Collet · 7 years ago
  44. 32fb407 updated a bunch of headers by Yann Collet · 7 years ago
  45. 88d2f72 fixed --list command in presence of special blocks by Yann Collet · 7 years ago
  46. c523c93 improved and fixed --list command, original patches by @ib (#772) by Yann Collet · 7 years ago
  47. 3f54d78 removed --list from cli help (-h), reported by Agostino Sarubbo (@asarubbo) (#800) by Yann Collet · 7 years ago
  48. 0fb7b23 fix typo in lz4 support code by codicodi · 7 years ago
  49. d0b2748 [zstdcli] Fix -t in streaming mode by Nick Terrell · 7 years ago
  50. 3a60efd policy change : ZSTDMT automatically caps nbThreads to ZSTDMT_NBTHREADS_MAX (#760) by Yann Collet · 7 years ago
  51. 3345a91 cli : use new advanced API by default by Yann Collet · 7 years ago
  52. b8280fe minor code refactoring by Yann Collet · 7 years ago
  53. 368b974 fixed gz error reporting by Yann Collet · 7 years ago
  54. c9f21c8 gzip : only display inflateEnd error when there is no error before by Yann Collet · 7 years ago
  55. 6c35112 gzip decoding does no longer exit() on invalid input by Yann Collet · 7 years ago
  56. e97ff3b decoding malformed lz4 frames does no longer exit() by Yann Collet · 7 years ago
  57. c34185d fileio : decoding malformed lzma frame does no longer exit() by Yann Collet · 7 years ago
  58. 1d39550 Merge pull request #744 from terrelln/dev by Yann Collet · 7 years ago
  59. 56e3964 [man] Specify that strategies start at 1 by Nick Terrell · 7 years ago
  60. 811deae Merge pull request #736 from terrelln/cover-default-api by Yann Collet · 7 years ago
  61. 5b7fd7c [zdict] Make COVER the default algorithm by Nick Terrell · 7 years ago
  62. d88a441 [zstdcli] Document HAVE_LZMA and zstd-noxz by Nick Terrell · 7 years ago
  63. 6aeb50e [zstdcli] Add unlzma and unxz symlinks by Nick Terrell · 7 years ago
  64. 849ecf3 [zstdcli] Support xz by default when liblzma is available by Nick Terrell · 7 years ago
  65. ef269c1 Merge pull request #725 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  66. 991f9df switched fileio.c to ZSTD_DEBUG trigger macro by Yann Collet · 7 years ago
  67. 5be0f55 added newline to align output by Paul Cruz · 7 years ago
  68. 6f5fe71 added error check for when file could not be opened by Paul Cruz · 7 years ago
  69. 74a725d reversed calculation of ratio by Paul Cruz · 7 years ago
  70. 7bd1a29 added ZSTD_dictMode_e to control dictionary loading mode by Yann Collet · 7 years ago
  71. a73c2a4 added tests with null files, changed condition to check that the file is more than 0 bytes by Paul Cruz · 7 years ago
  72. b44ab82 ensure new ZSTD_strategy starts at value 1 by Yann Collet · 7 years ago
  73. 0765602 fixed error where extremely small files were not being detected as not compressed with zstd by Paul Cruz · 7 years ago
  74. 3701dde changed to use LONG_SEEK by Paul Cruz · 7 years ago
  75. 93a5510 added progress metric to display by Paul Cruz · 7 years ago
  76. bda5775 moved signifcant operations to fileio.c by Paul Cruz · 7 years ago
  77. c594507 removed double if statements for same condition by Paul Cruz · 7 years ago
  78. 72e0ac9 minor update to logic by Paul Cruz · 7 years ago
  79. cea55a9 size_t const value by Paul Cruz · 7 years ago
  80. bed0dc9 changed displayInfo alignment and const by Paul Cruz · 7 years ago
  81. cb2dbe6 changed fileInfo initialization, updated error code by Paul Cruz · 7 years ago
  82. c08e649 first implementation of bench.c with new API ZSTD_compress_generic() by Yann Collet · 7 years ago
  83. fe234bf fix attempts : fullbench for VS2008 by Yann Collet · 7 years ago
  84. 55b9b28 made style changes, added description in man file by Paul Cruz · 7 years ago
  85. 4a0e4c8 fixing more spacing on loops by Paul Cruz · 7 years ago
  86. b3e6244 added in correct error return from main in zstdcli.c by Paul Cruz · 7 years ago
  87. 0d7c4d7 initialized info manually to avoid error by Paul Cruz · 7 years ago
  88. d3b34e4 changed spacing on if statements by Paul Cruz · 7 years ago
  89. b316691 added const by Paul Cruz · 7 years ago
  90. 60a2e55 added case for when file is not compressed with zstd (incorrect magic number) by Paul Cruz · 7 years ago
  91. acaefb5 refactoring brackets to allow for const values by Paul Cruz · 7 years ago
  92. 0757eae rearranging code to allow for consts by Paul Cruz · 7 years ago
  93. e49afae changed implicit precision loss again by Paul Cruz · 7 years ago
  94. 54e0b6c got rid of imlpicit precision loss by Paul Cruz · 7 years ago
  95. b766211 made another function static by Paul Cruz · 7 years ago
  96. e7f02fc closed file at end of function, created another variable to keep exit points simpler by Paul Cruz · 7 years ago
  97. 8b3ff7c changed info to static allocation by Paul Cruz · 7 years ago
  98. 96cabf7 cleaned up if statements by Paul Cruz · 7 years ago
  99. 9437cc7 added --list command by Paul Cruz · 7 years ago
  100. 4495e9a allow analysis even if file does not have zst extension by Paul Cruz · 7 years ago