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
/
main.c
Age
Commit message (
Expand
)
Author
2022-08-02
Add missing closing bracket in usage
Theo Buehler
2022-08-02
Add --contimeout functionality.
Job Snijders
2021-11-03
whitespace observed during a read-through
Theo de Raadt
2021-10-29
Properly implement --max-size and --min-size.
Claudio Jeker
2021-10-28
Provide --max-size and --min-size arguments. Currently ignored but
Claudio Jeker
2021-10-22
Implement --compare-dest in openrsync. compare-dest allows you to add
Claudio Jeker
2021-09-01
Remove from0 support. openrsync will not implement all bad ideas that
Claudio Jeker
2021-08-30
Add include/exclude to usage()
Job Snijders
2021-08-29
Implement --exclude/exclude-file and --include/include-file.
Claudio Jeker
2021-07-14
Restructure the getopt_long options. Sort them mostly by name with the
Claudio Jeker
2021-06-30
Replace Id: tags with OpenBSD: tags
Claudio Jeker
2021-05-17
Adjust exit codes in the main program to follow the ones from rsync.
Claudio Jeker
2021-03-31
Add option to suppress the Message of the Day
job
2021-03-22
Compare explicitly against NULL.
Claudio Jeker
2020-12-15
Initialize the poll_timeout before rsync_server() is called.
Claudio Jeker
2020-11-24
Simple implementation of --timeout to exit after specified seconds of I/O
Claudio Jeker
2020-02-11
Simplify and unify wording for the -I sourceaddr option in various places.
Theo de Raadt
2019-08-09
Add --address argument to openrsync to bind to the specified address
Claudio Jeker
2019-06-03
Don't close the socket in rsync_socket() itself but after calling it.
Christian Weisgerber
2019-05-28
unintialized fd passed to close(), found by hiltjo posthuma
Theo de Raadt
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-01
many improvements to rsync(1) documentation:
Ingo Schwarze
2019-03-31
Drop --devices and --specials from the synopsis because they are only
Ingo Schwarze
2019-03-31
Add ability to combine rsync:// and -e by splitting rsync_socket()
Christian Weisgerber
2019-03-30
Make the synopsis more palatable by deleting useless long option
Ingo Schwarze
2019-03-30
repair confusing "} if" indent; from naddy
Theo de Raadt
2019-03-30
document --del, ok deraadt@
Christian Weisgerber
2019-03-30
Add --del as alias for --delete.
Christian Weisgerber
2019-03-25
-z support isn't as trivial as linking -lz so it hasn't been written
Theo de Raadt
2019-03-23
indents and reflows around ERR*() and LOG*(); ok benno
Theo de Raadt
2019-03-23
repair exit codes, slightly broken after last commit (please do not go
Theo de Raadt
2019-03-18
flesh out SYNOPSIS and usage() somewhat;
Jason McIntyre
2019-03-06
Simplify startup code, various phases are heading straight towards exit
Theo de Raadt
2019-02-21
implement --numeric-ids, tweaked by kristaps
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
delete bogus comment
Theo de Raadt
2019-02-17
Add support for --port=PORT and ":port" in the rsync:// URL.
Theo de Raadt
2019-02-17
rsync has a large number of failure exit codes, so don't get used to this
Theo de Raadt
2019-02-17
percolate exit code from deeper code, so that values other than 1 are
Theo de Raadt
2019-02-16
nasty ugly invisible spaces
Theo de Raadt
2019-02-16
--archive is same as -a
Theo de Raadt
2019-02-16
add --help option
Theo de Raadt
2019-02-16
add missing -no-OPT long options
Theo de Raadt
2019-02-16
implement -D and in turn -a
Florian Obser
2019-02-16
Add chown pledge so that root can gift files to other uids.
Florian Obser
2019-02-16
a minimal --version long-option, so someone can unconfuse themselves
Theo de Raadt
2019-02-14
sync with kristaps, commit 438c1948c76a1ecd94e53e09ba88ec7e93004540
Florian Obser
[next]