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