1. 339bca6 update ldm compression results by Yann Collet · 1 year, 2 months ago
  2. 72406b7 update hrlog rule to favor compression ratio a bit more at low levels by Yann Collet · 1 year, 2 months ago
  3. bf218c1 updated LDM documentation by Yann Collet · 1 year, 2 months ago
  4. 5b8575a Merge pull request #4289 from facebook/autoultra by Yann Collet · 1 year, 2 months ago
  5. 468e145 disable --max in 32-bit mode by Yann Collet · 1 year, 2 months ago
  6. f86024c reinforce man page warning by Yann Collet · 1 year, 2 months ago
  7. 39d1d82 adjusted mml heuristic by Yann Collet · 1 year, 2 months ago
  8. 8ae1330 add man entry for --max by Yann Collet · 1 year, 2 months ago
  9. 630b47a added a new --max command by Yann Collet · 1 year, 2 months ago
  10. aebffd6 --ultra automatically triggered with --long and --patch-from by Yann Collet · 1 year, 2 months ago
  11. 60f84f7 bench: better result alignment by Yann Collet · 1 year, 2 months ago
  12. 319dc29 Merge pull request #4235 from facebook/bench_nbThreads by Yann Collet · 1 year, 3 months ago
  13. f5dbdac fixed macro name typo by Yann Collet · 1 year, 3 months ago
  14. 5650004 bench: nb threads specified with -v by Yann Collet · 1 year, 3 months ago
  15. a610550 Merge pull request #4218 from facebook/externC by Victor Zhang · 1 year, 3 months ago
  16. 0fd5210 Update MANDIR for FreeBSD by Po-Chuan Hsieh · 1 year, 3 months ago
  17. dfb236b chore: indentation alignment by Victor Zhang · 1 year, 3 months ago
  18. 6b046f5 PR feedback by Victor Zhang · 1 year, 3 months ago
  19. 54c3d99 Support for libc variants without fseeko/ftello by Victor Zhang · 1 year, 3 months ago
  20. 04a2a02 update type names by Yann Collet · 1 year, 3 months ago
  21. 56cfb78 codemod: ZSTD_paramSwitch_e -> ZSTD_ParamSwitch_e by Yann Collet · 1 year, 4 months ago
  22. 125f052 publish new symbol ZSTD_compressSequencesAndLiterals() by Yann Collet · 1 year, 4 months ago
  23. c7af042 Oopsie with fileio_common.h by Victor Zhang · 1 year, 4 months ago
  24. c727d5c Remove unnecessary extern C declarations from programs/ and contrib/ by Victor Zhang · 1 year, 4 months ago
  25. ded4c1e Oopsie with util.h by Victor Zhang · 1 year, 4 months ago
  26. fc726da Move #includes out of `extern "C"` blocks by Victor Zhang · 1 year, 4 months ago
  27. 17beeb5 Change CLI to employ multithreading by default (#4211) by daniellerozenblit · 1 year, 4 months ago
  28. 194062a Fix printing of filesize if >4GB by Dimitrios Apostolou · 1 year, 5 months ago
  29. b3035b3 blind fix for QNX by Yann Collet · 1 year, 5 months ago
  30. f34bc9c improve man page on benchmark mode by Yann Collet · 1 year, 6 months ago
  31. 0079d51 Modify benchmark to only load sources once by Yann Collet · 1 year, 6 months ago
  32. 8edd147 fix missing fclose() by Yann Collet · 1 year, 6 months ago
  33. 039f404 update documentation to specify that Dictionary can be used for benchmark by Yann Collet · 1 year, 7 months ago
  34. bc96d4b Merge pull request #4119 from xionghul/dev by Yann Collet · 1 year, 7 months ago
  35. bf4a43f Fix zstd-pgo run error by Xionghu Luo · 1 year, 8 months ago
  36. 14b8d39 fix c90 comment style by Yann Collet · 1 year, 8 months ago
  37. 89451ca formatString_u() can display numbers > 100 by Yann Collet · 1 year, 8 months ago
  38. b320d09 clarify when to use '--single-thread' with '--patch-from' by @RubenKelevra · 1 year, 9 months ago
  39. f19c982 Fix $filter and Msys/Cygwin by Quentin Boswank · 1 year, 10 months ago
  40. 4c6a519 [fix] Add newline when file exceeds 128KB by Jure Bajic · 1 year, 11 months ago
  41. a2f145f decompression errors always display the full origin filename by Yann Collet · 2 years ago
  42. 0fcdc62 Merge pull request #3969 from facebook/v156_prep by Yann Collet · 2 years, 1 month ago
  43. 686e7e4 updated version to v1.5.6 by Yann Collet · 2 years, 1 month ago
  44. 490163a Merge pull request #3963 from felixhandte/also-handle-hidden-files-output-dir-mirror by Felix Handte · 2 years, 1 month ago
  45. 04d91d5 Merge pull request #3960 from felixhandte/use-utimensat-on-posix-2001 by Felix Handte · 2 years, 1 month ago
  46. 86b8e39 Remove Erroneous Exclusion of Hidden Files and Folders in `--output-dir-mirror` by W. Felix Handte · 2 years, 1 month ago
  47. d6ee2d5 Use `utimensat()` on FreeBSD by W. Felix Handte · 2 years, 1 month ago
  48. 7c2aa73 Merge pull request #3958 from facebook/doc3698 by Yann Collet · 2 years, 1 month ago
  49. ff6713f fix duplicated paragraph by Yann Collet · 2 years, 1 month ago
  50. 5473b72 updated documentation by Yann Collet · 2 years, 1 month ago
  51. 83ec3d0 no longer truncate file name in verbose mode by Yann Collet · 2 years, 1 month ago
  52. 5a66afa Add common file extensions to --exclude-compressed (#3951) by daniellerozenblit · 2 years, 1 month ago
  53. a6ff119 Merge pull request #3952 from felixhandte/stop-hardcoding-posix-version-on-bsd by Felix Handte · 2 years, 1 month ago
  54. 8688c6e Merge pull request #3942 from facebook/fix3719 by Yann Collet · 2 years, 1 month ago
  55. 8ba5bc4 chore: fix some typos (#3949) by acceptacross · 2 years, 1 month ago
  56. edab9ee Fix AsyncIO reading seed queueing (#3940) by Yonatan Komornik · 2 years, 1 month ago
  57. f99a450 Stop Hardcoding the POSIX Version on BSDs by W. Felix Handte · 2 years, 1 month ago
  58. 1362699 minor man page clarification by Yann Collet · 2 years, 1 month ago
  59. fbd9e62 added tests by Yann Collet · 2 years, 1 month ago
  60. c610a01 fix #3719 by Yann Collet · 2 years, 1 month ago
  61. 4fb0a77 update -V documentation by Yann Collet · 2 years, 1 month ago
  62. e385c3d Merge pull request #3753 from facebook/make2 by Yann Collet · 2 years, 1 month ago
  63. 4d2bf7f removed sprintf usage from zstdcli.c by Yann Collet · 2 years, 2 months ago
  64. cc45309 speed optimized version of targetCBlockSize by Yann Collet · 2 years, 2 months ago
  65. 68a232c benchmark more can test targetCBlockSize by Yann Collet · 2 years, 2 months ago
  66. 621a263 Merge pull request #3903 from gruenich/feature/reduce-scope-of-variables by Yann Collet · 2 years, 2 months ago
  67. 7170f51 fix include order by Yann Collet · 2 years, 2 months ago
  68. e62e15d fix clangbuild by Yann Collet · 2 years, 2 months ago
  69. 588dfbc fix c89 compatibility by removing snprintf() by Yann Collet · 2 years, 2 months ago
  70. 7a225c0 internal benchmark: can select size of generated synthetic sample by Yann Collet · 2 years, 2 months ago
  71. 83598aa datagen generates lorem ipsum by default by Yann Collet · 2 years, 2 months ago
  72. 7003c99 increase word dictionary by Yann Collet · 2 years, 2 months ago
  73. 3dbd861 runtime weight distribution table by Yann Collet · 2 years, 2 months ago
  74. 5a1bb4a add question marks by Yann Collet · 2 years, 2 months ago
  75. 40874d4 enriched vocabulary again by Yann Collet · 2 years, 2 months ago
  76. 1e046ce increase vocabulary size by Yann Collet · 2 years, 2 months ago
  77. b921f1a Reduce scope of variables by Christoph Grüninger · 2 years, 2 months ago
  78. 1f87c88 [Zstd] Less verbose log for patch mode. by sergeyandreenko · 2 years, 2 months ago
  79. d0b7da3 add a lorem ipsum generator by Yann Collet · 2 years, 2 months ago
  80. e6f4b46 playTests.sh does no longer needs grep -E by Yann Collet · 2 years, 3 months ago
  81. 8052cd0 cli: better errors on arguent parsing by Ruslan Sayfutdinov · 2 years, 4 months ago
  82. 585aaa0 Do not test WIN32, instead test _WIN32 by Dimitri Papadopoulos · 2 years, 7 months ago
  83. f4dbfce define LIB_SRCDIR and LIB_BINDIR by Yann Collet · 2 years, 8 months ago
  84. 4edfaa9 default targets of lib/ and programs/ have different names by Yann Collet · 2 years, 8 months ago
  85. 839c793 Added qnx in the posix test section of platform.h by klausholstjacobsen · 2 years, 7 months ago
  86. 78dbba7 Updated Makefiles for full MSYS2 and Cygwin installation and testing support. by Quentin Boswank · 2 years, 8 months ago
  87. 4d267f3 fileio_asyncio: handle malloc fails in AIO_ReadPool_create by void0red · 2 years, 9 months ago
  88. de6b46d Update fileio.c: fix build failure with enabled LTO by Gianfranco Costamagna · 2 years, 9 months ago
  89. 0a79416 add makefile entry to build fat binary on macos by Michael Redig · 3 years ago
  90. c28031d Add new line + [no-] to mmap-dict help output (#3601) by daniellerozenblit · 3 years ago
  91. 2e29728 fix #3583 by Yann Collet · 3 years ago
  92. 9f58241 updated version number to v1.5.5 by Yann Collet · 3 years, 1 month ago
  93. 14d0cd5 do not add invocation of UTIL_isRegularFile() by Yann Collet · 3 years ago
  94. 5bf1359 fix decompression with -o writing into a block device by Yann Collet · 3 years ago
  95. b2ad17a mmap for windows (#3557) by daniellerozenblit · 3 years, 1 month ago
  96. 35c0c20 minor doc update on --rsyncable by Yann Collet · 3 years, 1 month ago
  97. 283c228 Merge pull request #3541 from felixhandte/fix-setvbuf-segfault by Felix Handte · 3 years, 1 month ago
  98. e769da1 Merge pull request #3526 from facebook/bench_zstd_api by Yann Collet · 3 years, 1 month ago
  99. e0fc9fd Merge pull request #3486 from daniellerozenblit/patch-from-low-memory-mode by daniellerozenblit · 3 years, 1 month ago
  100. c4c3e11 Avoid Calling `setvbuf()` on Null File Pointer by W. Felix Handte · 3 years, 1 month ago