Paul Cruz
|
7c54e09347
|
updated DEBUG statements
|
2017-07-11 15:15:41 -07:00 |
|
Paul Cruz
|
a3c077b8c6
|
added error message, updated copying dictionary into the input buffer
|
2017-07-11 15:00:52 -07:00 |
|
Paul Cruz
|
34afb9b23e
|
changed to using ZSTD_compressBegin_usingDict() and fixed strange issue with ZSTD_compressContinue()
|
2017-07-11 11:50:00 -07:00 |
|
Paul Cruz
|
7ec5928626
|
fixed an error where -c argument wasn't working for single files
|
2017-07-11 10:23:25 -07:00 |
|
Paul Cruz
|
f918545491
|
made some progress on improving compression ratio, but problems exist with speed limits, and for some reason higher compression levels are really slow
|
2017-07-10 18:16:42 -07:00 |
|
Paul Cruz
|
01fc7c4244
|
changed how the detection of the last job works
|
2017-07-10 16:27:58 -07:00 |
|
Paul Cruz
|
c36552ef8a
|
dst buffer should use ZSTD_compressBound to determine how much space it needs
|
2017-07-10 16:10:19 -07:00 |
|
Paul Cruz
|
7aa36df6df
|
fixed memory leak that was happening when creating jobs
|
2017-07-10 16:03:09 -07:00 |
|
Paul Cruz
|
e410d63d45
|
made input buffer an internal part of the compression context
|
2017-07-10 15:37:14 -07:00 |
|
Paul Cruz
|
cc7f8e4d71
|
small changes
|
2017-07-10 11:10:11 -07:00 |
|
Paul Cruz
|
7e09b508ff
|
changed name
|
2017-07-10 11:05:37 -07:00 |
|