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
/
uploader.c
Age
Commit message (
Expand
)
Author
2019-08-26
replace a mmap() with pread(). The mmap() is not needed, the file is
Sebastian Benoit
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-04-02
annoying white space
Theo de Raadt
2019-03-23
indents and reflows around ERR*() and LOG*(); ok benno
Theo de Raadt
2019-03-18
repair a few more yoda compares
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 ad6f9d84aa041d28b93cdf885a583a09f58b1b88
Florian Obser
2019-02-16
I did some work here.
Florian Obser
2019-02-16
implement -D and in turn -a
Florian Obser
2019-02-16
Handle file permissions in rsync_set_metadata().
Florian Obser
2019-02-16
Introduce mkstempat(), a variation on mkstemp(3) and mkstemplinkat().
Florian Obser
2019-02-16
use gettimeofday + TIMEVAL_TO_TIMESPEC to create timespec with better
Theo de Raadt
2019-02-16
unwrap lines which do not need wrapping
Theo de Raadt
2019-02-14
sync with kristaps, commit 71065b31649480ceb1ee6942232d673bf8ab70c8
Florian Obser
2019-02-14
sync with kristaps, commit be8a27a290d5171290c015284542f2af4296be12
Florian Obser
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