1. 2ba0167 Merge pull request #1884 from facebook/specMBS by Yann Collet · 6 years ago
  2. 098b36e clarifications for Block_Maximum_Size by Yann Collet · 6 years ago
  3. 7d85f35 Merge pull request #1875 from ryandesign/c89 by Yann Collet · 6 years ago
  4. cabbb1e Merge pull request #1874 from terrelln/adjust-fix by Nick Terrell · 6 years ago
  5. 6ddb783 Change c90 to c89 by Ryan Schmidt · 6 years ago
  6. 8c474f9 Fix parameter selection and adjustment with srcSize == 0 by Nick Terrell · 6 years ago
  7. 2ed5344 added target zstd-dictBuilder by Yann Collet · 6 years ago
  8. 5688447 Merge pull request #1873 from felixhandte/make-overlap-log-multithread-only by Felix Handte · 6 years ago
  9. ba46136 Merge pull request #1843 from moozzyk/issue-1637 by Felix Handte · 6 years ago
  10. 32f989c Merge pull request #1869 from bket/openbsd by Felix Handte · 6 years ago
  11. cba922f Merge pull request #1870 from bket/portable by Felix Handte · 6 years ago
  12. c13f819 Fix #1861: Restrict overlapLog Parameter When Not Built With Multithreading by W. Felix Handte · 6 years ago
  13. e488cab 'date -r FILE' is non-portable. by Björn Ketelaars · 6 years ago
  14. 66b6688 'head -c BYTES' is non-portable. by Björn Ketelaars · 6 years ago
  15. 73f8905 Merge pull request #1867 from bimbashrestha/dict_load_fuzz_err by Yann Collet · 6 years ago
  16. 3fb5b10 Replacing some literals with constants by Bimba Shrestha · 6 years ago
  17. cf62c31 Merge pull request #15 from facebook/dev by Bimba Shrestha · 6 years ago
  18. 305ac26 update table benchmark with zstd v1.4.4 by Yann Collet · 6 years ago
  19. 332aade Merge pull request #1864 from terrelln/dict-fix by Nick Terrell · 6 years ago
  20. 60205fe Fix 2 bugs in dictionary loading by Nick Terrell · 6 years ago
  21. 75e7c0d [fuzz] Add dictionary_loader fuzzer by Nick Terrell · 6 years ago
  22. d770a2a fixed zlibwrapper build script by Yann Collet · 6 years ago
  23. 94dcce2 Merge pull request #1860 from senhuang42/streaming_compression_using_cdict by Yann Collet · 6 years ago
  24. b9ede1c Make sure contentsize is known by Sen Huang · 6 years ago
  25. f9d867e Merge pull request #1857 from 0x123456789A/link-shared by Felix Handte · 6 years ago
  26. 47034cd Merge pull request #1850 from bimbashrestha/named_pipes by Yann Collet · 6 years ago
  27. ae3d35d updated CHANGELOG for v1.4.4 by Yann Collet · 6 years ago
  28. 4ef97aa Merge pull request #1855 from shashank0791/shtavi-filter-precompressed-files by Yann Collet · 6 years ago
  29. 3c1649f Removed the optimization check by Shashank Tavildar · 6 years ago
  30. 6d0b7bd Changed extension comparision logic, added new test cases by Shashank Tavildar · 6 years ago
  31. c506099 Added check to perform comparison only if extension is present by Shashank Tavildar · 6 years ago
  32. 9ab6a74 Created utility function to extract extension from filename, fixed tests by Shashank Tavildar · 6 years ago
  33. 5e6dbad Deleting test directory before creation to pass travis-ci test by Shashank Tavildar · 6 years ago
  34. 28d6773 Merge branch 'named_pipes' of https://github.com/bimbashrestha/zstd into named_pipes by Bimba Shrestha · 6 years ago
  35. 4a9eca4 Removing merge side effect by Bimba Shrestha · 6 years ago
  36. 9db11e3 Fixed check for building programs statically by 0x123456789A · 6 years ago
  37. 57a311d Consider ZSTD_PROGRAMS_LINK_SHARED by 0x123456789A · 6 years ago
  38. 26ffc18 Introduce ZSTD_PROGRAMS_LINK_SHARED by 0x123456789A · 6 years ago
  39. 850ba66 Minor fixes in test by Shashank Tavildar · 6 years ago
  40. da73b11 Merge branch 'dev' into named_pipes by Bimba Shrestha · 6 years ago
  41. 66f580c Removing Visual08 and Visual10 tests by Bimba Shrestha · 6 years ago
  42. 5c0bdde Merge pull request #1856 from terrelln/assert-fix by Nick Terrell · 6 years ago
  43. 0f2bff2 Addressing comments, removing cyclic dependency with header file, updating tests by Shashank Tavildar · 6 years ago
  44. 9c18608 Fix assert in ZSTD_safecopy by Nick Terrell · 6 years ago
  45. 0e9a37d Fixing tests and moving flag to advanced usage by Shashank Tavildar · 6 years ago
  46. f422914 Resolving local merge conflicts by Shashank Tavildar · 6 years ago
  47. 02433e0 Addressing comments: -Created a list of extensions defined in fileio.h, -Updated test by Shashank Tavildar · 6 years ago
  48. 48f8566 Added --exclude-compressed flag feature that skips compression of precompressed files by Shashank Tavildar · 6 years ago
  49. 6d5e0f1 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 6 years ago
  50. faddd2a updated CHANGELOG for v1.4.4 by Yann Collet · 6 years ago
  51. 01ec595 Merge pull request #1851 from felixhandte/pkg-config-prefix-fix by Felix Handte · 6 years ago
  52. 74065da updated API inline doc and manual by Yann Collet · 6 years ago
  53. b4037b1 Merge pull request #1848 from felixhandte/tzst-ext-tmp by Yann Collet · 6 years ago
  54. 66a96ca Merge pull request #1847 from facebook/zlibwrap_visual by Yann Collet · 6 years ago
  55. 55ee7d5 Added --exclude-compressed flag feature that skips compression of precompressed files by Shashank Tavildar · 6 years ago
  56. 5e59d51 Merge branch 'master' of https://github.com/bimbashrestha/zstd into named_pipes by Bimba Shrestha · 6 years ago
  57. 857268b Gating named pipe support in hedaer file by Bimba Shrestha · 6 years ago
  58. 0b52d87 Cleaning up gate and adding comment to flag by Bimba Shrestha · 6 years ago
  59. 74bd76c In pkg-config File, Derive Lib and Include Dir from Prefix at Use-Time by W. Felix Handte · 6 years ago
  60. fb509a2 Merge pull request #8 from bimbashrestha/appveyorTest by Bimba Shrestha · 6 years ago
  61. 8adecc7 Running playtests.sh on PRs too by Bimba Shrestha · 6 years ago
  62. 5b45ff4 Gating named file support on windows by Bimba Shrestha · 6 years ago
  63. 4eccc82 Minor Fixes by W. Felix Handte · 6 years ago
  64. c2140e9 Merge pull request #1845 from facebook/zbuff by Yann Collet · 6 years ago
  65. 2449903 Add Tests by W. Felix Handte · 6 years ago
  66. 91c3f54 Fix Build; Refactor by W. Felix Handte · 6 years ago
  67. 42a22af fix zlibWrapper for Visual Studio by Yann Collet · 6 years ago
  68. 30b27ee Merge pull request #1790 from stokito/tzst-ext by Felix Handte · 6 years ago
  69. 506e1a1 Merge branch 'tzst-ext-tmp' into tzst-ext by Felix Handte · 6 years ago
  70. f93668c Merge pull request #1841 from bimbashrestha/travis by Yann Collet · 6 years ago
  71. 37f9093 Merge pull request #1839 from bimbashrestha/named_pipes by Yann Collet · 6 years ago
  72. a9a216a Merge pull request #1824 from senhuang42/new_path_for_cdict by Yann Collet · 6 years ago
  73. 63e435d improve deprecation warning macro by Yann Collet · 6 years ago
  74. 4899b6f Moving arm64 test outside the meson scope by Bimba Shrestha · 6 years ago
  75. eda7946 Take ZSTD_parameters as a const pointer by moozzyk · 6 years ago
  76. 3c8ff35 Merge pull request #1840 from terrelln/regression-fix by Nick Terrell · 6 years ago
  77. 5228c07 Adding arm64 make check by Bimba Shrestha · 6 years ago
  78. f966cd0 added documentation on DYNAMIC_BMI2 build macro by Yann Collet · 6 years ago
  79. 95f7880 Merge pull request #4 from facebook/dev by Bimba Shrestha · 6 years ago
  80. 10f7147 Adding shell test and removing bash test file by Bimba Shrestha · 6 years ago
  81. 09d0b52 Merge pull request #1838 from facebook/fixAdvanced by Yann Collet · 6 years ago
  82. edae3c8 Adding bash test for named pipes by Bimba Shrestha · 6 years ago
  83. cf21003 [regression] Fix the old streaming regression test by Nick Terrell · 6 years ago
  84. 8a39748 Allowing named pipes to go through zstdcli by Bimba Shrestha · 6 years ago
  85. 514f941 Merge pull request #1836 from facebook/dirFlat2 by Yann Collet · 6 years ago
  86. 5d5c895 fix initCStream_advanced() for fast strategies by Yann Collet · 6 years ago
  87. 111b0c5 update documentation on deprecated functions by Yann Collet · 6 years ago
  88. 222ec7e Merge pull request #1837 from terrelln/magic-isnt-real by Nick Terrell · 6 years ago
  89. b1ec94e Fix ZSTD_f_zstd1_magicless for small data by Nick Terrell · 6 years ago
  90. c2e1e54 ((x or y) or z) == (x or y or z), remove brackets by Sen Huang · 6 years ago
  91. 59c81aa Line up comments :) by Sen Huang · 6 years ago
  92. dbda8c3 Trailing comma by Sen Huang · 6 years ago
  93. 0c00455 Merge branch 'dev' of github.com:senhuang42/zstd into new_path_for_cdict by Sen Huang · 6 years ago
  94. 5b2f4ac merge by Sen Huang · 6 years ago
  95. 2ab484a Fix bad merge by Sen Huang · 6 years ago
  96. 919d1d8 Merge pull request #1831 from terrelln/zstdmt-bad-memset by Nick Terrell · 6 years ago
  97. b6c3459 merge by Sen Huang · 6 years ago
  98. 989e0f0 Added --output-dir-flat= by Yann Collet · 6 years ago
  99. 6cf04c0 Merge pull request #1834 from facebook/winFix by Yann Collet · 6 years ago
  100. bad35bd turned off zlib tests during msan by Yann Collet · 6 years ago