zchunk.git
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
2018-10-08 Jonathan DieterUpdate tests for zstd-1.3.6
2018-10-08 Jonathan DieterBump to 0.9.12
2018-10-08 Jonathan DieterFix empty.optflags.zck
2018-10-08 Jonathan DieterNew test to check whether decompressing unknown optiona...
2018-10-08 Jonathan DieterAdd new empty zchunk file with optional flags to tests
2018-10-08 Jonathan DieterRevert "Code to create test zchunk file with optional...
2018-10-08 Jonathan DieterCode to create test zchunk file with optional flags
2018-10-08 Jonathan DieterAdd support for optional flags
2018-10-08 Jonathan DieterAdd format definition for optional flags
2018-09-27 Jonathan DieterBump to 0.9.11
2018-09-27 Jonathan Dieterzck may be NULL, so don't validate it
2018-09-21 Jonathan DieterRemove printf intended for testing
2018-09-19 Jonathan DieterUpdate README.md to include Jenkins build status
2018-09-18 Jonathan DieterUpdate README.md to include Coverity badge
2018-09-18 Jonathan DieterBump to 0.9.10
2018-09-18 Jonathan DieterCoverity doesn't like that tmpdir can be changed by...
2018-09-18 Jonathan DieterAdd stdlib.h and stdbool.h to zck.h as we use types...
2018-09-18 Jonathan DieterBuild tests when -Dcoverity=true is defined because...
2018-09-18 Jonathan DieterWhen removing a range, pass next range to calling funct...
2018-09-14 Jonathan DieterBump to 0.9.8
2018-09-14 Jonathan DieterRemove NULL check for variable that's guaranteed to...
2018-09-14 Jonathan DieterBump to 0.9.8
2018-09-14 Jonathan DieterFix use after free
2018-09-14 Jonathan DieterFix resource leak
2018-09-14 Jonathan DieterFix resource leak
2018-09-14 Jonathan DieterFix resource leak
2018-09-14 Jonathan DieterMake sure TMPDIR has a size limit
2018-09-14 Jonathan DieterRefactor code so it's easier to read
2018-09-14 Jonathan DieterRemove logically dead code
2018-09-14 Jonathan DieterCreate zrealloc and change zmalloc so they assert that...
2018-09-14 Jonathan DieterAssert that blank malloc and calloc are allocated and...
2018-09-14 Jonathan DieterFix dereference before NULL
2018-09-14 Jonathan DieterFix dict_size so it's signed
2018-09-14 Jonathan DieterFix dereference before NULL check and add extra checks
2018-09-14 Jonathan DieterFix uninitialized variable
2018-09-14 Jonathan DieterFix memory leak
2018-09-14 Jonathan DieterFix memory leak (and slowly start process of asserting...
2018-09-14 Jonathan DieterSet umask before running mkstemp because some UNIX...
2018-09-14 Jonathan DieterAdd coverity flag to fix builds for coverity
2018-09-14 Jonathan DieterRemove srpm-specific code that was only there for testi...
2018-08-13 Jonathan DieterEmpty commit to trigger automatic rebuild
2018-08-10 Jonathan DieterBump to 0.9.7
2018-08-09 Jonathan DieterClean up dictionary generation script
2018-08-09 Jonathan DieterAdd contrib program to generate dictionary
2018-08-02 Jonathan DieterBump to 0.9.6
2018-08-02 Jonathan DieterFix Debian autotest to use meson and libzstd in backports
2018-08-02 Jonathan DieterRevert "See if this will work with meson >= 0.37.0...
2018-08-02 Jonathan DieterSee if this will work with meson >= 0.37.0 (version...
2018-08-02 Jonathan DieterDisable auto-features on distributions that don't suppo...
2018-08-02 Jonathan DieterMake backwards compatible with 0.44+
2018-08-02 Jonathan DieterFix test so it doesn't give a meson error if zstd isn...
next