1. 70c80e1 [greedy] Fix performance instability by Nick Terrell · 5 years ago
  2. c3e921c Merge pull request #2131 from terrelln/raw-dict-fuzzer by Nick Terrell · 5 years ago
  3. f800e72 [lib] Fix assertion when dictionary is prefix by Nick Terrell · 5 years ago
  4. 5dca17d Merge pull request #2132 from bimbashrestha/grep-rm-test by Yann Collet · 5 years ago
  5. f5f0bb2 Merge pull request #2125 from Artoria2e5/patch-2 by Yann Collet · 5 years ago
  6. 0453cfa removing -f test (grep usage not supported on mac) by Bimba Shrestha · 5 years ago
  7. 3c1eba4 [lib] Fix lazy repcode validity checks by Nick Terrell · 5 years ago
  8. d622577 Merge pull request #2130 from facebook/initStatic_fix by Yann Collet · 5 years ago
  9. 4e05159 [lib] Fix repcode validation in no dict mode by Nick Terrell · 5 years ago
  10. 6d687a8 [lib] Fix dictionary + repcodes + optimal parser by Nick Terrell · 5 years ago
  11. 4b88bd3 [lib][fuzz] Assert sequences are valid in round trip tests by Nick Terrell · 5 years ago
  12. e001715 fixed asan test by Yann Collet · 5 years ago
  13. 20bd246 blindfix for VS macro redefinition by Yann Collet · 5 years ago
  14. 76e726e updated documentation for ZSTD_estimate*() by Yann Collet · 5 years ago
  15. 80d3585 [lib] Fix lazy parser with dictionary + repcodes by Nick Terrell · 5 years ago
  16. 1185dfb [fuzz] Add raw dictionary content fuzzer by Nick Terrell · 5 years ago
  17. 301a62f [fuzz] Fix compress bound for dictionary_round_trip by Nick Terrell · 5 years ago
  18. e7d2391 [doc] measuring performance docs (#2117) by Bimba Shrestha · 5 years ago
  19. ed9eb17 Merge pull request #2124 from facebook/initStatic_tests by Yann Collet · 5 years ago
  20. f13eb2e Merge pull request #2123 from facebook/zstd_help by Yann Collet · 5 years ago
  21. 91ad012 updated initStatic tests by Yann Collet · 5 years ago
  22. 608f1bf fixed context downsize with initStatic by Yann Collet · 5 years ago
  23. 58227db Merge branch 'dev' into initStatic_tests by Yann Collet · 5 years ago
  24. d8b40fe Merge pull request #2129 from felixhandte/fix-cctx-size-estimate by Yann Collet · 5 years ago
  25. c6636af Fix ZSTD_estimateCCtxSize() Under ASAN by W. Felix Handte · 5 years ago
  26. 738f491 Merge pull request #2128 from terrelln/benches by Nick Terrell · 5 years ago
  27. f2f86b5 Update benchmarks and add fast mode by Nick Terrell · 5 years ago
  28. 0c04e64 Merge pull request #2127 from bimbashrestha/docs1 by Bimba Shrestha · 5 years ago
  29. ef467fd documenting non-supported grep options for zstdgrep by Bimba Shrestha · 5 years ago
  30. 93ff2fb Merge pull request #2120 from facebook/clevel_doc by Yann Collet · 5 years ago
  31. c3398d2 programs/Makefile: make it actually work with clang by Mingye Wang · 5 years ago
  32. dd026ca re-inforced tests for initStaticCCtx by Yann Collet · 5 years ago
  33. aa9474e Merge pull request #2122 from felixhandte/unused-variables by Felix Handte · 5 years ago
  34. 37b2daf minor clarification on `-o file` by Yann Collet · 5 years ago
  35. 5c67a4e Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 5 years ago
  36. e5366be updated `zstd -h` by Yann Collet · 5 years ago
  37. 3b39ce6 Merge pull request #2116 from felixhandte/pkg-config-again-again by Felix Handte · 5 years ago
  38. 376c26b Use Unused Variable by W. Felix Handte · 5 years ago
  39. d564d56 document additional compilation macros by Yann Collet · 5 years ago
  40. 87c541c Only Trigger libzstd.pc Build on Unix-Like Platforms by W. Felix Handte · 5 years ago
  41. 85801b9 Test libzstd.pc Build on Travis OS X by W. Felix Handte · 5 years ago
  42. 78aa937 Add libzstd.pc Build to More Aggregate Targets in Makefiles by W. Felix Handte · 5 years ago
  43. 15561bc Fix pkg-config File Generation Again Again by W. Felix Handte · 5 years ago
  44. a036f60 Merge pull request #2078 from nocnokneo/fix-destdir-installs by Felix Handte · 5 years ago
  45. 4f2cb94 Merge branch 'dev' into clevel_doc by Yann Collet · 5 years ago
  46. 32b5a8e Merge pull request #2118 from Artoria2e5/patch-1 by Nick Terrell · 5 years ago
  47. e873697 updated documentation regarding ZSTD_CLEVEL by Yann Collet · 5 years ago
  48. 602dae3 Merge pull request #2119 from bimbashrestha/mingw by Bimba Shrestha · 5 years ago
  49. df9e5b6 adding by Bimba Shrestha · 5 years ago
  50. efc656c Merge pull request #2114 from facebook/verbose by Yann Collet · 5 years ago
  51. 1afe57c Merge pull request #2112 from facebook/cfast by Yann Collet · 5 years ago
  52. 969ba4f Change the modification of ZSTD_wildcopy() by caoyzh · 5 years ago
  53. a7e34ff revert ZSTD_reduceTable_internal()'s modificatiion by caoyzh · 5 years ago
  54. 9e802ed Modify indent of comments by caoyzh · 5 years ago
  55. 7f75f05 Change "arm_neon.h" to system include <arm_neon.h> by caoyzh · 5 years ago
  56. b2e56f7 Optimize compression by using neon function. by caoyzh · 5 years ago
  57. 37d10b6 programs/README.md: update help text by Mingye Wang · 5 years ago
  58. 45c66dd [zdict] Stabilize ZDICT_finalizeDictionary() by Nick Terrell · 5 years ago
  59. 6259247 Merge pull request #2115 from bimbashrestha/docs by Bimba Shrestha · 5 years ago
  60. 1b1cc3d adding some static-anslysis docs by Bimba Shrestha · 5 years ago
  61. cf854f4 support for verbose make by Yann Collet · 5 years ago
  62. 5414428 small speed improvement for strategy fast by Yann Collet · 5 years ago
  63. 5717bd3 [lib] Fix NULL pointer dereference by Nick Terrell · 5 years ago
  64. ad8dbae Merge pull request #2103 from felixhandte/relative-includes by Felix Handte · 5 years ago
  65. e7df0d4 Merge pull request #2095 from bimbashrestha/grep by Bimba Shrestha · 5 years ago
  66. d116f24 Merge pull request #2109 from facebook/fasterCygwin by Yann Collet · 5 years ago
  67. 250184a adding tests back by Bimba Shrestha · 5 years ago
  68. e09cdf9 Merge pull request #2108 from facebook/hufc_wconv by Yann Collet · 5 years ago
  69. 4f755bd faster cygwin test by Yann Collet · 5 years ago
  70. 5163778 Yay It Works, Clean Up Logging A Bit by W. Felix Handte · 5 years ago
  71. 005ffd3 Fix Sed Regex Escaping for Extended Regex Rules...... by W. Felix Handte · 5 years ago
  72. bdfb50f Uhhh It's Still Failing, Let's Try Printing Debug Info? by W. Felix Handte · 5 years ago
  73. ef7d98e Merge branch 'dev' into hufc_wconv by Yann Collet · 5 years ago
  74. 229cbd0 Fix Fallbacks to Work on FreeBSD by W. Felix Handte · 5 years ago
  75. c29fd7c some more conversion warnings by Yann Collet · 5 years ago
  76. 6ff16b4 adding help text by Bimba Shrestha · 5 years ago
  77. a06a508 fixing inconsistencies by Bimba Shrestha · 5 years ago
  78. 7120d97 fix minor conversion warnings (#2106) by Yann Collet · 5 years ago
  79. 6381b7e Add Fallback When realpath Doesn't Support --relative-to by W. Felix Handte · 5 years ago
  80. c7cba8e Mark zstddeclib-in.c Not Executable by W. Felix Handte · 5 years ago
  81. c1b836f fix minor conversion warnings by Yann Collet · 5 years ago
  82. 8b32714 Merge pull request #1976 from felixhandte/minimal-lib-target by Felix Handte · 5 years ago
  83. b48f6c7 Try to Fix Single File Library Combiner Script to Handle Relative Includes by W. Felix Handte · 5 years ago
  84. 7b75d77 Remove Useless Assignment in Makefile by W. Felix Handte · 5 years ago
  85. 7dcca6b Also Move programs/ Directory to Relative Includes by W. Felix Handte · 5 years ago
  86. 6028827 Rewrite Include Paths to be Relative by W. Felix Handte · 5 years ago
  87. 0301ef5 [bench] Extending largeNbDicts to compression (#2089) by Bimba Shrestha · 5 years ago
  88. 7e9aabd Merge pull request #2099 from felixhandte/compile-under-pedantic by Felix Handte · 5 years ago
  89. 0b81035 Test Flag in Travis CI by W. Felix Handte · 5 years ago
  90. fa5e01c Add Space-Optimized Helper Variable to Lib Makefile by W. Felix Handte · 6 years ago
  91. 816ed80 Merge pull request #1984 from MeghnaM/1636-Reduce-stack-usage-of-HUF_sort by Felix Handte · 5 years ago
  92. 2cf72d5 Try to Fix MSVC Error by W. Felix Handte · 5 years ago
  93. 6528fa0 Do a `-pedantic` Build in CircleCI by W. Felix Handte · 5 years ago
  94. dacbcd2 Fix Up Some Pointer Handling in Tests by W. Felix Handte · 5 years ago
  95. 3764859 Switch Helper Declaration to Not Force Inline by W. Felix Handte · 5 years ago
  96. c7da66c Purge C++-Style Comments (`// ...`), Make Compilation Succeed Under C90 by W. Felix Handte · 5 years ago
  97. 952427a Avoid inline Keyword in C90 by W. Felix Handte · 5 years ago
  98. baa4e2e Don't Evaluate Arguments to Dummy Function by W. Felix Handte · 5 years ago
  99. 450542d Allow Empty Format Strings in Error Macro Invocations by W. Felix Handte · 5 years ago
  100. 6696933 Make All Invocations Start With Literal Format String by W. Felix Handte · 5 years ago