Yann Collet
|
391a128794
|
fix : segfault in command line during automatic overwrite protection mode
|
2016-06-21 17:06:25 +02:00 |
|
Yann Collet
|
bda68c253b
|
refactored ZBUFF_compressEnd() for better maintainability
|
2016-06-21 15:18:11 +02:00 |
|
Yann Collet
|
aa29226b7c
|
fix : ZBUFF_compressEnd() gives right amount remaining to flush, including future epilogue
|
2016-06-21 14:04:57 +02:00 |
|
Yann Collet
|
f15c1cb00c
|
Fixed : ZBUFF_compressEnd() called multiple times with too small dst buffer (#206)
|
2016-06-21 13:11:48 +02:00 |
|
Yann Collet
|
dc048d18d3
|
minor comment (detailing an #include motivation)
|
2016-06-05 00:32:23 +02:00 |
|
Yann Collet
|
d3b7f8d21f
|
Merged zstd_static.h into zstd.h . Now requires ZSTD_STATIC_LINKING_ONLY macro
|
2016-06-04 19:47:02 +02:00 |
|
Yann Collet
|
ac110a1f21
|
Removed ZBUFF internal util function from public area
|
2016-06-04 19:16:49 +02:00 |
|
Yann Collet
|
5347aee8f7
|
merged zbuff_static.h into zbuff.h . Now requires ZBUFF_STATIC_LINKING_ONLY macro
|
2016-06-04 19:12:48 +02:00 |
|
Yann Collet
|
f4f5affdf7
|
restore ZBUFF full-block-size, for better performance on small input
|
2016-06-03 23:09:28 +02:00 |
|
inikep
|
3640396b1a
|
fixed: deallocation of structures in case of error in ZBUFF_createCCtx and ZBUFF_createDCtx
|
2016-06-03 16:36:50 +02:00 |
|
inikep
|
3763c77f6b
|
defaultCustomNULL replaced with defaultCustomMem
|
2016-06-03 13:28:20 +02:00 |
|
inikep
|
36fac00149
|
removed calloc calls from lib/
|
2016-06-03 13:23:04 +02:00 |
|
inikep
|
db2f540414
|
added defaultCustomNULL
|
2016-06-03 12:56:56 +02:00 |
|
inikep
|
b74a468fad
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070
|
2016-06-02 22:09:09 +02:00 |
|
inikep
|
2866951558
|
opaque parameter for custom memory allocation functions
|
2016-06-02 13:04:18 +02:00 |
|
Yann Collet
|
70d1301d6e
|
Changed ZSTD_adjustCParams() prototype
`ZSTD_adjustCParams()` is now automatically invoked at the end of `ZSTD_getCParams()`
|
2016-06-01 18:45:34 +02:00 |
|
Yann Collet
|
202844ebd0
|
fixed zbufftest :
|
2016-06-01 00:44:36 +02:00 |
|
inikep
|
02c244bf78
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-05-24 17:15:04 +02:00 |
|
inikep
|
13ba880b49
|
added ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced
|
2016-05-23 17:04:23 +02:00 |
|
klemens
|
268775dae8
|
spelling-fixes, as of lintian.debian.org
|
2016-05-16 22:23:24 +02:00 |
|
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
|