1. 532f439 cleaned up code for arguments a bit by Paul Cruz · 7 years ago
  2. f7e6b35 added tests that check to ensure stdout is working by Paul Cruz · 7 years ago
  3. 4679132 updated avg compression rate, also hiding progress bar behind a flag now by Paul Cruz · 7 years ago
  4. 00bc5df added compression rate to status bar by Paul Cruz · 7 years ago
  5. f351848 added data amount by Paul Cruz · 7 years ago
  6. 2939301 fixed problem with progress bar not persisting, added time elapsed by Paul Cruz · 7 years ago
  7. 57ec023 added help menu by Paul Cruz · 7 years ago
  8. b6cc084 added really simple progress update in the corner by Paul Cruz · 7 years ago
  9. ff9f2cd added some basic logic for altering compression level by Paul Cruz · 7 years ago
  10. a407ccc added ability to congregate statistics into single print statement rather than using debug by Paul Cruz · 7 years ago
  11. f57849b added ability to set initial compression level by Paul Cruz · 7 years ago
  12. 592a0d9 changed to work with std out by Paul Cruz · 7 years ago
  13. 94fe291 small changes by Paul Cruz · 7 years ago
  14. 79d4657 small changes by Paul Cruz · 7 years ago
  15. 6f3ad1b fixed the problem with pipeline tests by changing how jobs move through the threads by Paul Cruz · 7 years ago
  16. cc714f3 added print statements and debuglog by Paul Cruz · 7 years ago
  17. 3f52ca9 added more tests, changed makefile by Paul Cruz · 7 years ago
  18. faeb6e0 added filenameTable for multiple files by Paul Cruz · 7 years ago
  19. f0b9a15 added tests to run.sh by Paul Cruz · 7 years ago
  20. b421083 added some basic parsing for args by Paul Cruz · 7 years ago
  21. 898c1a5 removed references to file size computation and file size function by Paul Cruz · 7 years ago
  22. a2680e5 removed calculation of file size and replaced with limited number of available jobs by Paul Cruz · 7 years ago
  23. dd8a591 moved main logic for job creation into a separate function by Paul Cruz · 7 years ago
  24. 9ccd55f free ctx fields when error occurs during creation by Paul Cruz · 7 years ago
  25. 5df4cb0 renamed files by Paul Cruz · 7 years ago
  26. c9f4919 fixed TODOs by Paul Cruz · 7 years ago
  27. 9a147d8 removed unnecessary checks for null pointer on free by Paul Cruz · 7 years ago
  28. a47ebb1 removed print statements by Paul Cruz · 7 years ago
  29. 0b70152 working I believe by Paul Cruz · 7 years ago
  30. cd50382 fixed some issues with segfaults by Paul Cruz · 7 years ago
  31. 95ea54b added code for waiitng for all jobs to finish by Paul Cruz · 7 years ago
  32. dd447bb fixed an error with number of jobs by Paul Cruz · 7 years ago
  33. ff9ac63 removed unnecessary files by Paul Cruz · 7 years ago
  34. dd96efa added print statements for debugging, fixed long memset by changing to calloc by Paul Cruz · 7 years ago
  35. 0887e98 finished main portion of code, now need to debug by Paul Cruz · 7 years ago
  36. 00b5e6c continuing work on v2 by Paul Cruz · 7 years ago
  37. ac79928 version one complete, can compress a file given input and output names by Paul Cruz · 7 years ago
  38. 1d39550 Merge pull request #744 from terrelln/dev by Yann Collet · 7 years ago
  39. 88481e4 [pzstd] Remove appveyor tests by Nick Terrell · 7 years ago
  40. 56e3964 [man] Specify that strategies start at 1 by Nick Terrell · 7 years ago
  41. 7f40bb1 Merge pull request #742 from stellamplau/stack-space by Yann Collet · 7 years ago
  42. 32df49e Fix typo by Stella Lau · 7 years ago
  43. b0513b5 Add comment to HUF_DECOMPRESS_WORKSPACE_SIZE by Stella Lau · 7 years ago
  44. 4c71f59 Clarify typedef of rankVal_t and rankValCol_t by Stella Lau · 7 years ago
  45. 28f711e Rename ALIGN and ALIGN_MASK to HUF_ALIGN and HUF_ALIGN_MASK by Stella Lau · 7 years ago
  46. 70ad682 Delegate HUF_decompress4X_hufOnly to workspace version by Stella Lau · 7 years ago
  47. 104c4d5 Fix bitshift error by Stella Lau · 7 years ago
  48. cf2a6bc Merge pull request #741 from facebook/promotion by Yann Collet · 7 years ago
  49. fedc94d Fix pointer casting warning by Stella Lau · 7 years ago
  50. c6a5275 Fix alignment warnings with pointer casting by Stella Lau · 7 years ago
  51. 99e3159 Reduce stack usage of HUF_readDTableX4 and HUF_readDTableX2 by Stella Lau · 7 years ago
  52. 97f2bf6 minor : fix typo by Yann Collet · 7 years ago
  53. 82879d5 Merge pull request #738 from terrelln/lk-div by Yann Collet · 7 years ago
  54. acbef3d ZSTD_getFrameContentSize() is promoted to "stable" status by Yann Collet · 7 years ago
  55. 590937d Merge pull request #739 from facebook/refPrefix by Yann Collet · 7 years ago
  56. ce91b64 [linux-kernel] Update patches for v2 by Nick Terrell · 7 years ago
  57. 811deae Merge pull request #736 from terrelln/cover-default-api by Yann Collet · 7 years ago
  58. ad5f299 Merge pull request #737 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  59. 0374662 refactor ZSTD_check_compressionLevel_monotonicIncrease_memoryBudget() by Yann Collet · 7 years ago
  60. 2bf428d Merge branch 'advancedAPI2' into refPrefix by Yann Collet · 7 years ago
  61. 62f7efc added a test to ensure ZSTD_refPrefix() doesn't impact the following compression job by Yann Collet · 7 years ago
  62. 1ca7603 fixed -Wdeclaration-after-statement by Yann Collet · 7 years ago
  63. b13bfd1 Merge pull request #740 from paulcruz74/dev by Yann Collet · 7 years ago
  64. 8135351 added function to control monotonic memory budget increase of ZSTD_defaultCParameters[0] by Yann Collet · 7 years ago
  65. adbe74a adjusted compression levels to guarantee a monotonically increasing memory budget by Yann Collet · 7 years ago
  66. 7ac4724 removed fnum from DISPLAY statements by Paul Cruz · 7 years ago
  67. e667d33 fixed generation of buggy test, corrected DISPLAY statements for errors by Paul Cruz · 7 years ago
  68. 33a6639 fixed ZSTD_refPrefix with Multithread-enabled CCtx by Yann Collet · 7 years ago
  69. 1fd2df9 fixed zstreamtest by Yann Collet · 7 years ago
  70. d67212a Merge remote-tracking branch 'upstream/dev' into dev by Paul Cruz · 7 years ago
  71. 2e42742 controlled dictMode by Yann Collet · 7 years ago
  72. b737293 implemented ZSTD_refPrefix() by Yann Collet · 7 years ago
  73. 7d38161 exposed ZSTD_MAGIC_DICTIONARY in zstd.h by Yann Collet · 7 years ago
  74. fecc721 added parameter ZSTD_p_refDictContent by Yann Collet · 7 years ago
  75. 09a5bbe Merge pull request #735 from terrelln/xz-default by Yann Collet · 7 years ago
  76. c2edb78 [tests] Fix HAVE_LZMA flag by Nick Terrell · 7 years ago
  77. 5b7fd7c [zdict] Make COVER the default algorithm by Nick Terrell · 7 years ago
  78. c7fb884 fixed minor conversion warning by Yann Collet · 7 years ago
  79. 20eeb24 Merge pull request #729 from paulcruz74/corpus by Yann Collet · 7 years ago
  80. dde10b2 refactored ZSTD_estimateDStreamSize() by Yann Collet · 7 years ago
  81. 09ae03a ZSTD_estimateCDictSize_advanced() by Yann Collet · 7 years ago
  82. 0c9a915 ZSTD_estimateCStreamSize_advanced() by Yann Collet · 7 years ago
  83. 31af829 ZSTD_estimateCCtx_advanced() by Yann Collet · 7 years ago
  84. d88a441 [zstdcli] Document HAVE_LZMA and zstd-noxz by Nick Terrell · 7 years ago
  85. 6aeb50e [zstdcli] Add unlzma and unxz symlinks by Nick Terrell · 7 years ago
  86. eb7c207 [zstdcli] Disable lzma support for MSAN testing by Nick Terrell · 7 years ago
  87. d2e2441 Merge pull request #4 from facebook/dev by Paul Cruz · 7 years ago
  88. 849ecf3 [zstdcli] Support xz by default when liblzma is available by Nick Terrell · 7 years ago
  89. 298fe9f added cli tests to test-all by Paul Cruz · 7 years ago
  90. 3a295a9 added additional condition so large offsets into the dictionary are not generated past windowSize by Paul Cruz · 7 years ago
  91. 379f9d8 Merge pull request #733 from terrelln/pzstd-deadlock by Yann Collet · 7 years ago
  92. 2085375 fixed bug detected by the API test by Paul Cruz · 7 years ago
  93. 8cd1345 type warnings by Paul Cruz · 7 years ago
  94. 4219acc fixed bus error bug by Paul Cruz · 7 years ago
  95. ef269c1 Merge pull request #725 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  96. 6122af9 --no-big-tests for msan by Yann Collet · 7 years ago
  97. cca1ed1 Merge branch 'advancedAPI2' of github.com:facebook/zstd into advancedAPI2 by Yann Collet · 7 years ago
  98. 32f546c zstreamtest : disabled multi-threading tests with --newapi --no-big-tests by Yann Collet · 7 years ago
  99. f570609 [pzstd] Fix deadlock in the case of errors by Nick Terrell · 7 years ago
  100. 2e8cc6f added sizeof for clarity by Paul Cruz · 7 years ago