zchunk.git
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
2018-06-06 Jonathan DieterRemove extra logging and simplify code
2018-06-05 Jonathan DieterRemove some functions that shouldn't be public and...
2018-06-05 Jonathan DieterAll non-public functions shouldn't start with zck_*
2018-06-05 Jonathan DieterMove download API to zck_dl.c
2018-06-05 Jonathan DieterChange zck_range_close to zck_range_free and fix zck_ge...
2018-06-05 Jonathan DieterFix various bugs in download code
2018-06-05 Jonathan DieterRemove unneeded copy_index_item function
2018-06-05 Jonathan DieterFix IndexItem->valid so it is either -1 (failed), 0...
2018-06-05 Jonathan DieterFix memory leak
2018-06-05 Jonathan DieterSome new functions and cleanup of old functions
2018-06-04 Jonathan DieterModify zckdl so it does the curl calls itself
2018-06-04 Jonathan DieterAPI revamp to give control over the actual download...
2018-06-04 Jonathan DieterNew functions and rework zck_get_header_length so it...
2018-06-04 Jonathan DieterRework function that was only used by zckdl
2018-06-04 Jonathan DieterAdd function for copying an index item (used to for...
2018-06-04 Jonathan DieterChange how headers are read. Full lead must be read...
2018-06-04 Jonathan DieterBreak regex generation into separate function
2018-06-04 Jonathan DieterMove curl dependency to just zckdl
2018-06-04 Jonathan DieterHeader checksum and header size were in the wrong order
2018-05-31 Jonathan DieterMake error message more accurate when digest size is...
2018-05-31 Jonathan DieterFix problems with validating pre-supplied header checks...
next