Age | Commit message (Expand) | Author |
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 |
2019-02-14 | sync with kristaps, commit 71065b31649480ceb1ee6942232d673bf8ab70c8 | Florian Obser |
2019-02-14 | sync with kristaps, commit ab90d923f89b06308190d9fe371c7663c077e2bd | Florian Obser |
2019-02-14 | sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1 | Florian Obser |
2019-02-12 | long option -group is same as -g; ok benno | Theo de Raadt |
2019-02-12 | whitespace and knf | Sebastian Benoit |
2019-02-12 | sync, this also adds the -g option to the option parser. | Sebastian Benoit |
2019-02-12 | complete support for -e and -rsh=name options | Theo de Raadt |
2019-02-12 | add long-opts aliases for single-letter options already present | 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-11 | flags variable not needed | 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 |