zchunk.git
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...
2018-08-01 Jonathan DieterError handling cleanup
2018-08-01 Jonathan DieterFix tests so they work with zstd <= 1.3.4 as well as...
2018-08-01 Jonathan DieterBump to 0.9.5
2018-08-01 Jonathan DieterSet empty zck test to be serial, since other tests...
2018-08-01 Jonathan DieterBump to 0.9.4
2018-08-01 Jonathan DieterUpdate test checksums
2018-08-01 Jonathan DieterWork around non-deterministic compression when using...
2018-08-01 Jonathan DieterFix undeterministic rol32 on ppc64, ppc64le, arm7 and...
2018-07-31 Jonathan DieterBump to 0.9.3
2018-07-31 Jonathan DieterFix intermittent problem with autochunking not being...
2018-07-31 Jonathan DieterConsistent colons
2018-07-30 Jonathan DieterBump to 0.9.2
2018-07-30 Jonathan DieterFix various memory leaks (#9)
2018-07-30 Jonathan DieterMake build options a bit more mesonic
2018-07-30 Jonathan DieterMerge remote-tracking branch 'remotes/origin/master'
2018-07-30 Jonathan DieterConvert from int with defined True/False to bool from...
2018-07-30 Jonathan DieterMerge pull request #6 from ignatenkobrain/build-feature
2018-07-30 Igor Gnatenkosimplify autotests
2018-07-30 Igor Gnatenkobuild: use 'feature' option type
2018-07-26 Jonathan DieterShorten test names so they look nicer
2018-07-26 Jonathan DieterAdd more tests including nocomp test
2018-07-26 Jonathan DieterFix nocomp decompression
2018-07-26 Jonathan DieterFix nocomp compression
2018-07-26 Jonathan DieterUpdate checksums for zstd-1.3.5
2018-07-26 Jonathan DieterAdd compression and decompression tests
2018-07-26 Jonathan DieterUpdate shacheck script so it can ran command with varia...
2018-07-26 Jonathan DieterAllow specification of output file in zck
2018-07-26 Jonathan DieterAdd new test script for running a program and checking...
2018-07-26 Jonathan DieterGive executables names in meson
2018-07-26 Jonathan DieterUse _GNU_SOURCE so we can use easy basename() function
2018-07-25 Jonathan DieterSet new minimum and maximum chunk sizes for both automa...
2018-07-25 Jonathan DieterABI change: Make manual chunking a compression option
2018-07-25 Jonathan DieterBump to 0.9.1
2018-07-25 Jonathan DieterFix header change
2018-07-25 Jonathan DieterFix format not a string literal and no format arguments...
2018-07-25 Jonathan DieterUpdate README.md
2018-07-25 Jonathan DieterBump to 0.9.0
2018-07-25 Jonathan DieterRemove "quiet" option as it no longer makes sense with...
2018-07-25 Jonathan DieterImprove zck_read_header with new options and headers...
2018-07-25 Jonathan DieterFix zckdl
2018-07-25 Jonathan DieterRename _VALIDATE_* to ALLOCD_*
2018-07-25 Jonathan DieterRename VALIDATE_*_CHAR to VALIDATE_*_PTR
2018-07-25 Jonathan DieterRename VALIDATE_*_TRI to VALIDATE_*_INT
2018-07-25 Jonathan DieterRemove unnecessary newlines
2018-07-25 Jonathan Dieter_VALIDATE_* might not be zckCtx
2018-07-25 Jonathan DieterFix unzck so it checks the data hash *before* decompres...
2018-07-24 Jonathan DieterAPI CHANGE: Update API with new error functions
2018-07-24 Jonathan DieterUpdate test cases to use new error functions
2018-07-24 Jonathan DieterUpdate everything to use new error functions
2018-07-24 Jonathan DieterRevamp error handling so it actually works
2018-07-24 Jonathan DieterRevamp error handling to handle variable arguments
2018-07-24 Jonathan DieterAdd error handling functions
2018-07-21 Jonathan DieterFix spec to clearly explain that chunk count includes...
2018-07-18 Jonathan DieterWARNING: File format change: flags are now compressed...
2018-07-17 Jonathan DieterRevert "Add extra newline"
2018-07-17 Jonathan DieterAdd extra newline
2018-07-17 Jonathan DieterAdd testing Dockerfiles for automated testing
2018-07-12 Jonathan DieterBump to 0.7.6
2018-07-12 Jonathan DieterSome more format definition cleanup
2018-07-11 Jonathan DieterFix errors in format definition
next