zchunk.git
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
2018-07-11 Jonathan DieterFix memory leaks
2018-07-11 Jonathan DieterMerge branch '0.7.5-abi-check'
2018-07-11 Jonathan DieterUpdate ABI to 0.7.5
2018-07-11 Jonathan DieterFix test case for new chunk checksum
2018-07-11 Jonathan DieterAdd option to only manually chunk to zck utility
2018-07-11 Jonathan DieterMove buzhash into lib/ and automatically chunk by default
2018-07-11 Jonathan DieterFix length calculation in compint
2018-07-11 Jonathan DieterSwitch from SHA-512/64 to SHA-512/128 to reduce the...
2018-07-11 Jonathan DieterMore work on buzhash integration in library
2018-07-08 Jonathan DieterAdd SHA-512 hash and SHA-512/64 (first 64 bits of SHA...
2018-07-08 Jonathan DieterInitial work to move buzhash into libzck
2018-07-03 Jonathan DieterBump to 0.7.5
2018-07-03 Jonathan DieterAdd support for using OpenSSL for checksums
2018-07-03 Jonathan DieterGet brackets right when we don't support streams
2018-07-02 Jonathan DieterRemove README that refers to library we're no longer...
2018-06-28 Jonathan DieterWe don't actually support streams yet
2018-06-22 Jonathan DieterBump to 0.7.4
2018-06-22 Jonathan DieterUpdate abi scripts to point to new header location
2018-06-22 Jonathan DieterSwitch to native meson versioning
2018-06-22 Jonathan DieterBump to 0.7.3
2018-06-22 Jonathan DieterAdd support for --stdout to unzck
2018-06-12 Jonathan DieterBump to 0.7.2 with minor API and ABI change
2018-06-12 Jonathan DieterABI change: Rename function that looked too similar...
2018-06-11 Jonathan DieterRun ABI test and bump to 0.7.1
2018-06-11 Jonathan DieterUse public headers for abi test
2018-06-11 Jonathan DieterAdd global function to change zck file descriptor
2018-06-11 Jonathan DieterRework how lead is read and add function to validate it
2018-06-11 Jonathan DieterFix misnamed global function
2018-06-11 Jonathan DieterAdd private function to reset hash type
2018-06-11 Jonathan DieterSome variable name cleanup
2018-06-11 Jonathan DieterExit immediately if downloaded chunk isn't valid
2018-06-11 Jonathan DieterRename variable to be more accurate
2018-06-11 Jonathan DieterFix headers and add function to set zchunk context...
2018-06-11 Jonathan DieterPoint abi testing to new abi
2018-06-08 Jonathan DieterBump to 0.7.0 with massive API changes
2018-06-08 Jonathan DieterMassive API cleanup in preparation for ABI stability...
2018-06-08 Jonathan DieterBump to 0.6.3
2018-06-08 Jonathan DieterAdd ABI compliance test. To run it, run 'ninja test...
2018-06-08 Jonathan DieterLogging improvements
2018-06-06 Jonathan DieterBump to 0.6.2
2018-06-06 Jonathan DieterMove buzhash into struct for easier manipulation
2018-06-06 Jonathan DieterMake sure we cast to unsigned long when using printf...
2018-06-06 Jonathan DieterFix error where we don't check for hash_type < 0
2018-06-06 Jonathan DieterBump to 0.6.1
2018-06-06 Jonathan DieterMove functions out of zck.h to more appropriate files
2018-06-06 Jonathan DieterMove static function above non-static function
2018-06-06 Jonathan DieterRemove unused functions
2018-06-06 Jonathan DieterMake functions that aren't used outside the file static...
2018-06-06 Jonathan DieterReorder function so it's above non-static functions
2018-06-06 Jonathan DieterMake functions that aren't used outside of file static...
2018-06-06 Jonathan DieterChange zck_reset_failed_chunks to void
next