1. 66e811d [license] Update year to 2021 by Nick Terrell · 3 years, 6 months ago
  2. 68c14bd minor speed improvement to HUF_readCTable() by Yann Collet · 3 years, 7 months ago
  3. c465f24 ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free by Nick Terrell · 4 years ago
  4. 4193638 [bug] Fix FSE_readNCount() by Nick Terrell · 3 years, 11 months ago
  5. 6d2f750 Document the BMI2 default() functions by Nick Terrell · 3 years, 11 months ago
  6. 8def0e5 Fix up code after reading through by Nick Terrell · 3 years, 11 months ago
  7. 8f8bd2d [regression] Update results.csv by Nick Terrell · 3 years, 11 months ago
  8. 612e947 wire up bmi2 support by Nick Terrell · 3 years, 11 months ago
  9. ba1fd17 speed up literal header decoding by Nick Terrell · 3 years, 11 months ago
  10. 6004c11 speed up small blocks by Nick Terrell · 4 years ago
  11. 21c273d import some minor fixes from FSE project by Yann Collet · 4 years ago
  12. ac58c8d Fix copyright and license lines by Nick Terrell · 4 years, 4 months ago
  13. ff773bf zeroise freq table with memset() by Yann Collet · 6 years ago
  14. f2d0924 Variable declarations by Nick Terrell · 6 years ago
  15. c92dd11 Error if reported size is too large in edge case by Nick Terrell · 6 years ago
  16. a97e9a6 [zstd] Fix decompression edge case by Nick Terrell · 6 years ago
  17. 1a26ec6 opt: init statistics from dictionary by Yann Collet · 6 years ago
  18. 1f2c95c minor code refactor in HUF module by Yann Collet · 7 years ago
  19. 4596037 updated fse version by Yann Collet · 7 years ago
  20. b89af20 reduced table sizes for HUF_readDTableX4 by Yann Collet · 8 years ago
  21. 7664319 introduced FSE_decompress_wksp(), to use less stack space by Yann Collet · 8 years ago
  22. d760529 Fix stack buffer overrun when weightTotal == 0 by Nick Terrell · 8 years ago
  23. ccfcc64 Check if dict is empty before reading first byte by Nick Terrell · 8 years ago
  24. cbc5e9d fixes oob read by Yann Collet · 8 years ago
  25. 38b75dd removed special case all-1 huffman distribution by Yann Collet · 8 years ago
  26. 7ed5e33 minor comment changes by Yann Collet · 8 years ago
  27. d5c5a77 minor comments clarifications by Yann Collet · 8 years ago
  28. a91ca62 removed `HUF_readStats()` from public space by Yann Collet · 8 years ago
  29. d0e2cd1 Merged `fse_static` into `fse.h` . Now requires `FSE_STATIC_LINKING_ONLY` macro. by Yann Collet · 8 years ago
  30. 63ecd74 added common/entropy_common.c by inikep · 8 years ago