1. df08e2e Merge pull request #816 from terrelln/default-level by Yann Collet · 7 years ago
  2. 376f435 [dictBuilder] Set default compression level to 3 by Nick Terrell · 7 years ago
  3. e9ce120 Merge pull request #812 from facebook/longRangeFix by Yann Collet · 7 years ago
  4. 74cde5a Merge pull request #813 from stellamplau/highbit32fix by Yann Collet · 7 years ago
  5. f7a09dd Merge pull request #814 from dscheg/dev by Yann Collet · 7 years ago
  6. 20f715d Fix displayLevel overflow by Dmitriy Titarenko · 7 years ago
  7. bd9c8ca Merge pull request #811 from terrelln/segmentSize by Yann Collet · 7 years ago
  8. 6b2b6a9 fixed extraordinary scenario where all fields use maximum possible nb of bits simultaneously by Yann Collet · 7 years ago
  9. e50ed1f Fix undefined behavior when srcSize==1 by Stella Lau · 7 years ago
  10. 29c2d9a [cover] Turn down notification for ZDICT subroutines by Nick Terrell · 7 years ago
  11. 98de3f6 [cover] Add dictionary size to compressed size by Nick Terrell · 7 years ago
  12. 78c3d16 Merge pull request #809 from terrelln/dev by Yann Collet · 7 years ago
  13. 9a54a31 [cover] Convert score to U32 and check for zero by Nick Terrell · 7 years ago
  14. d49eb40 [cover] Stop when segmentSize is less than d by Nick Terrell · 7 years ago
  15. 232d62b fixed a few headers that were too hastily copy/pasted during last license change by Yann Collet · 7 years ago
  16. 3587556 [cover] Test small maxdict by Nick Terrell · 7 years ago
  17. f306d40 [cover] Fix divide by zero by Nick Terrell · 7 years ago
  18. 4912fc2 updated NEWS for v1.3.1 by Yann Collet · 7 years ago
  19. 5cabae9 Merge pull request #805 from facebook/huffmanDoc by Yann Collet · 7 years ago
  20. e8d35cc minor formulation change, recommended by @ulikunitz by Yann Collet · 7 years ago
  21. d6394cc fixed test-zstd-nolegacy by Yann Collet · 7 years ago
  22. 81ec9ef Merge pull request #806 from facebook/printVersion by Yann Collet · 7 years ago
  23. ff16770 Merge pull request #807 from facebook/poolQueue0 by Yann Collet · 7 years ago
  24. 7db5526 reduced pool queue to 0 to save memory by Yann Collet · 7 years ago
  25. 1c108c8 cli : Display supported formats on -vV command by Yann Collet · 7 years ago
  26. d0d06e4 added alternative representation for huffman bistream by Yann Collet · 7 years ago
  27. 8b12812 fix #803 : wrong example in huffman bitstream section, reported by @ulikunitz by Yann Collet · 7 years ago
  28. f7312a7 Merge pull request #802 from facebook/variants by Yann Collet · 7 years ago
  29. 2ecd34e fixed unused variables warnings by Yann Collet · 7 years ago
  30. 23706fb updated doc on compilation variables by Yann Collet · 7 years ago
  31. 9203003 fixed zstd-nolegacy by Yann Collet · 7 years ago
  32. 4b38772 fixed zstd-small by Yann Collet · 7 years ago
  33. 7729ab8 Merge branch 'dev' into variants by Yann Collet · 7 years ago
  34. 32e943b Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  35. 582e19b Merge pull request #801 from facebook/newLicense by Yann Collet · 7 years ago
  36. 288e263 added zstd-decompress to the list of variants tested by Yann Collet · 7 years ago
  37. 166645e fixed zstd-compress by Yann Collet · 7 years ago
  38. f207b39 blindfix for Windows conversion warning by Yann Collet · 7 years ago
  39. 32fb407 updated a bunch of headers by Yann Collet · 7 years ago
  40. 4f73b3b added GPLv2 license by Yann Collet · 7 years ago
  41. 88d2f72 fixed --list command in presence of special blocks by Yann Collet · 7 years ago
  42. c523c93 improved and fixed --list command, original patches by @ib (#772) by Yann Collet · 7 years ago
  43. 3f54d78 removed --list from cli help (-h), reported by Agostino Sarubbo (@asarubbo) (#800) by Yann Collet · 7 years ago
  44. bbddff4 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  45. 15e3dbd Merge pull request #789 from paulcruz74/educational-decoder-2 by Yann Collet · 7 years ago
  46. bef5eda const vars, change copy_literals() to only take size_t literal_length by Paul Cruz · 7 years ago
  47. dd63533 Merge pull request #797 from paulcruz74/documentation by Yann Collet · 7 years ago
  48. 733ca51 Updating README.md by Paul Cruz · 7 years ago
  49. f9e6590 Merge pull request #796 from terrelln/is-error by Yann Collet · 7 years ago
  50. 2dbcfc6 Merge pull request #794 from terrelln/force-inline by Yann Collet · 7 years ago
  51. 2daeab1 Merge pull request #795 from terrelln/squashfs-tools2 by Yann Collet · 7 years ago
  52. 07c6ff5 [FSE][HUF] Inline error checks by Nick Terrell · 7 years ago
  53. 57e2df6 [kernel] Update squashfs-tools patch by Nick Terrell · 7 years ago
  54. 565e925 [libzstd] Fix FORCE_INLINE macro by Nick Terrell · 7 years ago
  55. 8d3f18a renamed IO functions for clarity by Paul Cruz · 7 years ago
  56. 6aebcfa added comments for new functions by Paul Cruz · 7 years ago
  57. 9d56c21 added separate function for executing match copy command by Paul Cruz · 7 years ago
  58. d3e57db created separate function for offset computation by Paul Cruz · 7 years ago
  59. b6d6be5 created separate function for copying literals during sequence execution by Paul Cruz · 7 years ago
  60. 93c1309 added free to free_dictionary() by Paul Cruz · 7 years ago
  61. dedd0d5 Merge pull request #791 from romange/dev by Yann Collet · 7 years ago
  62. 0ae20e5 Merge pull request #793 from codicodi/fix-lz4-support by Yann Collet · 7 years ago
  63. 38f4e43 added error checking for dictionary initialized with null src by Paul Cruz · 7 years ago
  64. 0fb7b23 fix typo in lz4 support code by codicodi · 7 years ago
  65. b9d4f4f Fix ZSTD_estimateDStreamSize function after ZSTD_DStream and ZSTD_DCtx were merged by Roman Gershman · 7 years ago
  66. 7ef9c6f made separate API for dictionary management by Paul Cruz · 7 years ago
  67. bfc6db8 exposed dictionary functions/types by Paul Cruz · 7 years ago
  68. bd308d8 remove debug symbols when cleaning, added a simple test by Paul Cruz · 7 years ago
  69. 9f67e86 fixed warnings shown by compiler by Paul Cruz · 7 years ago
  70. d0dc675 add makefile by Paul Cruz · 7 years ago
  71. 736a28d reduce educational decoder to single frame decompression by Paul Cruz · 7 years ago
  72. 0ab9d55 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  73. cae4024 Merge pull request #787 from paulcruz74/dev by Yann Collet · 7 years ago
  74. fc90469 updated program name print statement by Paul Cruz · 7 years ago
  75. 75c3ad9 Merge remote-tracking branch 'upstream/dev' into dev by Paul Cruz · 7 years ago
  76. 8915b9b Merge pull request #786 from terrelln/squashfs-tools by Yann Collet · 7 years ago
  77. 8b6702a [linux-kernel] Update patches for v5 by Nick Terrell · 7 years ago
  78. 80c7b48 Merge pull request #785 from terrelln/dev by Yann Collet · 7 years ago
  79. 9ba9718 [CI] Add gcc7build test by Nick Terrell · 7 years ago
  80. d9f2893 Merge pull request #782 from terrelln/dstSizeTooSmall by Yann Collet · 7 years ago
  81. a1fe656 Merge pull request #779 from paulcruz74/adapt-approach-4 by Yann Collet · 7 years ago
  82. 8049556 Merge pull request #778 from terrelln/bad-huff by Yann Collet · 7 years ago
  83. 6d0a5c5 Merge pull request #781 from stellamplau/qSize by Yann Collet · 7 years ago
  84. 7069bb9 Merge branch 'adapt-approach-4' into bug-fixes by Paul Cruz · 7 years ago
  85. e100a31 removed direct assignment of 22, used ZSTD_maxCLevel() instead by Paul Cruz · 7 years ago
  86. abe12b3 [libzstd] Fix bug in Huffman decompresser by Nick Terrell · 7 years ago
  87. e1abc2a Switch the sleep function to UTIL_sleepMilli by Stella Lau · 7 years ago
  88. 308047e Fix compression failure on incompressible data by Nick Terrell · 7 years ago
  89. 7393b49 [linux-kernel] Update patches for v4 by Nick Terrell · 7 years ago
  90. 01237e3 changed multi to zstd-adaptive in the help menu by Paul Cruz · 7 years ago
  91. 1e366f9 Add test for deadlock by Stella Lau · 7 years ago
  92. 8be7bba added mutex for compression level to avoid data race by Paul Cruz · 7 years ago
  93. 73ba589 Signal after finishing job when queueSize=0 by Stella Lau · 7 years ago
  94. 69ef22c added detach statements to prevent resource leak by Paul Cruz · 7 years ago
  95. 1d76da1 Replace marker with queueEmpty variable and update pool.h comment by Stella Lau · 7 years ago
  96. f8c7b19 Merge branch 'adapt-approach-4' into dev by Paul Cruz · 7 years ago
  97. 0295737 change signal to broadcast for jobCompressed condition varaible since multiple threads waiting by Paul Cruz · 7 years ago
  98. cf92221 Merge remote-tracking branch 'upstream/dev' into dev by Paul Cruz · 7 years ago
  99. c2f1bda Merge branch 'adapt-approach-4' into dev by Paul Cruz · 7 years ago
  100. 9ea7df0 add install target in makefile by Paul Cruz · 7 years ago