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
/
fargs.c
Age
Commit message (
Expand
)
Author
2019-05-08
remove sess argument from log functions. ok deraadt@
Sebastian Benoit
2019-04-04
Add support for not crossing filesystem boundaries (-x) to rsync. Option
bket
2019-04-02
Pull in addargs() API from ssh to replace complicated hand-rolled argument
Theo de Raadt
2019-03-31
Add ability to combine rsync:// and -e by splitting rsync_socket()
Christian Weisgerber
2019-02-21
implement --numeric-ids, tweaked by kristaps
Sebastian Benoit
2019-02-16
implement -D and in turn -a
Florian Obser
2019-02-14
sync with kristaps, commit 69f69c7c7c950d42e02666ac63e3b98ec9c972ec
Florian Obser
2019-02-14
sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1
Florian Obser
2019-02-13
strsep the -e argument for execve; ok benno
Theo de Raadt
2019-02-12
whitespace and knf
Sebastian Benoit
2019-02-12
sync
Sebastian Benoit
2019-02-12
complete support for -e and -rsh=name options
Theo de Raadt
2019-02-12
using const is misleading if the only access requires a de-const, it is
Theo de Raadt
2019-02-11
premature bit snuck in
Theo de Raadt
2019-02-11
swap comparison arguments as needed, to match idiomatic C most of us
Theo de Raadt
2019-02-10
fix whitespace
Sebastian Benoit
2019-02-10
Import Kristaps' openrsync into the tree.
Sebastian Benoit