1. 4495e9a allow analysis even if file does not have zst extension by Paul Cruz · 7 years ago
  2. a9b77c8 cleaning up code for analyzing frames by Paul Cruz · 7 years ago
  3. e208992 cleaning up code by Paul Cruz · 7 years ago
  4. fc428ab changing formatting again by Paul Cruz · 7 years ago
  5. 607ee9f print message when no files are given, rearrange code for readability by Paul Cruz · 7 years ago
  6. ebd6034 changed U64 to unsigned long to get rid of build test errors by Paul Cruz · 7 years ago
  7. 81fa33b cleaning up code by Paul Cruz · 7 years ago
  8. a56dcbf changed print format for non-verbose version by Paul Cruz · 7 years ago
  9. c828b52 yet more refactoring by Paul Cruz · 7 years ago
  10. 28dbf8e more refactoring for C90 by Paul Cruz · 7 years ago
  11. 618a7b6 refactoring for C90 syntax by Paul Cruz · 7 years ago
  12. 6e33c74 formatting issues resolved by Paul Cruz · 7 years ago
  13. 173a739 code refactorings with explicit conversion by Paul Cruz · 7 years ago
  14. f3d6ab2 formated information for verbose output by Paul Cruz · 7 years ago
  15. 6e02044 displayed decompressed size by Paul Cruz · 7 years ago
  16. dcd6ba6 incremented decompressedSize instead of setting value by Paul Cruz · 7 years ago
  17. 6996bd2 removed useless lines by Paul Cruz · 7 years ago
  18. 9cb602e added in logic for parsing through blocks/frames by Paul Cruz · 7 years ago
  19. 786b7ca added code to analyze the first frame header by Paul Cruz · 7 years ago
  20. a3d54cf added line spacing for clarity by Paul Cruz · 7 years ago
  21. 0f06f4f added display for compressed size by Paul Cruz · 7 years ago
  22. 4128f67 added in check suffix check to ensure file was compressed with zstd by Paul Cruz · 7 years ago
  23. 901435e setup basic functions for adding --list functionality by Paul Cruz · 7 years ago
  24. e12ae02 minor coding style update by Yann Collet · 7 years ago
  25. 2d4d31c removed gcc compilation flag -Wbad-function-cast by Yann Collet · 7 years ago
  26. 46ac9ad fixed vla warning on linux by Yann Collet · 7 years ago
  27. 83d0c76 added several compilation flags by Yann Collet · 7 years ago
  28. a99ece9 Update zstd.1.md to use btultra by Nick Terrell · 7 years ago
  29. 5f2c721 Merge remote-tracking branch 'upstream/dev' into btopt by Nick Terrell · 7 years ago
  30. 01a1abf cli : -d and -t do not stop after a failed decompression by Yann Collet · 7 years ago
  31. a00e959 removed -g from DEBUGFLAGS by Yann Collet · 7 years ago
  32. c08e568 updated dict graphs to 2D mode by Yann Collet · 7 years ago
  33. 710497d updated programs/README.md, to introduce compilation variables by Yann Collet · 7 years ago
  34. f47284f reorganized Makefile for multiple targets by Yann Collet · 7 years ago
  35. 3791d21 added xzstd4 target by Yann Collet · 7 years ago
  36. 2e63a87 fixed xzstd by Yann Collet · 7 years ago
  37. f376d47 [CLI] Switch dictionary builder on CLI to cover by Nick Terrell · 7 years ago
  38. 020b960 [cover] Make optimization faster by Nick Terrell · 7 years ago
  39. f2d9ef1 [cover] Optimize case where d <= 8 by Nick Terrell · 7 years ago
  40. feba969 Fix LZ4_MSG in xzstd by Nick Terrell · 7 years ago
  41. 31533ba Changed ZSTD_createCDict_advanced() by Yann Collet · 7 years ago
  42. eab41c1 Fix LZ4 wrapper deprecation warnings by Sean Purcell · 7 years ago
  43. 2c4b6fe Make lz4 compression/decompression compatible with library r123 by Sean Purcell · 7 years ago
  44. 4de8632 Add LZ4 compress/decompress support to CLI by Sean Purcell · 7 years ago
  45. 230d7ac cli : add support for --threads=# command by Yann Collet · 7 years ago
  46. 9606256 Fix no thread message by Sean Purcell · 7 years ago
  47. 1c28695 Merge pull request #663 from iburinoc/zstdmt-default by Yann Collet · 7 years ago
  48. c8b2df7 Compile CLI using files instead of objs by Sean Purcell · 7 years ago
  49. e6c504d Update -T0 comment in man page by Sean Purcell · 7 years ago
  50. 5935c99 Add zstdmt and -T0 to man page by Sean Purcell · 7 years ago
  51. f6ef4db Install zstdmt even without threading support by Sean Purcell · 7 years ago
  52. 5a61f36 Make zstd compile with mt by default by Sean Purcell · 7 years ago
  53. 7dd14d0 Enable multithreading on BSD by Baptiste Daroussin · 7 years ago
  54. e4f3235 Add 0 initializers to static variables by Sean Purcell · 7 years ago
  55. 42bac7f Change ifndef's to undef's by Sean Purcell · 7 years ago
  56. 9227aae Fix clang linux compilation by Sean Purcell · 7 years ago
  57. 3b6207d Fix compilation on windows by Sean Purcell · 7 years ago
  58. f876f12 Fix compilation on macOS by Sean Purcell · 7 years ago
  59. afa4851 -T0 detects number of physical cores by Sean Purcell · 7 years ago
  60. 5c42d0e cli : better status display for zstdmt in 1-thread mode by Yann Collet · 7 years ago
  61. 0e30059 cli : FIO_createDictBuffer() replaces FIO_loadFile() by Yann Collet · 7 years ago
  62. 279be20 Let zstd overwrite read-only files by Sean Purcell · 7 years ago
  63. c200738 fixed bench.c : optional advanced parameters applied by Yann Collet · 7 years ago
  64. 81d6380 minor bench.c adjustments by Yann Collet · 7 years ago
  65. a36330a minor man update, for `overlapSize` by Yann Collet · 7 years ago
  66. 805c5a3 updated documentation on multithreading modes by Yann Collet · 7 years ago
  67. eb38617 Clean up default sparse logic by Nick Terrell · 7 years ago
  68. 96fe545 Turn off sparse mode for OS X by default by Nick Terrell · 7 years ago
  69. 5152fb2 Convert all tabs to spaces by Nick Terrell · 7 years ago
  70. 5bde4be fix : bench automatically adapts parameters to srcSize by Yann Collet · 7 years ago
  71. efdaf8b Fix inline compile errors by Sean Purcell · 7 years ago
  72. 894bf49 Fix IS_CONSOLE returning 1 for NUL on windows by Sean Purcell · 7 years ago
  73. 0246d5c Merge pull request #630 from facebook/advancedCliCommands by Yann Collet · 7 years ago
  74. ef30af8 Ignore extension in command name matching by Sean Purcell · 7 years ago
  75. 96aa301 changed advanced commands --maxdict= and --dictID= by Yann Collet · 7 years ago
  76. f332ece dictBuilder fails to create dictionary on certain input by Yann Collet · 7 years ago
  77. dee08ca Fix displayLevel redefinition issues by Sean Purcell · 7 years ago
  78. 680e4e0 Ignore symbolic links unless --force specified by Sean Purcell · 7 years ago
  79. 042ba12 Change g_displayLevel to int and fix DISPLAYUPDATE flush by Sean Purcell · 7 years ago
  80. dfc75f7 Add $(EXT) to binary to fix zlib detection for some MinGW versions by Nick Terrell · 7 years ago
  81. 741e3e8 Add $(FLAGS) when testing for zlib/lzma support. by Nick Terrell · 7 years ago
  82. 35c147a Merge pull request #605 from iburinoc/term by Yann Collet · 7 years ago
  83. 0a189b6 fix minor details in man page by Yann Collet · 7 years ago
  84. b8e52d3 Fix zstd not erroring on compressing to terminal without forceStdout by Sean Purcell · 7 years ago
  85. 72a243e Convert manpage to Markdown, converted with ronn by Sean Purcell · 7 years ago
  86. 3773bd3 Merge pull request #601 from terrelln/nxz by Yann Collet · 7 years ago
  87. aa8bcf3 Add xz and lzma support. by Nick Terrell · 7 years ago
  88. 120df49 Update builds to not support legacy v01-v03 by Sean Purcell · 7 years ago
  89. 334cb34 ZSTD_LEGACY_SUPPORT defines lowest supported version by Sean Purcell · 7 years ago
  90. 201e8c8 programs/Makefile: remove zstd-internal target by Dmitry V. Levin · 7 years ago
  91. eeb31ee s/ZSTD_btopt2/ZSTD_btultra/g by Nick Terrell · 7 years ago
  92. 8b1d004 added -Wformat-security flag, as recommended by @pixelb by Yann Collet · 7 years ago
  93. 78208bd fixed : build zstd cli after libzstd by Yann Collet · 7 years ago
  94. c1c040e added gzip tests by Yann Collet · 7 years ago
  95. 8e5032a cli : fix : --rm is silent when input is stdin (decompression) by Przemyslaw Skibinski · 7 years ago
  96. a81c2e7 Merge pull request #573 from facebook/ddict by Yann Collet · 7 years ago
  97. ef569bf Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  98. dccd6b6 cli : fix : --rm is silent when input is stdin by Yann Collet · 7 years ago
  99. 862698f minor tweaks in FIO_decompressGzFrame by Przemyslaw Skibinski · 7 years ago
  100. 0b9b894 reduced ZSTD_DDict memory usage by Yann Collet · 7 years ago