| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option to suppress the Message of the Day |  job | 2021-03-31 | 1 | -1/+2 |
* | Make fmt argument const. Format local vars a bit. |  claudio | 2021-03-22 | 1 | -2/+2 |
* | Simple implementation of --timeout to exit after specified seconds of I/O |  claudio | 2020-11-24 | 1 | -3/+3 |
* | __FILE__ and __LINE__ information are fine during early development, or |  deraadt | 2020-05-17 | 1 | -28/+28 |
* | Add --address argument to openrsync to bind to the specified address |  claudio | 2019-08-09 | 1 | -1/+2 |
* | Use a simple hash table to look up blocks by the fast-hash. Also use |  florian | 2019-06-02 | 1 | -1/+8 |
* | remove sess argument from all functions that only used it for logging |  benno | 2019-05-08 | 1 | -20/+14 |
* | remove sess argument from log functions. ok deraadt@ |  benno | 2019-05-08 | 1 | -46/+40 |
* | Add support for not crossing filesystem boundaries (-x) to rsync. Option |  bket | 2019-04-04 | 1 | -1/+2 |
* | Pull in addargs() API from ssh to replace complicated hand-rolled argument |  deraadt | 2019-04-02 | 1 | -1/+11 |
* | Increasing strictness regarding signed-vs-unsigned types and their range |  deraadt | 2019-03-31 | 1 | -1/+4 |
* | Add ability to combine rsync:// and -e by splitting rsync_socket() |  naddy | 2019-03-31 | 1 | -3/+5 |
* | Simplify startup code, various phases are heading straight towards exit |  deraadt | 2019-03-06 | 1 | -3/+1 |
* | remove __BEGIN_DECLS/__END_DECLS, this .h file wont be |  benno | 2019-02-22 | 1 | -5/+1 |
* | 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 | -6/+7 |
* | revert previous |  benno | 2019-02-18 | 1 | -12/+6 |
* | sync with kristaps up to Sun Feb 17 2019 |  benno | 2019-02-18 | 1 | -6/+12 |
* | Add support for --port=PORT and ":port" in the rsync:// URL. |  deraadt | 2019-02-17 | 1 | -1/+2 |
* | use MINIMUM() instead of MIN() as elsewhere in the tree |  deraadt | 2019-02-16 | 1 | -4/+2 |
* | nasty ugly invisible spaces |  deraadt | 2019-02-16 | 1 | -2/+2 |
* | sync with kristaps, commit 42166a639caa877efd91e73e288b89abf6b7cfd3 |  florian | 2019-02-16 | 1 | -2/+2 |
* | sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75c |  florian | 2019-02-16 | 1 | -10/+38 |
* | sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568 |  florian | 2019-02-16 | 1 | -7/+18 |
* | implement -D and in turn -a |  florian | 2019-02-16 | 1 | -8/+16 |
* | Introduce mkstempat(), a variation on mkstemp(3) and mkstemplinkat(). |  florian | 2019-02-16 | 1 | -1/+5 |
* | sync with kristaps, commit be8a27a290d5171290c015284542f2af4296be12 |  florian | 2019-02-14 | 1 | -1/+3 |
* | sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1 |  florian | 2019-02-14 | 1 | -6/+9 |
* | whitespace and knf |  benno | 2019-02-12 | 1 | -3/+4 |
* | sync |  benno | 2019-02-12 | 1 | -2/+4 |
* | sync |  benno | 2019-02-12 | 1 | -1/+16 |
* | sync |  benno | 2019-02-12 | 1 | -1/+2 |
* | complete support for -e and -rsh=name options |  deraadt | 2019-02-12 | 1 | -1/+2 |
* | using const is misleading if the only access requires a de-const, it is |  deraadt | 2019-02-12 | 1 | -11/+11 |
* | fix whitespace |  benno | 2019-02-10 | 1 | -10/+10 |
* | Import Kristaps' openrsync into the tree. |  benno | 2019-02-10 | 1 | -0/+295 |