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
/
io.c
Age
Commit message (
Expand
)
Author
2020-11-24
Simple implementation of --timeout to exit after specified seconds of I/O
Claudio Jeker
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
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-31
Increasing strictness regarding signed-vs-unsigned types and their range
Theo de Raadt
2019-03-26
Same INT32_MAX vs -1 confusion on the write-side
Theo de Raadt
2019-03-26
INT32_MAX isn't -1, to indicate re-read for 64-bit value.
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 d01f1b87a06c25353de28a9df45b3e202614b336
Florian Obser
2019-02-16
sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568
Florian Obser
2019-02-16
unwrap lines which do not need wrapping
Theo de Raadt
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