1. 99746ee Fix Documentation for ZSTD_CCtxParams_setParameter() by W. Felix Handte · 5 years ago
  2. 49069a3 Merge pull request #2265 from terrelln/prefetch-fix by Nick Terrell · 5 years ago
  3. e3bda59 Prefer __builtin_prefetch over inline asm by Nick Terrell · 5 years ago
  4. 63eebc8 Merge pull request #2262 from felixhandte/fewer-stat-syscalls by Yann Collet · 5 years ago
  5. 953f0a0 Fix MS Build by W. Felix Handte · 5 years ago
  6. b02cdf6 Clean Up Redundant Checks, Rename FIO_remove() -> FIO_removeFile() by W. Felix Handte · 5 years ago
  7. 51ac020 Remove UTIL_statFile() and UTIL_statDir(); Decompose Former Call-Sites by W. Felix Handte · 5 years ago
  8. 93dda98 Remove Unused Function UTIL_fileExist() by W. Felix Handte · 5 years ago
  9. 7687869 Re-Organize and Document Prototypes in util.h by W. Felix Handte · 5 years ago
  10. c144914 Share stat() Calls in Uses of UTIL_chmod() by W. Felix Handte · 5 years ago
  11. 0a8aacb Use stat() to Check that File Should be chmod()-ed by W. Felix Handte · 5 years ago
  12. 7238cca Deduplicate Some Low-Hanging Fruit of Redundant Stat Calls by W. Felix Handte · 5 years ago
  13. 44fa052 Introduce Variants of Various UTIL Functions that Take Pre-Populated stat_t Structs by W. Felix Handte · 5 years ago
  14. b6e24bc Rename UTIL_getFileStat() -> UTIL_statFile() and UTIL_getDirectoryStat() -> UTIL_statDir() by W. Felix Handte · 5 years ago
  15. 1a1003f Mark stat_t Arg to UTIL_setFileStat() const by W. Felix Handte · 5 years ago
  16. 5fbc6ad Additionally Convert UTIL_getFileStat() Calls to UTIL_stat() Where Appropriate by W. Felix Handte · 5 years ago
  17. 69cb9e7 Use New Stat Helper by W. Felix Handte · 5 years ago
  18. b11bea5 Introduce Dedicated Helper to Call stat() by W. Felix Handte · 5 years ago
  19. 38e3854 Merge pull request #2258 from Niadb/dev by Yann Collet · 5 years ago
  20. 60b56e3 Merge pull request #2253 from facebook/histvec by Yann Collet · 5 years ago
  21. f85a0f8 Merge pull request #2256 from helloguo/dev by Nick Terrell · 5 years ago
  22. bff41a4 Merge pull request #2259 from cwoffenden/vs-warning by Yann Collet · 5 years ago
  23. 5d81d44 Fixed VS variable shadowing warning (and added test) by Carl Woffenden · 5 years ago
  24. acb3dd9 Use ZSTD_copy16 instead of memcpy by helloguo · 5 years ago
  25. a8ebc14 Update bitstream.h by Niadb · 5 years ago
  26. 216a63d Add files via upload by Niadb · 5 years ago
  27. 493fd40 Add files via upload by Niadb · 5 years ago
  28. 82b0cd8 Optimize ZSTD_wildcopy by helloguo · 5 years ago
  29. 01261bc Merge pull request #2252 from helloguo/dev by Nick Terrell · 5 years ago
  30. 8b9cdd2 fixed overlapping count & workspace special case by Yann Collet · 5 years ago
  31. 0512322 optimized histogram by Yann Collet · 5 years ago
  32. 6de87b3 fix preprocessor in ZSTD_wildcopy by helloguo · 5 years ago
  33. 15c5e20 updated documentation by Yann Collet · 5 years ago
  34. e33e5ee Merge pull request #2250 from facebook/twoFieldsArgs by Yann Collet · 5 years ago
  35. cf6c4fc Merge pull request #2249 from facebook/fsefix by Yann Collet · 5 years ago
  36. 610c41f improved 2-args macro to support both syntaxes by Yann Collet · 5 years ago
  37. 23941ee added tests for newly enabled syntax by Yann Collet · 5 years ago
  38. 7280c1d extended 2-fields macro usage to number arguments by Yann Collet · 5 years ago
  39. a7e5652 CLI: simplified handling of separated-fields arguments by Yann Collet · 5 years ago
  40. 40f20b6 Merge pull request #2197 from neheb/hj by Yann Collet · 5 years ago
  41. 62df5bc Merge pull request #2243 from facebook/uclibc by Yann Collet · 5 years ago
  42. c224367 ensure workspace is large enough by Yann Collet · 5 years ago
  43. 21c273d import some minor fixes from FSE project by Yann Collet · 5 years ago
  44. a35f135 Merge pull request #2246 from ffontaine/dev by Felix Handte · 5 years ago
  45. 0d0fc45 Merge pull request #2247 from facebook/revert-2244-dev by Yann Collet · 5 years ago
  46. a44671b Revert "Fix -Wunused-variable under FUZZING_BUILD_MODE..." by Yann Collet · 5 years ago
  47. 7d3d5f2 Merge pull request #2244 from hctim/dev by Yann Collet · 5 years ago
  48. 26d01bd programs/util.c: fix build without st_mtime by Fabrice Fontaine · 5 years ago
  49. 23b55d6 Fix -Wunused-variable under FUZZING_BUILD_MODE... by Mitch Phillips · 5 years ago
  50. 1dcc478 fix uclibc's st_mtim by Yann Collet · 5 years ago
  51. bd21e4b Merge pull request #2242 from evverx/cifuzz-ubsan-msan by Nick Terrell · 5 years ago
  52. 8e20f13 cifuzz: turn on UBsan and MSan by Evgeny Vereshchagin · 5 years ago
  53. 16b353b minor doc clarification regarding MT parameters by Yann Collet · 5 years ago
  54. bdf716b Merge pull request #2239 from evverx/evverx-cifuzz by Nick Terrell · 5 years ago
  55. a3296da Merge pull request #2219 from xxie24/output-dir-mirror by Yann Collet · 5 years ago
  56. 865ecf6 Merge pull request #2183 from tonytheodore/patch-1 by Yann Collet · 5 years ago
  57. 78ebe4b Merge pull request #2237 from marxin/gcda-to-gitignore by Yann Collet · 5 years ago
  58. c0ee26e Merge pull request #2236 from marxin/pgo-fix-comment by Yann Collet · 5 years ago
  59. 2fbc438 Merge pull request #2231 from marxin/use-threads-in-example by Yann Collet · 5 years ago
  60. 7276ab1 Add GCC PGO data files to .gitignore. by Martin Liska · 5 years ago
  61. 5b9d6b9 Update comment about PGO build. by Martin Liska · 5 years ago
  62. 461348c Use threads in streaming_compression.c example. by Martin Liska · 5 years ago
  63. 3b9df58 cifuzz: don't upload artifacts when CIFuzz fails to build fuzz targets by Evgeny Vereshchagin · 5 years ago
  64. 978cea5 Merge pull request #2230 from cwoffenden/minor-tidy by Yann Collet · 5 years ago
  65. fedecb2 Merge pull request #2235 from bimbashrestha/decom-macros by Yann Collet · 5 years ago
  66. 2598af4 removing min decomp by Bimba Shrestha · 5 years ago
  67. 9bfd371 Remove superfluous build-time options by Carl Woffenden · 5 years ago
  68. 2cdd33a Merge pull request #2227 from yoshihitoh/single-file-dict-emscripten by Yann Collet · 5 years ago
  69. bc5fe33 Change Emscripten docker image to the official one which is used for testing the single-file feature. by yoshihitoh · 5 years ago
  70. f014c3c Merge pull request #2228 from marxin/rename-ZSTDMT_NBTHREADS_MAX by Yann Collet · 5 years ago
  71. 4307e87 Rename ZSTDMT_NBTHREADS_MAX to ZSTDMT_NBWORKERS_MAX. by Martin Liska · 5 years ago
  72. a035654 Enable docker based Emscripten build on single file library test if emcc is not available. by yoshihitoh · 5 years ago
  73. a2b6a8f Merge pull request #2220 from dkcasset/fix-lib-Makefile-older-sed-version by Nick Terrell · 5 years ago
  74. 3690fe3 Merge pull request #2221 from BioDataAnalysis/bda_install_dll by Nick Terrell · 5 years ago
  75. 82e7e2b Add variable for sed extended RE option (defaults to -E) by dkcasset · 5 years ago
  76. 37f36b9 build/cmake/lib/CMakeLists.txt: Install shared library (dll) for Windows by Mario Emmenlauer · 5 years ago
  77. c6548ea Rename static vars to avoid redefinition error. by yoshihitoh · 5 years ago
  78. b0ed66e Replace -E option with equivalent -r for older versions of sed by dkcasset · 5 years ago
  79. 9a8ccd4 Add output-dir-mirror option by Xin Xie · 5 years ago
  80. 7afd5d8 Merge pull request #2218 from terrelln/assert-seq by Nick Terrell · 5 years ago
  81. 081691a Merge pull request #2217 from terrelln/cover-redundant by Nick Terrell · 5 years ago
  82. 370933f Merge pull request #2209 from Niadb/dev by Nick Terrell · 5 years ago
  83. cce0edf Fix unused variable warnings in fuzzing build mode without asserts by Nick Terrell · 5 years ago
  84. 2312b81 [cover] Remove unnecessary mask and dedup hash functions by Nick Terrell · 5 years ago
  85. 78601d0 Merge pull request #2212 from cwoffenden/single-file-dict by Nick Terrell · 5 years ago
  86. 34c0d85 Merge pull request #2214 from terrelln/superblock-cross-entropy by Nick Terrell · 5 years ago
  87. 1047097 [superblock] Add defensive assert and bounds check by Nick Terrell · 5 years ago
  88. 38cdb6a Renamed cover and fast cover hash functions/vars by Carl Woffenden · 5 years ago
  89. 4a9b7d1 Initial implementation (files added, macros fixed) by Carl Woffenden · 5 years ago
  90. 74f65f6 Update compiler.h by Niadb · 5 years ago
  91. 8c115cb Update compiler.h by Niadb · 5 years ago
  92. 2962fda Add files via upload by Niadb · 5 years ago
  93. 405586d Add files via upload by Niadb · 5 years ago
  94. a4c8aa5 Add files via upload by Niadb · 5 years ago
  95. f03192c Merge pull request #2208 from bimbashrestha/arm-actions by Bimba Shrestha · 5 years ago
  96. 4d6e4a2 adding arm to actions by Bimba Shrestha · 5 years ago
  97. c496fd2 Merge pull request #2206 from bimbashrestha/stream-size by Bimba Shrestha · 5 years ago
  98. de48f35 adding --patch-from --stream-size test by Bimba Shrestha · 5 years ago
  99. b067108 error when not using --stream-size on pipe by Bimba Shrestha · 5 years ago
  100. 6653321 passing streamSrcSize when set by Bimba Shrestha · 5 years ago