Martin Liska
461348c09a
Use threads in streaming_compression.c example.
...
Fixes #1584 .
2020-07-09 09:20:06 +02:00
Nick Terrell
ac58c8d720
Fix copyright and license lines
...
* All copyright lines now have -2020 instead of -present
* All copyright lines include "Facebook, Inc"
* All licenses are now standardized
The copyright in `threading.{h,c}` is not changed because it comes from
zstdmt.
The copyright and license of `divsufsort.{h,c}` is not changed.
2020-03-26 17:02:06 -07:00
Jan Kasiak
a8219903cf
Fix streaming compression/decompression examples
...
* Handle compression of empty file
* Error in decompression in case of trailing data
2019-09-01 17:22:42 -04:00
Nick Terrell
1d0c1707d1
[examples] Clean up and comment the examples
2019-04-05 21:02:07 -07:00
Nick Terrell
f5cbee988b
[examples] Update streaming_compression to the new API
2019-03-23 15:59:26 -07:00
Hung Dang
0f52b0caad
Refactor examples to avoid code duplication.
2018-12-06 22:42:19 -05:00
Yann Collet
1515f0bb0d
fixed more issues detected by recent version of scan-build
...
test run on Linux
2018-08-16 15:20:25 -07:00
Yann Collet
3128e03be6
updated license header
...
to clarify dual-license meaning as "or"
2017-09-08 00:09:23 -07:00
Yann Collet
394bdd7db9
changed license for examples
...
intentionnally this time
2017-08-29 09:24:11 -07:00
Yann Collet
232d62b637
fixed a few headers that were too hastily copy/pasted during last license change
2017-08-21 11:24:32 -07:00
Yann Collet
32fb407c9d
updated a bunch of headers
...
for the new license
2017-08-18 16:52:05 -07:00
niXman
65e2cda7aa
unchecked argv[idx] access
2017-04-26 13:04:04 +03:00
Yann Collet
16a5752588
streaming example uses stable API
2016-12-08 17:28:26 -08:00
Yann Collet
86bdcd83c1
added error checking
2016-09-20 11:54:29 +02:00
Yann Collet
4ca3d4bc25
streaming compression example can handle situations where input buffer size is manually set to a small value.
2016-09-18 12:19:06 +02:00
Yann Collet
88aa179347
added comments on buffer sizes guarantees
2016-09-18 11:58:30 +02:00
Yann Collet
a2664649df
better error handling
2016-09-09 19:33:56 +02:00
Yann Collet
4ded9e591c
added boilerplate
2016-08-30 11:06:28 -07:00
Yann Collet
2065879793
updated examples
2016-08-17 01:48:43 +02:00
Yann Collet
9f9f1fcb52
added streaming_decompression example
2016-08-16 15:11:28 +02:00
Yann Collet
553b213ada
added streaming_compression.c example
2016-08-16 15:11:28 +02:00