Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-02-27 | Split hash_file into three steps, setup, add buf and final. | Claudio Jeker |
2023-11-27 | Implement --omit-link-times / -J based on the --omit-dir-times work | Claudio Jeker |
2023-11-23 | Add --omit-dir-times / -O | Job Snijders |
2023-04-28 | Implement --size-only and --ignore-times | Claudio Jeker |
2022-08-02 | Add --contimeout functionality. | Job Snijders |
2021-10-29 | Properly implement --max-size and --min-size. | 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-29 | Implement --exclude/exclude-file and --include/include-file. | Claudio Jeker |
2021-06-30 | ... way too much white space! | Claudio Jeker |
2021-06-30 | Replace Id: tags with OpenBSD: tags | Claudio Jeker |
2021-05-17 | Introduce some error exit codes which are in sync with the ones from | Claudio Jeker |
2021-03-31 | Add option to suppress the Message of the Day | job |
2021-03-22 | Make fmt argument const. Format local vars a bit. | Claudio Jeker |
2020-11-24 | Simple implementation of --timeout to exit after specified seconds of I/O | Claudio Jeker |
2020-05-17 | __FILE__ and __LINE__ information are fine during early development, or | Theo de Raadt |
2019-08-09 | Add --address argument to openrsync to bind to the specified address | Claudio Jeker |
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-04 | Add support for not crossing filesystem boundaries (-x) to rsync. Option | bket |
2019-04-02 | Pull in addargs() API from ssh to replace complicated hand-rolled argument | Theo de Raadt |
2019-03-31 | Increasing strictness regarding signed-vs-unsigned types and their range | Theo de Raadt |
2019-03-31 | Add ability to combine rsync:// and -e by splitting rsync_socket() | Christian Weisgerber |
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 | 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 | Add support for --port=PORT and ":port" in the rsync:// URL. | 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 | implement -D and in turn -a | Florian Obser |
2019-02-16 | Introduce mkstempat(), a variation on mkstemp(3) and mkstemplinkat(). | Florian Obser |
2019-02-14 | sync with kristaps, commit be8a27a290d5171290c015284542f2af4296be12 | Florian Obser |
2019-02-14 | sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1 | Florian Obser |
2019-02-12 | whitespace and knf | Sebastian Benoit |
2019-02-12 | sync | Sebastian Benoit |
2019-02-12 | sync | Sebastian Benoit |
2019-02-12 | sync | Sebastian Benoit |
2019-02-12 | complete support for -e and -rsh=name options | Theo de Raadt |
2019-02-12 | using const is misleading if the only access requires a de-const, it is | Theo de Raadt |
2019-02-10 | fix whitespace | Sebastian Benoit |
2019-02-10 | Import Kristaps' openrsync into the tree. | Sebastian Benoit |