2017-08-07 |
Paul Cruz | removed direct assignment of 22, used ZSTD_maxCLevel... 779/head |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | change signal to broadcast for jobCompressed condition... |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | add install target in makefile |
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-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-27 |
Paul Cruz | remove unused variable, add documentation for context... 753/head |
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 |
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 |
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 |
Paul Cruz | updated const values, added more comments |
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 |
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 |
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 |
Paul Cruz | updated comments and debug statements |
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-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 |
Paul Cruz | changed how completion is actually sampled |
commit | commitdiff | tree |
2017-07-19 |
Paul Cruz | make adaptCompressionLevel oscillate less |
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 |
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 |
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 |
Paul Cruz | added progress check for filewriting, put important... |
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 |
Paul Cruz | changed test cases to use -s setting on the diffs |
commit | commitdiff | tree |
2017-07-18 |
Paul Cruz | change parameters for compression level adapt |
commit | commitdiff | tree |
2017-07-17 |
Paul Cruz | added signal to other threads whenever error occurs |
commit | commitdiff | tree |
2017-07-17 |
Paul Cruz | swap buffers instead of copying memory over |
commit | commitdiff | tree |
2017-07-17 |
Paul Cruz | open file outside of adaptCCtx, pass to the output... |
commit | commitdiff | tree |
2017-07-17 |
Paul Cruz | removed freeCCtx() calls from createCCtx() so that... |
commit | commitdiff | tree |
2017-07-17 |
Paul Cruz | added error detection for pthread initialization, added... |
commit | commitdiff | tree |
2017-07-14 |
Paul Cruz | updated tests to use different seeds when executing... |
commit | commitdiff | tree |
2017-07-13 |
Paul Cruz | removed goto statements for the most part |
commit | commitdiff | tree |
2017-07-13 |
Paul Cruz | added tests for forced compression level |
commit | commitdiff | tree |
2017-07-13 |
Paul Cruz | added additional tests for performance, allowed force... |
commit | commitdiff | tree |
2017-07-13 |
Paul Cruz | added some tests for correctness, time, and compression... |
commit | commitdiff | tree |
2017-07-13 |
Paul Cruz | added altering dictionary size depending on compression... |
commit | commitdiff | tree |
2017-07-13 |
Paul Cruz | changed to stderr |
commit | commitdiff | tree |
2017-07-13 |
Paul Cruz | changed to malloc, added comment about adaptive compres... |
commit | commitdiff | tree |
2017-07-12 |
Paul Cruz | fixed up freeCCtx() removed BYTE since it wasn't being... |
commit | commitdiff | tree |
2017-07-12 |
Paul Cruz | added copyright header, removed clean from makefile |
commit | commitdiff | tree |
2017-07-12 |
Paul Cruz | passes tests with adaptive compression level |
commit | commitdiff | tree |
2017-07-12 |
Paul Cruz | working with fixed compression level and fixed dictiona... |
commit | commitdiff | tree |
2017-07-12 |
Paul Cruz | working with flush job->src.size and fixed cLevel |
commit | commitdiff | tree |
2017-07-11 |
Paul Cruz | added debug statement |
commit | commitdiff | tree |
2017-07-11 |
Paul Cruz | changed dictionary size, added debugging statements |
commit | commitdiff | tree |
2017-07-11 |
Paul Cruz | updated DEBUG statements |
commit | commitdiff | tree |
2017-07-11 |
Paul Cruz | added error message, updated copying dictionary into... |
commit | commitdiff | tree |
2017-07-11 |
Paul Cruz | changed to using ZSTD_compressBegin_usingDict() and... |
commit | commitdiff | tree |
2017-07-11 |
Paul Cruz | fixed an error where -c argument wasn't working for... |
commit | commitdiff | tree |
2017-07-11 |
Paul Cruz | made some progress on improving compression ratio,... |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | changed how the detection of the last job works |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | dst buffer should use ZSTD_compressBound to determine... |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | fixed memory leak that was happening when creating... |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | made input buffer an internal part of the compression... |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | small changes |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | changed name |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | removed single from Makefile |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | removed scripts |
commit | commitdiff | tree |
next |