zchunk.git
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...
2018-05-30 Jonathan DieterAdd unknown hash type
2018-05-30 Jonathan DieterWe now verify whether options are valid for reading...
2018-05-30 Jonathan DieterAdd support for specifying header information before...
2018-05-21 Jonathan DieterAdd new argument to zck_read_header to validate zchunk...
2018-05-21 Jonathan DieterRevamp chunk validation functions and add new public...
2018-05-21 Jonathan DieterRename zckIndexItem.finished to zckIndexItem.valid
2018-05-21 Jonathan DieterMove buffer size into util_common.h
2018-05-21 Jonathan DieterOutput logging to stderr instead of stdout
2018-05-21 Jonathan DieterGet rid of unused return
2018-05-16 Jonathan DieterApparently spaces matter
2018-05-16 Jonathan DieterUpdate README.md
2018-05-10 Jonathan DieterBump to 0.5.2
2018-05-10 Jonathan DieterChange zck_range_get_char to not output header beginning
2018-05-10 Jonathan DieterBump to 0.5.1 with new zck_get_range() function
2018-05-10 Jonathan DieterAdd function to get range string from start and end...
2018-05-09 Jonathan DieterBump to 0.5.0 with proper command line utilities
2018-05-09 Jonathan DieterMove dictionary decompression from zck_read_header...
2018-05-06 Jonathan DieterGet rid of warning about stripping '\0' from strncpy
2018-05-04 Jonathan DieterFix incomplete conversion to argp
2018-05-04 Jonathan DieterMake zck_delta_size a proper utility with arguments...
2018-05-04 Jonathan DieterMake zck_read_header a proper utility with arguments...
2018-05-04 Jonathan DieterMake zckdl a proper utility with arguments and help.
2018-05-04 Jonathan DieterMake unzck a proper utility with arguments and help.
2018-05-04 Jonathan DieterSplit common utility functions out of individual utilities
2018-05-03 Jonathan DieterMake zck a proper utility with arguments and help....
2018-05-03 Jonathan DieterMake zck_get_data_length public (like it should be...
2018-05-03 Jonathan DieterIncrease buzhash width and remove typo
2018-05-03 Jonathan DieterBuzhash integration into zck and some small changes...
2018-05-03 Jonathan DieterAdd buzhash from urlblock (under MIT license)
2018-04-30 Jonathan DieterUpdate documentation for zchunk format
2018-04-29 Jonathan DieterRelease version 0.4.0 with (hopefully) final incompatib...
2018-04-29 Jonathan DieterRevamp file structure one last (hopefully) time so...
2018-04-24 Jonathan DieterAdd comments to first test
2018-04-21 Jonathan DieterAdd first test
2018-04-21 Jonathan DieterRework build files so we can do testing
2018-04-21 Jonathan DieterTurn off debugging when reading zchunk header
2018-04-20 Jonathan DieterBump to 0.3.0 with file format changes
2018-04-20 Jonathan DieterFix memory leak with full data hash
2018-04-20 Jonathan DieterAdd zchunk format description
2018-04-20 Jonathan DieterChange file format to support streams and signatures
2018-04-19 Jonathan DieterFix return value
2018-04-19 Jonathan DieterRename zck_read_index_hash to the more accurate zck_rea...
2018-04-17 Jonathan DieterBump to 0.2.2
2018-04-17 Jonathan DieterGet rid of warnings on EL7 gcc
2018-04-17 Jonathan DieterCast size_t to unsigned long and ssize_t to long so...
2018-04-17 Jonathan DieterWe use some gnu99 options, so set gnu99
2018-04-17 Jonathan DieterFix off by one error
2018-04-17 Jonathan DieterMake sure we hand invalid reads in zck tool
2018-04-17 Jonathan DieterBump to 0.2.1
2018-04-17 Jonathan DieterMake sure we're using all function results
2018-04-17 Jonathan DieterGive all functions warn_unused_result and make sure...
2018-04-17 Jonathan DieterBump release to 0.2.0
2018-04-16 Jonathan DieterEnd chunk when closing zchunk file that was open for...
2018-04-16 Jonathan DieterReorganize header so download stuff is at the end
2018-04-16 Jonathan DieterRevamp how options are set
2018-04-15 Jonathan DieterChange zck_get_index_digest and zck_get_data_digest...
2018-04-15 Jonathan DieterMake set_comp_parameter parameter const
2018-04-13 Jonathan DieterOnly make API functions public using -fvisibility
2018-04-11 Jonathan DieterMake binaries work with dict change
2018-04-11 Jonathan DieterFinish last commit
2018-04-11 Jonathan DieterWhen setting compression dictionary, make immediate...
2018-04-10 Jonathan DieterMake sure executables get installed
2018-04-10 Jonathan DieterAdd ability to get index based on file location
2018-04-10 Jonathan DieterRewrite binaries to use new API
2018-04-10 Jonathan DieterReorganize the main header so it's easier to understand
2018-04-10 Jonathan DieterMassive work changing API to support zck_read and zck_w...
2018-04-04 Jonathan DieterRename dl.c/write_data to dl.c/dl_write_data as we...
2018-04-03 Jonathan DieterRename zck_compress to zck_write and zck_decompress...
2018-04-03 Jonathan DieterRename io functions
2018-03-26 Jonathan DieterWhen compressing file, automatically start compression...
2018-03-26 Jonathan DieterRemove infinite loop if there's no dict in file
2018-03-26 Jonathan DieterFix compression so it works correctly if there's no...
2018-03-24 Jonathan DieterChange compression so it's streamed. Decompression...
2018-03-23 Jonathan DieterSwitch to multi-step chunk addition to pave the way...
next