1. 2dbe408 Make the build reproducible by Chris Lamb · 7 years ago
  2. 00d5228 Use -pthread rather than -lpthread. by Adam Borowski · 7 years ago
  3. 9e6ba88 moved snap to /contrib by Yann Collet · 7 years ago
  4. a7b532a added docker readme by Yann Collet · 7 years ago
  5. b06db3b Merge pull request #1052 from Varunram/dockerfile by Yann Collet · 7 years ago
  6. 7616200 Add Dockerfile by Varunram · 7 years ago
  7. 5373e44 fixed contrib/adaptive-compression by Yann Collet · 7 years ago
  8. 355cb64 fixed seekable format example by Yann Collet · 7 years ago
  9. 38cbcb5 removed LRM exploratory experiment by Yann Collet · 7 years ago
  10. e916b90 gen_html: changed CFLAGS for CXXFLAGS by Yann Collet · 7 years ago
  11. ea41b58 meson: allow -Dlegacy_support=true, fix -Dlegacy_support=0 by Shawn Landden · 7 years ago
  12. 6ff43c0 get soversion right by Shawn Landden · 7 years ago
  13. daffe43 meson: support differn't legacy levels. by Shawn Landden · 7 years ago
  14. 3ddfa42 meson: fix build by Shawn Landden · 7 years ago
  15. c173dbd no longer supported starting C++17 by Yann Collet · 7 years ago
  16. 0d58aaf /contrib: fixed license header by Yann Collet · 7 years ago
  17. f1a3ce3 Merge pull request #826 from terrelln/license by Yann Collet · 7 years ago
  18. f9252d8 [linux-kernel] Update license by Nick Terrell · 7 years ago
  19. b0cb081 last batch of header files changed to reflect new license (#825) by Yann Collet · 7 years ago
  20. e21384f fixed more file headers after license change (#825) by Yann Collet · 7 years ago
  21. e9dc204 fixed a bunch of headers after license change (#825) by Yann Collet · 7 years ago
  22. 394bdd7 changed license for examples by Yann Collet · 7 years ago
  23. dd63533 Merge pull request #797 from paulcruz74/documentation by Yann Collet · 7 years ago
  24. 733ca51 Updating README.md by Paul Cruz · 7 years ago
  25. 2daeab1 Merge pull request #795 from terrelln/squashfs-tools2 by Yann Collet · 7 years ago
  26. 57e2df6 [kernel] Update squashfs-tools patch by Nick Terrell · 7 years ago
  27. fc90469 updated program name print statement by Paul Cruz · 7 years ago
  28. 75c3ad9 Merge remote-tracking branch 'upstream/dev' into dev by Paul Cruz · 7 years ago
  29. 8915b9b Merge pull request #786 from terrelln/squashfs-tools by Yann Collet · 7 years ago
  30. 8b6702a [linux-kernel] Update patches for v5 by Nick Terrell · 7 years ago
  31. a1fe656 Merge pull request #779 from paulcruz74/adapt-approach-4 by Yann Collet · 7 years ago
  32. 7069bb9 Merge branch 'adapt-approach-4' into bug-fixes by Paul Cruz · 7 years ago
  33. e100a31 removed direct assignment of 22, used ZSTD_maxCLevel() instead by Paul Cruz · 7 years ago
  34. 7393b49 [linux-kernel] Update patches for v4 by Nick Terrell · 7 years ago
  35. 01237e3 changed multi to zstd-adaptive in the help menu by Paul Cruz · 7 years ago
  36. 8be7bba added mutex for compression level to avoid data race by Paul Cruz · 7 years ago
  37. 69ef22c added detach statements to prevent resource leak by Paul Cruz · 7 years ago
  38. f8c7b19 Merge branch 'adapt-approach-4' into dev by Paul Cruz · 7 years ago
  39. 0295737 change signal to broadcast for jobCompressed condition varaible since multiple threads waiting by Paul Cruz · 7 years ago
  40. cf92221 Merge remote-tracking branch 'upstream/dev' into dev by Paul Cruz · 7 years ago
  41. c2f1bda Merge branch 'adapt-approach-4' into dev by Paul Cruz · 7 years ago
  42. 9ea7df0 add install target in makefile by Paul Cruz · 7 years ago
  43. f60cd3f print defaults and range, remove EXT by Paul Cruz · 7 years ago
  44. e22b60c removed ternary operation, added assert statement, check to make sure initial compression level is within bounds by Paul Cruz · 7 years ago
  45. cb9af53 delete empty line by Paul Cruz · 7 years ago
  46. 5178822 remove exe extension from makefile, reinclude pthread flag by Paul Cruz · 7 years ago
  47. ee27f69 Merge pull request #758 from stellamplau/ldm by Yann Collet · 7 years ago
  48. 4d904ac add flags for multithreading by Paul Cruz · 7 years ago
  49. 0f4cb67 add tests for compression bounds, fix another warning by Paul Cruz · 7 years ago
  50. ff54fce patched style errors, add ability to bound compression level variation by Paul Cruz · 7 years ago
  51. 8fae41c Return error code in verify() and minor code cleanup by Stella Lau · 7 years ago
  52. 1294a4a Fix typo by Stella Lau · 7 years ago
  53. 6276218 Add checks in initialization code by Stella Lau · 7 years ago
  54. c105f60 Update README by Stella Lau · 7 years ago
  55. e122254 Merge pull request #753 from paulcruz74/adapt-approach-3 by Yann Collet · 7 years ago
  56. 2320e73 remove unused variable, add documentation for context fields by Paul Cruz · 7 years ago
  57. 9eaf3d2 Allow HASH_ONLY_EVERY_LOG to be configured in ldm.h by Stella Lau · 7 years ago
  58. ab5a785 fix leaky abstraction regarding measuring completion by Paul Cruz · 7 years ago
  59. 715f36c added definitions for conversion constants, moved forced compression check to top of adaptCompressionLevel, used ZSTD_BLOCKSIZE_MAX by Paul Cruz · 7 years ago
  60. 6c1c124 set the window log value before performing compression by Paul Cruz · 7 years ago
  61. 40759ba Add README and clean up code by Stella Lau · 7 years ago
  62. a959cc8 moved reset of completion to right after wait by Paul Cruz · 7 years ago
  63. 305d5ee change to >= convergence counter by Paul Cruz · 7 years ago
  64. be92a38 decrease completion requirements for change, move create thread wait, merge cases where compression thread should wait by Paul Cruz · 7 years ago
  65. e916163 Allow parameters to be modified from a separate file by Stella Lau · 7 years ago
  66. 0b18d21 building on readme, added another help tip in the menu by Paul Cruz · 7 years ago
  67. 7cc74e0 adding more to readme by Paul Cruz · 7 years ago
  68. 8dbb07d updated progress bar with better representation of time, added const by Paul Cruz · 7 years ago
  69. 9a13270 changing time units to seconds by Paul Cruz · 7 years ago
  70. 629c300 Rename and remove unneeded files by Stella Lau · 7 years ago
  71. 31a9ed9 updated const values, added more comments by Paul Cruz · 7 years ago
  72. 5cfbf60 removed old debug statements no longer being used by Paul Cruz · 7 years ago
  73. 0882cd1 progress bar -- don't print num jobs, time elapsed shown in seconds by Paul Cruz · 7 years ago
  74. 310c12d moved debug statements to a compiler flag by Paul Cruz · 7 years ago
  75. e02c79f started using decrease cooldown so that compression level would not decrease several times in a row by Paul Cruz · 7 years ago
  76. 85d7c91 created independent function for controlling how completion relates to compression level change by Paul Cruz · 7 years ago
  77. 6f1e260 added mechanism for getting rid of spikes by Paul Cruz · 7 years ago
  78. 700758d added help statement for -p, switched it to hide progress bar now that progress bar is default by Paul Cruz · 7 years ago
  79. df3754b add quiet option, make progress bar default by Paul Cruz · 7 years ago
  80. 0295a27 Experiment with not using a checksum by Stella Lau · 7 years ago
  81. 4dc83ca compression thread should take measurements independently based on whether or not the create/write thread will actually bottleneck performance by Paul Cruz · 7 years ago
  82. 0ee3f8c adding more debug by Paul Cruz · 7 years ago
  83. 8328f81 updating debug statements again by Paul Cruz · 7 years ago
  84. d3d7593 changing position of endline for debug by Paul Cruz · 7 years ago
  85. 08a6e9a Minor code cleanup by Stella Lau · 7 years ago
  86. 6eefa32 Deduplicate code by Stella Lau · 7 years ago
  87. 8ed9220 Experiment with eviction policies and minor code cleanup by Stella Lau · 7 years ago
  88. e508f63 updated comments and debug statements by Paul Cruz · 7 years ago
  89. eb16da6 Minor clean up by Stella Lau · 7 years ago
  90. 1a188fe Fix overflow bug when calculating hash by Stella Lau · 7 years ago
  91. 0b8fb17 Experiment with 64-bit hash insertion policy by Stella Lau · 7 years ago
  92. 273c17b Experiment with 64-bit hash and checksum by Stella Lau · 7 years ago
  93. 483d936 reduced competition for completion mutex by separating mutex use based on which values is updated by Paul Cruz · 7 years ago
  94. 880f08d change how completion is measured in compression thread by Paul Cruz · 7 years ago
  95. 08d9e42 removed useless measurements by Paul Cruz · 7 years ago
  96. 95bef75 switched over to model where reading only waits on compression thread by Paul Cruz · 7 years ago
  97. 6455ec4 taking the maximum of the completion level reads in order to determine which one was waiting more by Paul Cruz · 7 years ago
  98. 05fe8dd updating debug statements by Paul Cruz · 7 years ago
  99. db109f8 measure multiple completion levels during each wait by Paul Cruz · 7 years ago
  100. 721c6a8 added bounding to compression level change by Paul Cruz · 7 years ago