1. 6a1e526 [lib] Add ZSTD_COMPRESS_HEAPMODE tuning parameter by Nick Terrell · 4 years, 1 month ago
  2. b841387 [freestanding] Improve macro resolution to handle #if X by Nick Terrell · 4 years, 1 month ago
  3. caecd8c Allow user to override ASAN/MSAN detection by Nick Terrell · 4 years, 1 month ago
  4. 683150e [linux-kernel] Avoid including <string.h> in the tests by Nick Terrell · 4 years, 1 month ago
  5. 9ae0483 Reorganize zstd_deps.h and mem.h + replace mem.h for the kernel by Nick Terrell · 4 years, 1 month ago
  6. 9009b59 [linux-kernel] Add missing semicolon in zstd_deps.h by Nick Terrell · 4 years, 1 month ago
  7. a70fa34 [CI][linux-kernel] Enable -Wunused-const-variable and -Wunused-but-set-variable by Nick Terrell · 4 years, 1 month ago
  8. 978659d [linux-kernel] Fix unused variable warnings with malloc, calloc, and free by Nick Terrell · 4 years, 1 month ago
  9. 5651fe9 [contrib][linux-kernel] Add decompress_sources.h by Nick Terrell · 4 years, 1 month ago
  10. 80053bd updating cold benchmark by Bimba Shrestha · 4 years, 4 months ago
  11. 3420c20 [linux-kernel] Update README with initial instructions on how to update zstd in the kernel by Nick Terrell · 4 years, 1 month ago
  12. aab4bf7 [linux-kernel] Add test that checks the ifdef hardwiring by Nick Terrell · 4 years, 1 month ago
  13. 29c5de8 Add linux-kernel freestanding by Nick Terrell · 4 years, 2 months ago
  14. 1c3cb2c [contrib] Add preprocessor hardwiring to freestanding.py by Nick Terrell · 4 years, 2 months ago
  15. ac3a136 [lib] Replace 64-bit divisions with ZSTD_div64() by Nick Terrell · 4 years, 2 months ago
  16. f91ed5c [lib] s/current/curr because it collides with Linux Kernel macro by Nick Terrell · 4 years, 2 months ago
  17. ae455dd [contrib] Add freestanding translator prototype by Nick Terrell · 4 years, 2 months ago
  18. 80f577b Move standard includes to zstd_deps.h by Nick Terrell · 4 years, 2 months ago
  19. 5d81d44 Fixed VS variable shadowing warning (and added test) by Carl Woffenden · 4 years, 3 months ago
  20. 9bfd371 Remove superfluous build-time options by Carl Woffenden · 4 years, 3 months ago
  21. bc5fe33 Change Emscripten docker image to the official one which is used for testing the single-file feature. by yoshihitoh · 4 years, 3 months ago
  22. a035654 Enable docker based Emscripten build on single file library test if emcc is not available. by yoshihitoh · 4 years, 4 months ago
  23. 4a9b7d1 Initial implementation (files added, macros fixed) by Carl Woffenden · 4 years, 4 months ago
  24. 11a392c minor markdown formatting fix by Yann Collet · 4 years, 5 months ago
  25. 5aa5aa4 [pzstd] Fix compilation error in MinGW by Nick Terrell · 4 years, 5 months ago
  26. 1a8767c Minor tidy by Carl Woffenden · 4 years, 5 months ago
  27. c6b03fa Reduced generated sized on macOS (and other envs where realpath is missing) by Carl Woffenden · 4 years, 5 months ago
  28. 5163778 Yay It Works, Clean Up Logging A Bit by W. Felix Handte · 4 years, 6 months ago
  29. 005ffd3 Fix Sed Regex Escaping for Extended Regex Rules...... by W. Felix Handte · 4 years, 6 months ago
  30. bdfb50f Uhhh It's Still Failing, Let's Try Printing Debug Info? by W. Felix Handte · 4 years, 6 months ago
  31. 229cbd0 Fix Fallbacks to Work on FreeBSD by W. Felix Handte · 4 years, 6 months ago
  32. 6381b7e Add Fallback When realpath Doesn't Support --relative-to by W. Felix Handte · 4 years, 6 months ago
  33. c7cba8e Mark zstddeclib-in.c Not Executable by W. Felix Handte · 4 years, 6 months ago
  34. b48f6c7 Try to Fix Single File Library Combiner Script to Handle Relative Includes by W. Felix Handte · 4 years, 6 months ago
  35. 0301ef5 [bench] Extending largeNbDicts to compression (#2089) by Bimba Shrestha · 4 years, 6 months ago
  36. 3eaa525 Fixed clash when projects are already using xxHash by Carl Woffenden · 4 years, 6 months ago
  37. d01e7c2 Renamed directory by Carl Woffenden · 4 years, 6 months ago
  38. 59812af Improved documentation by Carl Woffenden · 4 years, 6 months ago
  39. 7af7735 Merge remote-tracking branch 'upstream/dev' into single-file-lib by Carl Woffenden · 4 years, 6 months ago
  40. edd9a07 Code replicated in compression and decompression moved to shared headers by Carl Woffenden · 4 years, 6 months ago
  41. 1d267dc returning on null check by Bimba Shrestha · 4 years, 7 months ago
  42. d598c88 adding fclose before return by Bimba Shrestha · 4 years, 7 months ago
  43. 88da79b Minor typo by Carl Woffenden · 4 years, 7 months ago
  44. 0442be5 Added missing -pthread flag (was breaking on BSD) by Carl Woffenden · 4 years, 7 months ago
  45. 7c42034 Single-file decoder script can now (optionally) create an encoder by Carl Woffenden · 4 years, 7 months ago
  46. dbdeca1 Edit distance match finder by Bimba Shrestha · 4 years, 7 months ago
  47. fe454c0 Add Support for Dictionaries by W. Felix Handte · 4 years, 10 months ago
  48. 18f0351 Print Summary of Errors Encountered by W. Felix Handte · 4 years, 10 months ago
  49. 4584c88 Don't Rely on Implicit Return in Main by W. Felix Handte · 4 years, 10 months ago
  50. 4be9b4b Merge pull request #1893 from felixhandte/check-flipped-bits by Yann Collet · 4 years, 11 months ago
  51. 9a3de0a changed name from createX to assembleX by Yann Collet · 5 years ago
  52. b5fb2e7 Add Tool to Diagnose Whether Corrupt Blobs are Plausibly Bit-Flips by W. Felix Handte · 5 years ago
  53. 485fec5 removed experimental_dict_builders by Yann Collet · 5 years ago
  54. 31a0abb updated pzstd and largeNbDicts to use the new FileNamesTable* abstraction by Yann Collet · 5 years ago
  55. 09b1844 Merge pull request #1784 from bimbashrestha/fse_block_bound_err by Yann Collet · 5 years ago
  56. 43da5bf Rearranging assert and allowing 4 extra for FSE_BLOCKBOUND() by Bimba Shrestha · 5 years ago
  57. 88975e8 Minor: documented sizes smaller by Carl Woffenden · 5 years ago
  58. 8ac29cc Correctness and tidy by Carl Woffenden · 5 years ago
  59. 64102f0 Merge branch 'dev' into decTest by Yann Collet · 5 years ago
  60. 72e51ac C99 and older GCC fixes by Carl Woffenden · 5 years ago
  61. 4b3a8fe fix create_ script for sh by Yann Collet · 5 years ago
  62. 9589e8e Merge pull request #1749 from facebook/rmadapt by Yann Collet · 5 years ago
  63. 8af941d Merge branch 'dev' into decTest by Yann Collet · 5 years ago
  64. cdf73e9 Rewrote the scripts to sh instead of bash by Carl Woffenden · 5 years ago
  65. f61e8a2 minor script renaming, for clarity by Yann Collet · 5 years ago
  66. 517aeb8 changed contrib project name for clarity by Yann Collet · 5 years ago
  67. 5ed1b1e removed adaptive-compression by Yann Collet · 5 years ago
  68. 5186896 Fixed test failure when Emscripten not present by Carl Woffenden · 5 years ago
  69. 6213b7b Minor repetition by Carl Woffenden · 5 years ago
  70. 59052d5 Typo by Carl Woffenden · 5 years ago
  71. ec12721 Added clarification by Carl Woffenden · 5 years ago
  72. 6712a64 Added reasoning by Carl Woffenden · 5 years ago
  73. 4f2a8b7 Typo by Carl Woffenden · 5 years ago
  74. a57de4a Added test script; tidied and documented by Carl Woffenden · 5 years ago
  75. 7c6fa81 Added Emscripten example, removed Buck, minor tidy by Carl Woffenden · 5 years ago
  76. ea8f6d2 Able to test combine script; minor tidy by Carl Woffenden · 5 years ago
  77. d760e35 Preparing to run tests by Carl Woffenden · 5 years ago
  78. 36a5933 Minor fix for files with spaces. Typo. by Carl Woffenden · 5 years ago
  79. 0a49353 Added generator script and simple test by Carl Woffenden · 5 years ago
  80. 2314906 Merge pull request #1699 from felixhandte/seekable-gitignore by Felix Handte · 5 years ago
  81. 0d38ee3 Merge pull request #1690 from piguin/dev by Yann Collet · 5 years ago
  82. 15da578 Add New Seekable Compression Example to .gitignore by W. Felix Handte · 5 years ago
  83. 671d533 Fix seekable decompression in-memory api by Sean Purcell · 5 years ago
  84. 04a9d6b fix compiling errors with clang-8 by Qin Li · 5 years ago
  85. a880ca2 Spelling (#1582) by Josh Soref · 6 years ago
  86. 59a7116 benchfn dependencies reduced to only timefn by Yann Collet · 6 years ago
  87. 4a9e050 -Wformat-security not needed with -Wformat=2 by Peter (Stig) Edwards · 6 years ago
  88. 2b7120e -Wformat-security not needed with -Wformat=2 by Peter (Stig) Edwards · 6 years ago
  89. 8b22104 contrib/pzstd/Makefile: fix build of tests by Dmitry V. Levin · 6 years ago
  90. ededcfc fix confusion between unsigned <-> U32 by Yann Collet · 6 years ago
  91. 34f01e6 fixed multiple conversions by Yann Collet · 6 years ago
  92. 9c3265a Merge pull request #1417 from facebook/advancedAPI by Yann Collet · 6 years ago
  93. 3583d19 changed parameter names from ZSTD_p_* to ZSTD_c_* by Yann Collet · 6 years ago
  94. beb13bd Move contrib/meson to build/meson by Lzu Tao · 6 years ago
  95. c0e71ca Add enable_lz4 build option and fix lzma dependency by Lzu Tao · 6 years ago
  96. 5c4965c Add pedantic flag by Lzu Tao · 6 years ago
  97. 6f3f1a8 No install zstd_manual.html by Lzu Tao · 6 years ago
  98. f660825 Install missed zstdgrep and zstdless by Lzu Tao · 6 years ago
  99. 3f27e2a Install zstdmt.1 manpage [skip ci] by Lzu Tao · 6 years ago
  100. d3134a3 Rename meson variables by Lzu Tao · 6 years ago