| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't close the socket in rsync_socket() itself but after calling it. |  naddy | 2019-06-03 | 1 | -10/+5 |
* | unintialized fd passed to close(), found by hiltjo posthuma |  deraadt | 2019-05-28 | 1 | -2/+2 |
* | remove sess argument from log functions. ok deraadt@ |  benno | 2019-05-08 | 1 | -8/+10 |
* | Add support for not crossing filesystem boundaries (-x) to rsync. Option |  bket | 2019-04-04 | 1 | -3/+6 |
* | many improvements to rsync(1) documentation: |  schwarze | 2019-04-01 | 1 | -3/+4 |
* | Drop --devices and --specials from the synopsis because they are only |  schwarze | 2019-03-31 | 1 | -5/+4 |
* | Add ability to combine rsync:// and -e by splitting rsync_socket() |  naddy | 2019-03-31 | 1 | -7/+13 |
* | Make the synopsis more palatable by deleting useless long option |  schwarze | 2019-03-30 | 1 | -6/+4 |
* | repair confusing "} if" indent; from naddy |  deraadt | 2019-03-30 | 1 | -2/+3 |
* | document --del, ok deraadt@ |  naddy | 2019-03-30 | 1 | -2/+2 |
* | Add --del as alias for --delete. |  naddy | 2019-03-30 | 1 | -2/+2 |
* | -z support isn't as trivial as linking -lz so it hasn't been written |  deraadt | 2019-03-25 | 1 | -7/+12 |
* | indents and reflows around ERR*() and LOG*(); ok benno |  deraadt | 2019-03-23 | 1 | -21/+17 |
* | repair exit codes, slightly broken after last commit (please do not go |  deraadt | 2019-03-23 | 1 | -5/+15 |
* | flesh out SYNOPSIS and usage() somewhat; |  jmc | 2019-03-18 | 1 | -3/+6 |
* | Simplify startup code, various phases are heading straight towards exit |  deraadt | 2019-03-06 | 1 | -61/+41 |
* | implement --numeric-ids, tweaked by kristaps |  benno | 2019-02-21 | 1 | -1/+2 |
* | new attempt to sync with kristaps up to Sun Feb 17 2019 |  benno | 2019-02-18 | 1 | -5/+6 |
* | revert previous |  benno | 2019-02-18 | 1 | -55/+45 |
* | sync with kristaps up to Sun Feb 17 2019 |  benno | 2019-02-18 | 1 | -45/+55 |
* | delete bogus comment |  deraadt | 2019-02-17 | 1 | -2/+1 |
* | Add support for --port=PORT and ":port" in the rsync:// URL. |  deraadt | 2019-02-17 | 1 | -4/+18 |
* | rsync has a large number of failure exit codes, so don't get used to this |  deraadt | 2019-02-17 | 1 | -31/+31 |
* | percolate exit code from deeper code, so that values other than 1 are |  deraadt | 2019-02-17 | 1 | -10/+9 |
* | nasty ugly invisible spaces |  deraadt | 2019-02-16 | 1 | -2/+2 |
* | --archive is same as -a |  deraadt | 2019-02-16 | 1 | -1/+2 |
* | add --help option |  deraadt | 2019-02-16 | 1 | -4/+6 |
* | add missing -no-OPT long options |  deraadt | 2019-02-16 | 1 | -9/+18 |
* | implement -D and in turn -a |  florian | 2019-02-16 | 1 | -9/+27 |
* | Add chown pledge so that root can gift files to other uids. |  florian | 2019-02-16 | 1 | -7/+7 |
* | a minimal --version long-option, so someone can unconfuse themselves |  deraadt | 2019-02-16 | 1 | -1/+6 |
* | sync with kristaps, commit 438c1948c76a1ecd94e53e09ba88ec7e93004540 |  florian | 2019-02-14 | 1 | -2/+2 |
* | sync with kristaps, commit 71065b31649480ceb1ee6942232d673bf8ab70c8 |  florian | 2019-02-14 | 1 | -3/+2 |
* | sync with kristaps, commit ab90d923f89b06308190d9fe371c7663c077e2bd |  florian | 2019-02-14 | 1 | -2/+3 |
* | sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1 |  florian | 2019-02-14 | 1 | -3/+6 |
* | long option -group is same as -g; ok benno |  deraadt | 2019-02-12 | 1 | -1/+2 |
* | whitespace and knf |  benno | 2019-02-12 | 1 | -3/+4 |
* | sync, this also adds the -g option to the option parser. |  benno | 2019-02-12 | 1 | -8/+11 |
* | complete support for -e and -rsh=name options |  deraadt | 2019-02-12 | 1 | -2/+4 |
* | add long-opts aliases for single-letter options already present |  deraadt | 2019-02-12 | 1 | -6/+12 |
* | premature bit snuck in |  deraadt | 2019-02-11 | 1 | -2/+1 |
* | swap comparison arguments as needed, to match idiomatic C most of us |  deraadt | 2019-02-11 | 1 | -61/+57 |
* | flags variable not needed |  deraadt | 2019-02-11 | 1 | -5/+3 |
* | cleanup weird spaces around !. (We normalize source-code to a standard |  deraadt | 2019-02-11 | 1 | -7/+7 |
* | canonical order of pledge()s. |  benno | 2019-02-10 | 1 | -8/+11 |
* | fix whitespace |  benno | 2019-02-10 | 1 | -3/+3 |
* | Import Kristaps' openrsync into the tree. |  benno | 2019-02-10 | 1 | -0/+453 |