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 |
2017-07-10 |
Paul Cruz | removed single.c |
commit | commitdiff | tree |
2017-07-10 |
Paul Cruz | updated error checking in each thread |
commit | commitdiff | tree |
2017-07-08 |
Paul Cruz | added ability to compress without specifying out filename |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | playing around with adapt param |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | rewrote time elapsed with UTIL |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | changed to using compressCCtx |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | changed completed -> compressed |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | changed completed variables to compressed for clarity |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | removed unnecessary comments, uncommented DEBUGLOG... |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | added ability to force output to stdout, wrote an addit... |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | cleaned up code for arguments a bit |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | added tests that check to ensure stdout is working |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | updated avg compression rate, also hiding progress... |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | added compression rate to status bar |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | added data amount |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | fixed problem with progress bar not persisting, added... |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | added help menu |
commit | commitdiff | tree |
2017-07-07 |
Paul Cruz | added really simple progress update in the corner |
commit | commitdiff | tree |
2017-07-06 |
Paul Cruz | added some basic logic for altering compression level |
commit | commitdiff | tree |
2017-07-06 |
Paul Cruz | added ability to congregate statistics into single... |
commit | commitdiff | tree |
2017-07-06 |
Paul Cruz | added ability to set initial compression level |
commit | commitdiff | tree |
2017-07-06 |
Paul Cruz | changed to work with std out |
commit | commitdiff | tree |
2017-07-06 |
Paul Cruz | small changes |
commit | commitdiff | tree |
2017-07-06 |
Paul Cruz | small changes |
commit | commitdiff | tree |
2017-07-06 |
Paul Cruz | fixed the problem with pipeline tests by changing how... |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | added print statements and debuglog |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | added more tests, changed makefile |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | added filenameTable for multiple files |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | added tests to run.sh |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | added some basic parsing for args |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | removed references to file size computation and file... |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | removed calculation of file size and replaced with... |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | moved main logic for job creation into a separate function |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | free ctx fields when error occurs during creation |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | renamed files |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | fixed TODOs |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | removed unnecessary checks for null pointer on free |
commit | commitdiff | tree |
2017-07-05 |
Paul Cruz | removed print statements |
commit | commitdiff | tree |
2017-07-04 |
Paul Cruz | working I believe |
commit | commitdiff | tree |
2017-07-04 |
Paul Cruz | fixed some issues with segfaults |
commit | commitdiff | tree |
2017-07-04 |
Paul Cruz | added code for waiitng for all jobs to finish |
commit | commitdiff | tree |
2017-07-04 |
Paul Cruz | fixed an error with number of jobs |
commit | commitdiff | tree |
2017-07-04 |
Paul Cruz | removed unnecessary files |
commit | commitdiff | tree |
2017-07-04 |
Paul Cruz | added print statements for debugging, fixed long memset... |
commit | commitdiff | tree |
2017-07-04 |
Paul Cruz | finished main portion of code, now need to debug |
commit | commitdiff | tree |
2017-07-03 |
Paul Cruz | continuing work on v2 |
commit | commitdiff | tree |
2017-07-03 |
Paul Cruz | version one complete, can compress a file given input... |
commit | commitdiff | tree |
2017-07-01 |
Yann Collet | Merge pull request #744 from terrelln/dev |
commit | commitdiff | tree |
2017-06-30 |
Nick Terrell | [pzstd] Remove appveyor tests 744/head |
commit | commitdiff | tree |
2017-06-30 |
Nick Terrell | [man] Specify that strategies start at 1 |
commit | commitdiff | tree |
2017-06-30 |
Yann Collet | Merge pull request #742 from stellamplau/stack-space |
commit | commitdiff | tree |
2017-06-30 |
Stella Lau | Fix typo 742/head |
commit | commitdiff | tree |
2017-06-30 |
Stella Lau | Add comment to HUF_DECOMPRESS_WORKSPACE_SIZE |
commit | commitdiff | tree |
2017-06-30 |
Stella Lau | Clarify typedef of rankVal_t and rankValCol_t |
commit | commitdiff | tree |
2017-06-30 |
Stella Lau | Rename ALIGN and ALIGN_MASK to HUF_ALIGN and HUF_ALIGN_MASK |
commit | commitdiff | tree |
2017-06-29 |
Stella Lau | Delegate HUF_decompress4X_hufOnly to workspace version |
commit | commitdiff | tree |
2017-06-29 |
Stella Lau | Fix bitshift error |
commit | commitdiff | tree |
2017-06-29 |
Yann Collet | Merge pull request #741 from facebook/promotion |
commit | commitdiff | tree |
2017-06-29 |
Stella Lau | Fix pointer casting warning |
commit | commitdiff | tree |
2017-06-29 |
Stella Lau | Fix alignment warnings with pointer casting |
commit | commitdiff | tree |
2017-06-29 |
Stella Lau | Reduce stack usage of HUF_readDTableX4 and HUF_readDTableX2 |
commit | commitdiff | tree |
2017-06-29 |
Yann Collet | minor : fix typo 741/head |
commit | commitdiff | tree |
next |