index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
rsync
/
blocks.c
Age
Commit message (
Expand
)
Author
2024-09-27
rsync: make blkhash_free() callable with NULL.
Theo Buehler
2024-09-27
rsync: avoid reallocarray() with a nmemb of 0.
Theo Buehler
2024-09-27
rsync: fix reallocarray() usage in blkhash_set()
Theo Buehler
2024-09-18
Fix a memory leak
Job Snijders
2024-02-28
Refactor blk_match(). Fold the remaining data and empty file or no blocks
Claudio Jeker
2024-02-27
Split hash_file into three steps, setup, add buf and final.
Claudio Jeker
2021-11-03
whitespace observed during a read-through
Theo de Raadt
2021-06-30
Replace Id: tags with OpenBSD: tags
Claudio Jeker
2019-06-02
KNF and sneaky whitespaces
Theo de Raadt
2019-06-02
Use a simple hash table to look up blocks by the fast-hash. Also use
Florian Obser
2019-06-02
have_md is initialized at startup, don't need to do it again later
Theo de Raadt
2019-05-08
remove sess argument from all functions that only used it for logging
Sebastian Benoit
2019-05-08
remove sess argument from log functions. ok deraadt@
Sebastian Benoit
2019-03-23
indents and reflows around ERR*() and LOG*(); ok benno
Theo de Raadt
2019-02-18
new attempt to sync with kristaps up to Sun Feb 17 2019
Sebastian Benoit
2019-02-18
revert previous
Sebastian Benoit
2019-02-18
sync with kristaps up to Sun Feb 17 2019
Sebastian Benoit
2019-02-17
more yoda repairs
Theo de Raadt
2019-02-16
sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75c
Florian Obser
2019-02-16
sync with kristaps, commit d7c4fb8ac88845aa08900d5d0ec469257f63a339
Florian Obser
2019-02-16
sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568
Florian Obser
2019-02-13
Use md4 from libcrypto instead of using a compatible re-implementation.
Theo Buehler
2019-02-11
fix an fd leak in blk_match()
Sebastian Benoit
2019-02-11
swap comparison arguments as needed, to match idiomatic C most of us
Theo de Raadt
2019-02-11
cleanup weird spaces around !. (We normalize source-code to a standard
Theo de Raadt
2019-02-10
fix whitespace
Sebastian Benoit
2019-02-10
Import Kristaps' openrsync into the tree.
Sebastian Benoit