2017-08-07 |
Nick Terrell | Fix compression failure on incompressible data 782/head |
commit | commitdiff | tree |
2017-07-29 |
Yann Collet | Merge pull request #758 from stellamplau/ldm |
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 |
2017-07-20 |
Yann Collet | Merge branch 'dev' of github.com:facebook/zstd into dev |
commit | commitdiff | tree |
2017-07-20 |
Yann Collet | fixed fuzzer test for non OS-X platforms |
commit | commitdiff | tree |
2017-07-20 |
Yann Collet | Merge pull request #773 from terrelln/lk-v3 |
commit | commitdiff | tree |
2017-07-20 |
Nick Terrell | [linux] Update patches for v3 773/head |
commit | commitdiff | tree |
2017-07-20 |
Paul Cruz | changed how completion is actually sampled |
commit | commitdiff | tree |
2017-07-20 |
Yann Collet | pool.c : blindfix for Visual warnings |
commit | commitdiff | tree |
2017-07-20 |
Stella Lau | Fix off-by-one in size calculations |
commit | commitdiff | tree |
2017-07-19 |
Stella Lau | Minor refactoring |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | make adaptCompressionLevel oscillate less |
commit | commitdiff | tree |
2017-07-19 |
Yann Collet | added --memtest=# command to fuzzer |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | call ZSTD_compressBegin() once |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | fixing error when file size is multiple of job size... |
commit | commitdiff | tree |
2017-07-19 |
Stella Lau | Experiment with integrating ZSTD_count with findBestMatch |
commit | commitdiff | tree |
2017-07-19 |
Yann Collet | blind fix for Windows Multithreading module |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | added some debug statements, adjusted end condition |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | removed previous version of completion for compression |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | set up new calculations compression completion progress |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | split compression into smaller blocks |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | moved compression adapt to avoid warning |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | change compression level only right before actually... |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | added mechanism for measuring how much of a job has... |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | split up read process into smaller chunks |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | added additional print for help menu |
commit | commitdiff | tree |
2017-07-19 |
Yann Collet | check pthread_*_init() success condition |
commit | commitdiff | tree |
2017-07-19 |
Stella Lau | Avoid recounting match lengths with ZSTD_count |
commit | commitdiff | tree |
2017-07-19 |
Stella Lau | Switch to using ZSTD_count instead of function pointer |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | changed createCCtx() to split into initialization and... |
commit | commitdiff | tree |
2017-07-18 |
Paul Cruz | added mutex for stats struct |
commit | commitdiff | tree |
2017-07-18 |
Yann Collet | Merge pull request #770 from terrelln/test-mode |
commit | commitdiff | tree |
2017-07-18 |
Paul Cruz | added progress check for filewriting, put important... |
commit | commitdiff | tree |
2017-07-18 |
Yann Collet | Merge pull request #769 from terrelln/real-block-split |
commit | commitdiff | tree |
2017-07-18 |
Nick Terrell | [zstdcli] Fix -t in streaming mode 770/head |
commit | commitdiff | tree |
2017-07-18 |
Stella Lau | Make the meaning of LDM_MEMORY_USAGE consistent across... |
commit | commitdiff | tree |
2017-07-18 |
Paul Cruz | setting up basic readme |
commit | commitdiff | tree |
2017-07-18 |
Paul Cruz | rename completion variable, split up fwrite operations... |
commit | commitdiff | tree |
2017-07-18 |
Nick Terrell | [libzstd] Fix bug in Huffman encoding 769/head |
commit | commitdiff | tree |
2017-07-18 |
Paul Cruz | changed test cases to use -s setting on the diffs |
commit | commitdiff | tree |
2017-07-18 |
Yann Collet | Merge pull request #766 from terrelln/real-block-split |
commit | commitdiff | tree |
2017-07-18 |
Yann Collet | Merge pull request #765 from terrelln/real-block-split |
commit | commitdiff | tree |
2017-07-18 |
Stella Lau | Experiment with using a lag when hashing |
commit | commitdiff | tree |
next |