2017-08-16 |
Paul Cruz | Updating README.md 797/head |
commit | commitdiff | tree |
2017-08-14 |
Yann Collet | Merge pull request #791 from romange/dev |
commit | commitdiff | tree |
2017-08-14 |
Yann Collet | Merge pull request #793 from codicodi/fix-lz4-support |
commit | commitdiff | tree |
2017-08-14 |
codicodi | fix typo in lz4 support code 793/head |
commit | commitdiff | tree |
2017-08-13 |
Roman Gershman | Fix ZSTD_estimateDStreamSize function after ZSTD_DStrea... 791/head |
commit | commitdiff | tree |
2017-08-11 |
Yann Collet | Merge pull request #787 from paulcruz74/dev |
commit | commitdiff | tree |
2017-08-10 |
Paul Cruz | updated program name print statement 787/head |
commit | commitdiff | tree |
2017-08-10 |
Paul Cruz | Merge remote-tracking branch 'upstream/dev' into dev |
commit | commitdiff | tree |
2017-08-09 |
Yann Collet | Merge pull request #786 from terrelln/squashfs-tools |
commit | commitdiff | tree |
2017-08-09 |
Nick Terrell | [linux-kernel] Update patches for v5 786/head |
commit | commitdiff | tree |
2017-08-08 |
Yann Collet | Merge pull request #785 from terrelln/dev |
commit | commitdiff | tree |
2017-08-08 |
Nick Terrell | [CI] Add gcc7build test 785/head |
commit | commitdiff | tree |
2017-08-07 |
Yann Collet | Merge pull request #782 from terrelln/dstSizeTooSmall |
commit | commitdiff | tree |
2017-08-07 |
Yann Collet | Merge pull request #779 from paulcruz74/adapt-approach-4 |
commit | commitdiff | tree |
2017-08-07 |
Yann Collet | Merge pull request #778 from terrelln/bad-huff |
commit | commitdiff | tree |
2017-08-07 |
Yann Collet | Merge pull request #781 from stellamplau/qSize |
commit | commitdiff | tree |
2017-08-07 |
Paul Cruz | Merge branch 'adapt-approach-4' into bug-fixes |
commit | commitdiff | tree |
2017-08-07 |
Paul Cruz | removed direct assignment of 22, used ZSTD_maxCLevel... 779/head |
commit | commitdiff | tree |
2017-08-07 |
Nick Terrell | [libzstd] Fix bug in Huffman decompresser 778/head |
commit | commitdiff | tree |
2017-08-07 |
Stella Lau | Switch the sleep function to UTIL_sleepMilli 781/head |
commit | commitdiff | tree |
2017-08-07 |
Nick Terrell | Fix compression failure on incompressible data 782/head |
commit | commitdiff | tree |
2017-08-04 |
Nick Terrell | [linux-kernel] Update patches for v4 |
commit | commitdiff | tree |
2017-08-03 |
Paul Cruz | changed multi to zstd-adaptive in the help menu |
commit | commitdiff | tree |
2017-08-02 |
Stella Lau | Add test for deadlock |
commit | commitdiff | tree |
2017-08-02 |
Paul Cruz | added mutex for compression level to avoid data race |
commit | commitdiff | tree |
2017-08-02 |
Stella Lau | Signal after finishing job when queueSize=0 |
commit | commitdiff | tree |
2017-08-02 |
Paul Cruz | added detach statements to prevent resource leak |
commit | commitdiff | tree |
2017-08-01 |
Stella Lau | Replace marker with queueEmpty variable and update... |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | Merge branch 'adapt-approach-4' into dev |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | change signal to broadcast for jobCompressed condition... |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | Merge remote-tracking branch 'upstream/dev' into dev |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | Merge branch 'adapt-approach-4' into dev |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | add install target in makefile |
commit | commitdiff | tree |
2017-07-31 |
Stella Lau | Allow queueSize=0 in pool.c and update poolTests |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | print defaults and range, remove EXT |
commit | commitdiff | tree |
2017-07-29 |
Paul Cruz | removed ternary operation, added assert statement,... |
commit | commitdiff | tree |
2017-07-29 |
Paul Cruz | delete empty line |
commit | commitdiff | tree |
2017-07-29 |
Paul Cruz | remove exe extension from makefile, reinclude pthread... |
commit | commitdiff | tree |
2017-07-29 |
Yann Collet | Merge pull request #758 from stellamplau/ldm |
commit | commitdiff | tree |
2017-07-28 |
Paul Cruz | add flags for multithreading |
commit | commitdiff | tree |
2017-07-28 |
Paul Cruz | add tests for compression bounds, fix another warning |
commit | commitdiff | tree |
2017-07-28 |
Paul Cruz | patched style errors, add ability to bound compression... |
commit | commitdiff | tree |
2017-07-28 |
Stella Lau | Return error code in verify() and minor code cleanup 758/head |
commit | commitdiff | tree |
2017-07-27 |
Stella Lau | Fix typo |
commit | commitdiff | tree |
2017-07-27 |
Stella Lau | Add checks in initialization code |
commit | commitdiff | tree |
2017-07-27 |
Stella Lau | Update README |
commit | commitdiff | tree |
2017-07-27 |
Yann Collet | Merge pull request #753 from paulcruz74/adapt-approach-3 |
commit | commitdiff | tree |
2017-07-27 |
Paul Cruz | remove unused variable, add documentation for context... 753/head |
commit | commitdiff | tree |
2017-07-26 |
Stella Lau | Allow HASH_ONLY_EVERY_LOG to be configured in ldm.h |
commit | commitdiff | tree |
2017-07-26 |
Paul Cruz | fix leaky abstraction regarding measuring completion |
commit | commitdiff | tree |
2017-07-26 |
Paul Cruz | added definitions for conversion constants, moved force... |
commit | commitdiff | tree |
2017-07-26 |
Paul Cruz | set the window log value before performing compression |
commit | commitdiff | tree |
2017-07-26 |
Stella Lau | Add README and clean up code |
commit | commitdiff | tree |
2017-07-26 |
Paul Cruz | moved reset of completion to right after wait |
commit | commitdiff | tree |
2017-07-26 |
Paul Cruz | change to >= convergence counter |
commit | commitdiff | tree |
2017-07-26 |
Paul Cruz | decrease completion requirements for change, move creat... |
commit | commitdiff | tree |
2017-07-26 |
Stella Lau | Allow parameters to be modified from a separate file |
commit | commitdiff | tree |
2017-07-26 |
Paul Cruz | building on readme, added another help tip in the menu |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | adding more to readme |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | updated progress bar with better representation of... |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | changing time units to seconds |
commit | commitdiff | tree |
2017-07-25 |
Stella Lau | Rename and remove unneeded files |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | updated const values, added more comments |
commit | commitdiff | tree |
2017-07-25 |
Yann Collet | Merge pull request #776 from terrelln/dev |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | removed old debug statements no longer being used |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | progress bar -- don't print num jobs, time elapsed... |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | moved debug statements to a compiler flag |
commit | commitdiff | tree |
2017-07-25 |
Nick Terrell | [libzstd] Fix CHECK_V_F macros 776/head |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | started using decrease cooldown so that compression... |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | created independent function for controlling how comple... |
commit | commitdiff | tree |
2017-07-25 |
Paul Cruz | added mechanism for getting rid of spikes |
commit | commitdiff | tree |
2017-07-24 |
Paul Cruz | added help statement for -p, switched it to hide progre... |
commit | commitdiff | tree |
2017-07-24 |
Paul Cruz | add quiet option, make progress bar default |
commit | commitdiff | tree |
2017-07-24 |
Stella Lau | Experiment with not using a checksum |
commit | commitdiff | tree |
2017-07-24 |
Paul Cruz | compression thread should take measurements independent... |
commit | commitdiff | tree |
2017-07-24 |
Paul Cruz | adding more debug |
commit | commitdiff | tree |
2017-07-24 |
Paul Cruz | updating debug statements again |
commit | commitdiff | tree |
2017-07-24 |
Paul Cruz | changing position of endline for debug |
commit | commitdiff | tree |
2017-07-24 |
Stella Lau | Minor code cleanup |
commit | commitdiff | tree |
2017-07-24 |
Stella Lau | Deduplicate code |
commit | commitdiff | tree |
2017-07-24 |
Stella Lau | Experiment with eviction policies and minor code cleanup |
commit | commitdiff | tree |
2017-07-24 |
Paul Cruz | updated comments and debug statements |
commit | commitdiff | tree |
2017-07-24 |
Stella Lau | Minor clean up |
commit | commitdiff | tree |
2017-07-24 |
Stella Lau | Fix overflow bug when calculating hash |
commit | commitdiff | tree |
2017-07-24 |
Stella Lau | Experiment with 64-bit hash insertion policy |
commit | commitdiff | tree |
2017-07-24 |
Stella Lau | Experiment with 64-bit hash and checksum |
commit | commitdiff | tree |
2017-07-23 |
Paul Cruz | reduced competition for completion mutex by separating... |
commit | commitdiff | tree |
2017-07-23 |
Paul Cruz | change how completion is measured in compression thread |
commit | commitdiff | tree |
2017-07-22 |
Paul Cruz | removed useless measurements |
commit | commitdiff | tree |
2017-07-22 |
Paul Cruz | switched over to model where reading only waits on... |
commit | commitdiff | tree |
2017-07-21 |
Paul Cruz | taking the maximum of the completion level reads in... |
commit | commitdiff | tree |
2017-07-21 |
Paul Cruz | updating debug statements |
commit | commitdiff | tree |
2017-07-21 |
Paul Cruz | measure multiple completion levels during each wait |
commit | commitdiff | tree |
2017-07-21 |
Paul Cruz | added bounding to compression level change |
commit | commitdiff | tree |
2017-07-21 |
Paul Cruz | added priority decision making for adapt compression... |
commit | commitdiff | tree |
2017-07-21 |
Paul Cruz | semi working version that stabilizes |
commit | commitdiff | tree |
2017-07-21 |
Yann Collet | fixed minor warning on unused variable in shell function |
commit | commitdiff | tree |
2017-07-20 |
Paul Cruz | fixed bug where writeSize could be zero |
commit | commitdiff | tree |
2017-07-20 |
Paul Cruz | reworked adaptCompressionLevel to only account for... |
commit | commitdiff | tree |
2017-07-20 |
Yann Collet | Visual blind fix 2 |
commit | commitdiff | tree |
next |