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
/
sender.c
Age
Commit message (
Expand
)
Author
2021-08-29
Implement --exclude/exclude-file and --include/include-file.
Claudio Jeker
2021-06-30
Replace Id: tags with OpenBSD: tags
Claudio Jeker
2021-04-05
minor KNF
Theo de Raadt
2021-03-22
Remove unveil() from the rsync_sender() and flist_gen(). The sender is
Claudio Jeker
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-06-02
Use a simple hash table to look up blocks by the fast-hash. Also use
Florian Obser
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-02-21
kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0
Sebastian Benoit
2019-02-21
kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7
Sebastian Benoit
2019-02-21
kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4
Sebastian Benoit
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
use MINIMUM() instead of MIN() as elsewhere in the tree
Theo de Raadt
2019-02-16
nasty ugly invisible spaces
Theo de Raadt
2019-02-16
sync with kristaps, commit 42166a639caa877efd91e73e288b89abf6b7cfd3
Florian Obser
2019-02-16
sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75c
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-12
sync, this also adds the -g option to the option parser.
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
canonical order of pledge()s.
Sebastian Benoit
2019-02-10
fix whitespace
Sebastian Benoit
2019-02-10
Import Kristaps' openrsync into the tree.
Sebastian Benoit