1. 9165e97 added some tests for correctness, time, and compression ratio by Paul Cruz · 7 years ago
  2. 766663f added altering dictionary size depending on compression level by Paul Cruz · 7 years ago
  3. 7c886db changed to stderr by Paul Cruz · 7 years ago
  4. b5b18cf changed to malloc, added comment about adaptive compression level, and changed ternary operators by Paul Cruz · 7 years ago
  5. 954d999 fixed up freeCCtx() removed BYTE since it wasn't being used by Paul Cruz · 7 years ago
  6. 3c16edd added copyright header, removed clean from makefile by Paul Cruz · 7 years ago
  7. 74d3a6f passes tests with adaptive compression level by Paul Cruz · 7 years ago
  8. 5353d35 working with fixed compression level and fixed dictionary size by Paul Cruz · 7 years ago
  9. 356ddb6 working with flush job->src.size and fixed cLevel by Paul Cruz · 7 years ago
  10. 0a40185 added debug statement by Paul Cruz · 7 years ago
  11. 72a183e changed dictionary size, added debugging statements by Paul Cruz · 7 years ago
  12. 7c54e09 updated DEBUG statements by Paul Cruz · 7 years ago
  13. a3c077b added error message, updated copying dictionary into the input buffer by Paul Cruz · 7 years ago
  14. 34afb9b changed to using ZSTD_compressBegin_usingDict() and fixed strange issue with ZSTD_compressContinue() by Paul Cruz · 7 years ago
  15. 7ec5928 fixed an error where -c argument wasn't working for single files by Paul Cruz · 7 years ago
  16. f918545 made some progress on improving compression ratio, but problems exist with speed limits, and for some reason higher compression levels are really slow by Paul Cruz · 7 years ago
  17. 01fc7c4 changed how the detection of the last job works by Paul Cruz · 7 years ago
  18. c36552e dst buffer should use ZSTD_compressBound to determine how much space it needs by Paul Cruz · 7 years ago
  19. 7aa36df fixed memory leak that was happening when creating jobs by Paul Cruz · 7 years ago
  20. e410d63 made input buffer an internal part of the compression context by Paul Cruz · 7 years ago
  21. cc7f8e4 small changes by Paul Cruz · 7 years ago
  22. 7e09b50 changed name by Paul Cruz · 7 years ago
  23. ed72ea5 removed single from Makefile by Paul Cruz · 7 years ago
  24. ced3ec5 removed scripts by Paul Cruz · 7 years ago
  25. 82f0d64 removed single.c by Paul Cruz · 7 years ago
  26. 62ebbab updated error checking in each thread by Paul Cruz · 7 years ago
  27. c3ae23d added ability to compress without specifying out filename by Paul Cruz · 7 years ago
  28. 7163ffa playing around with adapt param by Paul Cruz · 7 years ago
  29. 1c9d6b2 rewrote time elapsed with UTIL by Paul Cruz · 7 years ago
  30. c0c236a changed to using compressCCtx by Paul Cruz · 7 years ago
  31. 11fc0f4 changed completed -> compressed by Paul Cruz · 7 years ago
  32. 09d7c6a changed completed variables to compressed for clarity by Paul Cruz · 7 years ago
  33. 8c0eb62 removed unnecessary comments, uncommented DEBUGLOG for later use by Paul Cruz · 7 years ago
  34. 70a4153 added ability to force output to stdout, wrote an additional test for this functionality by Paul Cruz · 7 years ago
  35. 532f439 cleaned up code for arguments a bit by Paul Cruz · 7 years ago
  36. f7e6b35 added tests that check to ensure stdout is working by Paul Cruz · 7 years ago
  37. 4679132 updated avg compression rate, also hiding progress bar behind a flag now by Paul Cruz · 7 years ago
  38. 00bc5df added compression rate to status bar by Paul Cruz · 7 years ago
  39. f351848 added data amount by Paul Cruz · 7 years ago
  40. 2939301 fixed problem with progress bar not persisting, added time elapsed by Paul Cruz · 7 years ago
  41. 57ec023 added help menu by Paul Cruz · 7 years ago
  42. b6cc084 added really simple progress update in the corner by Paul Cruz · 7 years ago
  43. ff9f2cd added some basic logic for altering compression level by Paul Cruz · 7 years ago
  44. a407ccc added ability to congregate statistics into single print statement rather than using debug by Paul Cruz · 7 years ago
  45. f57849b added ability to set initial compression level by Paul Cruz · 7 years ago
  46. 592a0d9 changed to work with std out by Paul Cruz · 7 years ago
  47. 94fe291 small changes by Paul Cruz · 7 years ago
  48. 79d4657 small changes by Paul Cruz · 7 years ago
  49. 6f3ad1b fixed the problem with pipeline tests by changing how jobs move through the threads by Paul Cruz · 7 years ago
  50. cc714f3 added print statements and debuglog by Paul Cruz · 7 years ago
  51. 3f52ca9 added more tests, changed makefile by Paul Cruz · 7 years ago
  52. faeb6e0 added filenameTable for multiple files by Paul Cruz · 7 years ago
  53. f0b9a15 added tests to run.sh by Paul Cruz · 7 years ago
  54. b421083 added some basic parsing for args by Paul Cruz · 7 years ago
  55. 898c1a5 removed references to file size computation and file size function by Paul Cruz · 7 years ago
  56. a2680e5 removed calculation of file size and replaced with limited number of available jobs by Paul Cruz · 7 years ago
  57. dd8a591 moved main logic for job creation into a separate function by Paul Cruz · 7 years ago
  58. 9ccd55f free ctx fields when error occurs during creation by Paul Cruz · 7 years ago
  59. 5df4cb0 renamed files by Paul Cruz · 7 years ago
  60. c9f4919 fixed TODOs by Paul Cruz · 7 years ago
  61. 9a147d8 removed unnecessary checks for null pointer on free by Paul Cruz · 7 years ago
  62. a47ebb1 removed print statements by Paul Cruz · 7 years ago
  63. 0b70152 working I believe by Paul Cruz · 7 years ago
  64. cd50382 fixed some issues with segfaults by Paul Cruz · 7 years ago
  65. 95ea54b added code for waiitng for all jobs to finish by Paul Cruz · 7 years ago
  66. dd447bb fixed an error with number of jobs by Paul Cruz · 7 years ago
  67. ff9ac63 removed unnecessary files by Paul Cruz · 7 years ago
  68. dd96efa added print statements for debugging, fixed long memset by changing to calloc by Paul Cruz · 7 years ago
  69. 0887e98 finished main portion of code, now need to debug by Paul Cruz · 7 years ago
  70. 00b5e6c continuing work on v2 by Paul Cruz · 7 years ago
  71. ac79928 version one complete, can compress a file given input and output names by Paul Cruz · 7 years ago
  72. 1d39550 Merge pull request #744 from terrelln/dev by Yann Collet · 7 years ago
  73. 88481e4 [pzstd] Remove appveyor tests by Nick Terrell · 7 years ago
  74. 56e3964 [man] Specify that strategies start at 1 by Nick Terrell · 7 years ago
  75. 7f40bb1 Merge pull request #742 from stellamplau/stack-space by Yann Collet · 7 years ago
  76. 32df49e Fix typo by Stella Lau · 7 years ago
  77. b0513b5 Add comment to HUF_DECOMPRESS_WORKSPACE_SIZE by Stella Lau · 7 years ago
  78. 4c71f59 Clarify typedef of rankVal_t and rankValCol_t by Stella Lau · 7 years ago
  79. 28f711e Rename ALIGN and ALIGN_MASK to HUF_ALIGN and HUF_ALIGN_MASK by Stella Lau · 7 years ago
  80. 70ad682 Delegate HUF_decompress4X_hufOnly to workspace version by Stella Lau · 7 years ago
  81. 104c4d5 Fix bitshift error by Stella Lau · 7 years ago
  82. cf2a6bc Merge pull request #741 from facebook/promotion by Yann Collet · 7 years ago
  83. fedc94d Fix pointer casting warning by Stella Lau · 7 years ago
  84. c6a5275 Fix alignment warnings with pointer casting by Stella Lau · 7 years ago
  85. 99e3159 Reduce stack usage of HUF_readDTableX4 and HUF_readDTableX2 by Stella Lau · 7 years ago
  86. 97f2bf6 minor : fix typo by Yann Collet · 7 years ago
  87. 82879d5 Merge pull request #738 from terrelln/lk-div by Yann Collet · 7 years ago
  88. acbef3d ZSTD_getFrameContentSize() is promoted to "stable" status by Yann Collet · 7 years ago
  89. 590937d Merge pull request #739 from facebook/refPrefix by Yann Collet · 7 years ago
  90. ce91b64 [linux-kernel] Update patches for v2 by Nick Terrell · 7 years ago
  91. 811deae Merge pull request #736 from terrelln/cover-default-api by Yann Collet · 7 years ago
  92. ad5f299 Merge pull request #737 from facebook/advancedAPI2 by Yann Collet · 7 years ago
  93. 0374662 refactor ZSTD_check_compressionLevel_monotonicIncrease_memoryBudget() by Yann Collet · 7 years ago
  94. 2bf428d Merge branch 'advancedAPI2' into refPrefix by Yann Collet · 7 years ago
  95. 62f7efc added a test to ensure ZSTD_refPrefix() doesn't impact the following compression job by Yann Collet · 7 years ago
  96. 1ca7603 fixed -Wdeclaration-after-statement by Yann Collet · 7 years ago
  97. b13bfd1 Merge pull request #740 from paulcruz74/dev by Yann Collet · 7 years ago
  98. 8135351 added function to control monotonic memory budget increase of ZSTD_defaultCParameters[0] by Yann Collet · 7 years ago
  99. adbe74a adjusted compression levels to guarantee a monotonically increasing memory budget by Yann Collet · 7 years ago
  100. 7ac4724 removed fnum from DISPLAY statements by Paul Cruz · 7 years ago