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