zchunk.git
2021-10-12 Stefano BabicAdd accessor to return associated SRC chunk
2021-10-12 Stefano BabicDrop too verbose log in comp.c
2021-10-12 Stefano Babiczck: add option to select chunk hash
2021-09-23 Stefano Babiczck_log: allow a callback for logging
2021-09-22 Jonathan Dietercurl-dev requires openssl1.1-compat-dev for the moment
2021-09-22 Jonathan DieterMerge pull request #50 from zchunk/cleanup
2021-09-18 Jonathan DieterAdd support for specifying compression-format in zck
2021-09-18 Jonathan DieterWhen unknown flags are set, show values of unrecognized...
2021-09-18 Jonathan DieterSimplify public function
2021-09-18 Jonathan DieterRemove unneeded digest_size_uncompressed attribute
2021-09-18 Jonathan DieterRevert "Add a way to disable check of chunk min size"
2021-09-02 Jonathan DieterMerge pull request #45 from sbabic/devel
2021-09-02 Jonathan DieterMerge pull request #22 from zchunk/uncompressed_source
2021-08-31 Stefano Babicbuzhash: change fingerprint to track OOM
2021-08-31 Stefano BabicDrop assert in zrealloc and raise runtime error
2021-08-31 Stefano BabicAdd a way to disable check of chunk min size
2021-08-31 Stefano BabicAdd a uthash to uncompressed digest
2021-08-31 Stefano BabicDrop assert in zmalloc and raise runtime error
2021-08-31 Stefano Babiczck_read_header: fix header with uncompressed
2021-08-30 Stefano BabicAdd size of uncompressed chunk to index
2021-08-26 Jonathan DieterAdd some clarification as to which sections are flag...
2021-08-26 Jonathan DieterAdd uncompressed source flag to zchunk_format.txt
2021-08-25 Jonathan DieterMerge pull request #46 from ppentchev/pp-cppcheck
2021-08-22 Peter PentchevOnly declare a variable if it will be used.
2021-08-22 Peter PentchevCheck the correct value in a test.
2021-08-22 Peter PentchevProperly detect a read error.
2021-06-14 Jonathan DieterBump to 1.1.16
2021-06-14 Jonathan DieterMerge pull request #44 from fd00/cygwin
2021-06-13 Daisuke Fujimura... Fix build on cygwin
2021-06-01 Jonathan DieterBump to 1.1.15
2021-06-01 Jonathan DieterFix major bug when compressing with dictionary (and...
2021-05-20 Jonathan DieterBump to 1.1.14
2021-05-20 Jonathan DieterFix build on s390x
2021-05-20 Jonathan DieterBump to 1.1.13
2021-05-20 Jonathan DieterMake builds consistent across architectures for zstd...
2021-05-15 Jonathan DieterUpdate to 1.1.12
2021-05-15 Jonathan DieterFix tests for zstd => 1.5.0
2021-05-01 Jonathan DieterBump to 1.1.11
2021-05-01 Jonathan DieterFix type mismatch
2021-05-01 Jonathan DieterBump version to 1.1.10
2021-05-01 Jonathan DieterClarify warning messages when corrupted chunks are...
2021-05-01 Jonathan DieterHandle certain rare web servers that don't start with...
2021-05-01 Jonathan DieterMerge pull request #39 from susnux/master
2021-04-26 Ferdinand Thiessenmeson: Fix argp detection, prevent Werror=return-type
2021-04-20 Jonathan DieterMerge pull request #38 from zchunk/zck_gen_zdict_docs
2021-04-19 Jonathan DieterClean up phrasing to hopefully make it more clear that...
2021-04-19 Jonathan DieterAdd documentation for generating zdicts
2021-04-19 Jonathan DieterUpdate copyright dates
2021-03-11 Jonathan DieterMerge pull request #36 from kontura/memleak
2021-03-11 Aleš MatějFix memory leak of zck->prep_digest
2020-12-30 Jonathan DieterUpdate to 1.1.9
2020-12-30 Jonathan DieterHandle zstd 1.4.7+
2020-12-30 Jonathan DieterMerge pull request #35 from nima2007/darwin1
2020-12-29 Nima VasseghimacOS: Use correct endian.h & use argp-standalone
2020-12-08 Jonathan DieterNew release
2020-12-06 Jonathan DieterMerge pull request #33 from davidbrochart/fix_regex
2020-12-05 David BrochartAdd REG_ENHANCED to regcomp for OSX
2020-09-26 Jonathan DieterBump to 1.1.7
2020-09-26 Jonathan DieterUpdate documentation
2020-09-26 Jonathan DieterAdd support for FreeBSD
2020-05-31 Jonathan DieterMerge pull request #26 from ppentchev/pp-unzck-ext
2020-05-31 Jonathan DieterMerge pull request #28 from ppentchev/pp-manpages
2020-05-31 Peter PentchevAdd manual page stubs for the command-line utilities.
2020-05-31 Peter Pentchevunzck: require a *.zck extension
2020-03-14 Jonathan DieterBump to 1.1.6
2020-03-14 Jonathan DieterDon't clear cache because alpine is really strange
2020-03-14 Jonathan DieterSimplify Jenkinsfile since we're no longer doing parall...
2020-03-14 Jonathan DieterFix Jenkinsfile
2020-03-14 Jonathan DieterAdd autotest case for Alpine Linux because it uses...
2020-03-14 Jonathan DieterAdd support for building with argp-standalone library
2020-03-14 Jonathan DieterMerge pull request #23 from texierp/fixes/musl
2020-01-26 Pierre-Jean... unzck: fix build with musl libc
2020-01-23 Pierre-Jean... zck.h: fix build on musl
2020-01-18 Jonathan DieterBump to 1.1.5
2020-01-18 Jonathan DieterHandle write errors correctly
2019-11-25 Jonathan DieterAdd some clarification as to which sections are flag...
2019-11-23 Jonathan DieterAdd uncompressed source flag to zchunk_format.txt
2019-11-16 Jonathan DieterProblems with testing on CentOS 8, so switch back to 7
2019-11-13 Jonathan DieterBump to 1.1.4
2019-11-12 Jonathan DieterSimplify regex for detecting part header info
2019-08-07 Jonathan DieterBump to 1.1.3
2019-08-07 Jonathan DieterFix coverity warnings
2019-07-16 Jonathan DieterBuster has libzstd, so we don't need backports
2019-05-19 Jonathan DieterBump to 1.1.2
2019-05-19 Jonathan DieterMerge pull request #18 from F-i-f/open-create-permissions
2019-05-19 Jonathan DieterMerge pull request #17 from F-i-f/multipart-boundary...
2019-05-19 Philippe TroinOpen files with permissions 0666 and let umask(2) do...
2019-05-19 Philippe TroinMultipart boundary field can be quoted.
2019-05-11 Jonathan DieterUpdate README.md with links to some documentation
2019-04-15 Jonathan DieterBump to 1.1.1
2019-04-15 Jonathan DieterFix compilation for GCC 4.4.7
2019-03-23 Jonathan DieterBump to 1.1.0
2019-03-22 Jonathan DieterSpeed up zchunk index operations
2019-03-16 Jonathan DieterBump to 1.0.4
2019-03-16 Jonathan DieterLighttpd uses non-hex boundaries and reverses content...
2019-01-24 Jonathan DieterBump to 1.0.3
2019-01-24 Jonathan DieterFix off by one error
2019-01-24 Jonathan DieterFix memory leak and off-by-one allocation error
2018-12-29 Jonathan DieterFix some small bugs found by Coverity
2018-12-28 Jonathan DieterBump to 1.0.2
next