Age | Commit message (Expand) | Author |
2019-03-23 | repair exit codes, slightly broken after last commit (please do not go | Theo de Raadt |
2019-03-22 | Don't register this manual page under the name rsync(1) yet | Ingo Schwarze |
2019-03-22 | gettimeofday(2)+TIMEVAL_TO_TIMESPEC -> UTIME_NOW; simpler & more portable. | cheloha |
2019-03-18 | add a temporary addition to NAME for openrsync; ok deraadt | Jason McIntyre |
2019-03-18 | repair a few more yoda compares | Theo de Raadt |
2019-03-18 | flesh out SYNOPSIS and usage() somewhat; | Jason McIntyre |
2019-03-18 | install rsync as openrsync, so that people can easily familiarize | Theo de Raadt |
2019-03-06 | Simplify startup code, various phases are heading straight towards exit | Theo de Raadt |
2019-02-22 | remove __BEGIN_DECLS/__END_DECLS, this .h file wont be | Sebastian Benoit |
2019-02-21 | kristaps f18392f58d1f0bc72917e3ac3a46be74c194688d | Sebastian Benoit |
2019-02-21 | kristaps cbe83cd64f40e634dbc22d3f2918c41977a6514d | Sebastian Benoit |
2019-02-21 | kristaps 7721288a1d170f4d789bf7a7b822f14f91f7bcb9 | Sebastian Benoit |
2019-02-21 | kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0 | Sebastian Benoit |
2019-02-21 | kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7 | Sebastian Benoit |
2019-02-21 | kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4 | Sebastian Benoit |
2019-02-21 | kristaps acb8f263717f27691f0318d4b7154f854b7206b3 | Sebastian Benoit |
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 | more yoda repairs | Theo de Raadt |
2019-02-17 | cleanup protocl warning, and return exit code upwards. | Theo de Raadt |
2019-02-17 | percolate exit code from deeper code, so that values other than 1 are | Theo de Raadt |
2019-02-17 | improve option argument demonstration | Theo de Raadt |
2019-02-17 | Has to be SOCK_STREAM obviously | 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 | Document some long options | Theo de Raadt |
2019-02-16 | --archive is same as -a | Theo de Raadt |
2019-02-16 | document -a, -D, --devices and --specials | Florian Obser |
2019-02-16 | add --help option | Theo de Raadt |
2019-02-16 | document --version | Theo de Raadt |
2019-02-16 | add missing -no-OPT long options | 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 d01f1b87a06c25353de28a9df45b3e202614b336 | Florian Obser |
2019-02-16 | sync with kristaps, commit d7c4fb8ac88845aa08900d5d0ec469257f63a339 | Florian Obser |
2019-02-16 | sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568 | Florian Obser |
2019-02-16 | sync with kristaps, commit ad6f9d84aa041d28b93cdf885a583a09f58b1b88 | Florian Obser |
2019-02-16 | sync with kristaps, commit 9b79b4a3d06c810304321d5b58544751b5d9fefd | Florian Obser |
2019-02-16 | use service "rsync" rather than "873" | Theo de Raadt |
2019-02-16 | getaddrinfo doesn't imply "DNS", borrow terminology from ssh | Theo de Raadt |
2019-02-16 | -D bits, from kristaps | Florian Obser |
2019-02-16 | We need to send/receive the rdev after gid and before symlink. | Florian Obser |
2019-02-16 | I did some work here. | Florian Obser |
2019-02-16 | implement -D and in turn -a | Florian Obser |
2019-02-16 | Handle file permissions in rsync_set_metadata(). | Florian Obser |