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