zchunk.git
2022-01-09 Jonathan DieterAdd test for meson-wrap
2022-01-08 Jonathan DieterChange workflow name
2022-01-08 Jonathan DieterMerge pull request #62 from zchunk/github-actions-autotest
2022-01-08 Jonathan DieterUpdate README.md to point to new CI location
2022-01-08 Jonathan DieterMerge pull request #61 from zchunk/github-actions-autotest
2022-01-08 Jonathan DieterSplit different os's into different jobs and add missin...
2022-01-08 Jonathan DieterSwitch to using GitHub actions for container CI
2022-01-08 Jonathan DieterMerge pull request #60 from zchunk/fix-argp-alpine
2022-01-08 Jonathan DieterVerify that include directory exists before trying...
2022-01-08 Jonathan DieterMerge pull request #54 from wolfv/win
2022-01-08 Wolf Vollprechtcheck that malloc succeeds and use safe strcpy/strcat
2022-01-08 Wolf Vollprechtfix file end newlines with pre-commit
2022-01-08 Wolf Vollprechtunify order of ZCK_PUBLIC_API
2022-01-08 Wolf Vollprechtfix another newline
2022-01-08 Wolf Vollprechtno libgen on win
2022-01-08 Wolf Vollprechtadd newlines, fix up zck_dl, other review changes
2022-01-07 Wolf Vollprechtuse LOG_ERROR as logging shorthand in utils and tests
2022-01-07 Wolf Vollprechtfix win
2022-01-07 Wolf Vollprechtsupport older meson, fix macos
2022-01-07 Wolf Vollprechtescape angle brackets on Windows
2022-01-07 Wolf Vollprechtadd .gitattributes to force LF line endings on Windows...
2022-01-07 Wolf Vollprechtfix copy_chunks
2022-01-07 Wolf Vollprechtfix shacheck for windows
2022-01-07 Wolf Vollprechtstart running tests on win
2022-01-07 Wolf Vollprechtadd fcntl.h header for win
2022-01-07 Wolf Vollprechtfix up get_tmp_fd for windows
2022-01-07 Wolf Vollprechtfix tests
2022-01-07 Wolf Vollprechtmake tests build on Windows
2022-01-07 Wolf VollprechtRun CI on Windows
2022-01-07 Wolf Vollprechtbuild dll on Windows
2022-01-06 Jonathan DieterMerge pull request #59 from eli-schwartz/wraps
2022-01-05 Eli Schwartzmeson: add subproject fallback for zstd
2022-01-05 Eli Schwartzmeson: fix incorrect use of global arguments to set...
2022-01-04 Jonathan DieterMerge pull request #56 from wolfv/add_gh_action
2022-01-04 Wolf Vollprechtadd openssl explicitly
2022-01-04 Wolf Vollprechtadd github action
2022-01-03 Jonathan DieterMerge pull request #58 from dirkmueller/main
2022-01-03 Dirk MüllerAdd expected sha256sums for zstd 1.5.1+ release (Fixes...
2021-11-25 Jonathan DieterMerge pull request #52 from martinetd/strict-prototypes
2021-11-24 Dominique Martinetfix -Wstrict-prototypes warning
2021-11-12 Jonathan DieterFix argplib dependency for new test executable (require...
2021-11-12 Jonathan DieterDictionary creation should be after compression format...
2021-11-12 Jonathan DieterMerge branch 'devel'
2021-11-12 Jonathan DieterMerge branch 'dllogs'
2021-10-12 Stefano BabicAdd test utility to compare a zck with uncompressed...
2021-10-12 Stefano BabicAdd function to generate uthash after write
2021-10-12 Stefano BabicDo not duplicate index structure for uncompressed
2021-10-12 Stefano BabicAdd accessor to return associated SRC chunk
2021-10-12 Stefano BabicDrop too verbose log in comp.c
2021-10-12 Stefano Babiczck: add option to select chunk hash
2021-09-23 Stefano Babiczck_log: allow a callback for logging
2021-09-22 Jonathan Dietercurl-dev requires openssl1.1-compat-dev for the moment
2021-09-22 Jonathan DieterMerge pull request #50 from zchunk/cleanup
2021-09-18 Jonathan DieterFix indentation
2021-09-18 Jonathan DieterAdd support for specifying compression-format in zck
2021-09-18 Jonathan DieterWhen unknown flags are set, show values of unrecognized...
2021-09-18 Jonathan DieterSimplify public function
2021-09-18 Jonathan DieterRemove unneeded digest_size_uncompressed attribute
2021-09-18 Jonathan DieterRevert "Add a way to disable check of chunk min size"
2021-09-02 Jonathan DieterMerge pull request #45 from sbabic/devel
2021-09-02 Jonathan DieterMerge pull request #22 from zchunk/uncompressed_source
2021-08-31 Stefano Babicbuzhash: change fingerprint to track OOM
2021-08-31 Stefano BabicDrop assert in zrealloc and raise runtime error
2021-08-31 Stefano BabicAdd a way to disable check of chunk min size
2021-08-31 Stefano BabicAdd a uthash to uncompressed digest
2021-08-31 Stefano BabicDrop assert in zmalloc and raise runtime error
2021-08-31 Stefano Babiczck_read_header: fix header with uncompressed
2021-08-30 Stefano BabicAdd size of uncompressed chunk to index
2021-08-26 Jonathan DieterAdd some clarification as to which sections are flag...
2021-08-26 Jonathan DieterAdd uncompressed source flag to zchunk_format.txt
2021-08-25 Jonathan DieterMerge pull request #46 from ppentchev/pp-cppcheck
2021-08-22 Peter PentchevOnly declare a variable if it will be used.
2021-08-22 Peter PentchevCheck the correct value in a test.
2021-08-22 Peter PentchevProperly detect a read error.
2021-06-14 Jonathan DieterBump to 1.1.16
2021-06-14 Jonathan DieterMerge pull request #44 from fd00/cygwin
2021-06-13 Daisuke Fujimura... Fix build on cygwin
2021-06-01 Jonathan DieterBump to 1.1.15
2021-06-01 Jonathan DieterFix major bug when compressing with dictionary (and...
2021-05-20 Jonathan DieterBump to 1.1.14
2021-05-20 Jonathan DieterFix build on s390x
2021-05-20 Jonathan DieterBump to 1.1.13
2021-05-20 Jonathan DieterMake builds consistent across architectures for zstd...
2021-05-15 Jonathan DieterUpdate to 1.1.12
2021-05-15 Jonathan DieterFix tests for zstd => 1.5.0
2021-05-01 Jonathan DieterBump to 1.1.11
2021-05-01 Jonathan DieterFix type mismatch
2021-05-01 Jonathan DieterBump version to 1.1.10
2021-05-01 Jonathan DieterClarify warning messages when corrupted chunks are...
2021-05-01 Jonathan DieterHandle certain rare web servers that don't start with...
2021-05-01 Jonathan DieterMerge pull request #39 from susnux/master
2021-04-26 Ferdinand Thiessenmeson: Fix argp detection, prevent Werror=return-type
2021-04-20 Jonathan DieterMerge pull request #38 from zchunk/zck_gen_zdict_docs
2021-04-19 Jonathan DieterClean up phrasing to hopefully make it more clear that...
2021-04-19 Jonathan DieterAdd documentation for generating zdicts
2021-04-19 Jonathan DieterUpdate copyright dates
2021-03-11 Jonathan DieterMerge pull request #36 from kontura/memleak
2021-03-11 Aleš MatějFix memory leak of zck->prep_digest
2020-12-30 Jonathan DieterUpdate to 1.1.9
2020-12-30 Jonathan DieterHandle zstd 1.4.7+
next