summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/blocks.c
AgeCommit message (Expand)Author
2024-09-27rsync: make blkhash_free() callable with NULL.Theo Buehler
2024-09-27rsync: avoid reallocarray() with a nmemb of 0.Theo Buehler
2024-09-27rsync: fix reallocarray() usage in blkhash_set()Theo Buehler
2024-09-18Fix a memory leakJob Snijders
2024-02-28Refactor blk_match(). Fold the remaining data and empty file or no blocksClaudio Jeker
2024-02-27Split hash_file into three steps, setup, add buf and final.Claudio Jeker
2021-11-03whitespace observed during a read-throughTheo de Raadt
2021-06-30Replace Id: tags with OpenBSD: tagsClaudio Jeker
2019-06-02KNF and sneaky whitespacesTheo de Raadt
2019-06-02Use a simple hash table to look up blocks by the fast-hash. Also useFlorian Obser
2019-06-02have_md is initialized at startup, don't need to do it again laterTheo de Raadt
2019-05-08remove sess argument from all functions that only used it for loggingSebastian Benoit
2019-05-08remove sess argument from log functions. ok deraadt@Sebastian Benoit
2019-03-23indents and reflows around ERR*() and LOG*(); ok bennoTheo de Raadt
2019-02-18new attempt to sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-18revert previousSebastian Benoit
2019-02-18sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-17more yoda repairsTheo de Raadt
2019-02-16sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75cFlorian Obser
2019-02-16sync with kristaps, commit d7c4fb8ac88845aa08900d5d0ec469257f63a339Florian Obser
2019-02-16sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568Florian Obser
2019-02-13Use md4 from libcrypto instead of using a compatible re-implementation.Theo Buehler
2019-02-11fix an fd leak in blk_match()Sebastian Benoit
2019-02-11swap comparison arguments as needed, to match idiomatic C most of usTheo de Raadt
2019-02-11cleanup weird spaces around !. (We normalize source-code to a standardTheo de Raadt
2019-02-10fix whitespaceSebastian Benoit
2019-02-10Import Kristaps' openrsync into the tree.Sebastian Benoit