zchunk.git
2021-01-02 Peter PentchevUpdate the changelog file.
2021-01-02 Peter PentchevDeclare compliance with Policy 4.5.1 with no changes.
2021-01-02 Peter PentchevAdd the year 2021 to my debian/* copyright notice.
2021-01-02 Peter PentchevFix the test suite with recent versions of zstd.
2020-10-23 Peter PentchevPrepare to upload zchunk/1.1.7+ds1-1 to unstable.
2020-10-22 Peter PentchevUpdate the Debian packaging for zchunk-1.1.7.
2020-10-22 Peter PentchevMerge zchunk-1.1.7 into the Debian packaging branch.
2020-10-22 Peter PentchevDrop test/abi/stable/ from the Debian tarball.
2020-10-22 Peter PentchevMerge zchunk-1.1.7 into the repacked Debian source.
2020-10-22 Peter PentchevUpdate the changelog file.
2020-10-22 Peter PentchevAdd a trivial git-buildpackage config file.
2020-10-22 Peter Pentchevdebian/tests/pychunk: reformat using black 20.
2020-10-22 Peter PentchevDeclare that we last used black 19 for the test source.
2020-09-26 Jonathan DieterBump to 1.1.7
2020-09-26 Jonathan DieterUpdate documentation
2020-09-26 Jonathan DieterAdd support for FreeBSD
2020-06-18 Peter PentchevPrepare to upload zchunk/1.1.6+ds1-1 to unstable.
2020-06-18 Peter PentchevUse DEB_HOST_GNU_TYPE for the meson build directory.
2020-05-31 Peter PentchevAdd a patch to make unzck require a *.zck extension.
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-05-31 Peter PentchevWrite some stub manual pages.
2020-05-30 Peter PentchevRefactor the Python autopkgtests.
2020-05-30 Peter PentchevAdd a "compile a program" autopkgtest, fix -dev deps.
2020-05-30 Peter PentchevAdd a simple autopkgtest.
2020-05-30 Peter PentchevA first shot at packaging zchunk for Debian.
2020-05-30 Peter PentchevDrop test/abi/stable/ from the Debian tarball.
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-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
2018-12-28 Jonathan DieterFix bug when comparing chunks and add test case.
2018-12-28 Jonathan DieterBump to 1.0.1
2018-12-28 Jonathan DieterClean up hash when cleaning index
2018-12-28 Jonathan DieterUse UThash for finding identical chunks
2018-12-22 Jonathan DieterBump to 1.0.0. API/ABI stability is now guaranteed.
2018-12-09 Jonathan DieterBump to 0.9.17
2018-12-09 Jonathan DieterTurn off some compression tests for big-endian architec...
2018-12-08 Jonathan DieterBump to 0.9.16
2018-12-05 Jonathan DieterMissed a couple of checksums
2018-12-05 Jonathan DieterChange default compression level to 9 (2 minutes to...
2018-12-03 Jonathan DieterReally make sure we initialize hash if it hasn't been...
2018-12-03 Jonathan DieterMake sure we initialize hash if it hasn't been initiali...
2018-12-02 Jonathan DieterWe can't currently export generated dictionaries to...
2018-12-02 Jonathan DieterAdd new executable to build optimal dictionary for...
2018-12-02 Jonathan DieterAdd functions to get chunk number and get chunk by...
2018-12-01 Jonathan DieterAdd argument to unzck to extract dictionary
2018-12-01 Jonathan DieterAdd functions to extract a single chunk
2018-12-01 Jonathan DieterFix memory leak and error when closing after error
2018-11-19 Jonathan DieterAdd new checksum types and make clear that data exclude...
2018-11-14 Jonathan DieterAdd zchunk image preparation Jenkinsfile
2018-11-14 Jonathan DieterUpdate checkout to be generic
2018-11-14 Jonathan DieterAdd Jenkinsfile
2018-11-14 Jonathan DieterAdd test to build instructions
2018-11-14 Jonathan DieterSwitch up testing to allow separation of image creation...
2018-11-13 Jonathan DieterDisable building tests when building for coverity
2018-11-13 Jonathan DieterBump to 0.9.15
2018-11-13 Jonathan DieterUpdate tests to work with optional elements rather...
2018-11-13 Jonathan DieterSwitch from optional flags to optional elements
2018-11-03 Jonathan DieterRename optional flags to optional elements and separate...
2018-11-01 Jonathan DieterBump to 0.9.14
2018-11-01 Jonathan DieterHandle non-hex characters passed to zck_set_soption()
2018-11-01 Jonathan DieterMerge pull request #10 from caljorden/master
2018-11-01 Caleb JordenEnable build with static library for zck.
2018-10-31 Jonathan DieterCoverity doesn't like security problems in tests, and...
2018-10-08 Jonathan DieterHandle memory leaks when version() is shown. This...
2018-10-08 Jonathan DieterConvert shacheck to c to aid in finding memory leaks...
2018-10-08 Jonathan DieterBump to 0.9.13
next