| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-31 | add --no-motd to SYNOPSIS; |  jmc | 1 | -1/+2 |
| 2021-03-31 | Add option to suppress the Message of the Day |  job | 4 | -8/+17 |
| 2021-03-22 | Remove unveil() from the rsync_sender() and flist_gen(). The sender is |  claudio | 2 | -24/+4 |
| 2021-03-22 | Adjust function name in error strings. |  claudio | 1 | -4/+4 |
| 2021-03-22 | Adjust a type to unsigned since the io function works on unsigned ints. |  claudio | 1 | -4/+5 |
| 2021-03-22 | Put comment where it belongs also remove an assert() that checks for an |  claudio | 1 | -5/+2 |
| 2021-03-22 | Compare explicitly against NULL. |  claudio | 1 | -2/+2 |
| 2021-03-22 | Make fmt argument const. Format local vars a bit. |  claudio | 2 | -8/+8 |
| 2020-12-15 | Initialize the poll_timeout before rsync_server() is called. |  claudio | 1 | -7/+7 |
| 2020-11-24 | Simple implementation of --timeout to exit after specified seconds of I/O |  claudio | 6 | -15/+34 |
| 2020-08-19 | Handle EADDRNOAVAIL from connect(2) gracefully |  kn | 1 | -1/+3 |
| 2020-05-17 | __FILE__ and __LINE__ information are fine during early development, or |  deraadt | 2 | -40/+40 |
| 2020-02-11 | Simplify and unify wording for the -I sourceaddr option in various places. |  deraadt | 2 | -11/+10 |
| 2020-01-04 | Delete .Xrs to rsync(5) and rsyncd(5). |  schwarze | 1 | -5/+3 |
| 2019-08-26 | replace a mmap() with pread(). The mmap() is not needed, the file is |  benno | 1 | -20/+32 |
| 2019-08-09 | Only print the message of the day in the rsyncd header if rsync is |  claudio | 1 | -2/+2 |
| 2019-08-09 | Add --address argument to openrsync to bind to the specified address |  claudio | 4 | -15/+68 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -6/+6 |
| 2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. |  deraadt | 3 | -14/+14 |
| 2019-06-23 | fix free() on uninitialized pointer with -rx and same |  benno | 1 | -17/+11 |
| 2019-06-03 | Don't close the socket in rsync_socket() itself but after calling it. |  naddy | 2 | -12/+6 |
| 2019-06-02 | KNF and sneaky whitespaces |  deraadt | 1 | -7/+5 |
| 2019-06-02 | Use a simple hash table to look up blocks by the fast-hash. Also use |  florian | 3 | -45/+179 |
| 2019-06-02 | have_md is initialized at startup, don't need to do it again later |  deraadt | 1 | -2/+1 |
| 2019-06-02 | spelling; from Hiltjo Posthuma |  deraadt | 1 | -2/+2 |
| 2019-05-28 | unintialized fd passed to close(), found by hiltjo posthuma |  deraadt | 1 | -2/+2 |
| 2019-05-08 | remove sess argument from all functions that only used it for logging |  benno | 15 | -150/+131 |
| 2019-05-08 | remove sess argument from log functions. ok deraadt@ |  benno | 19 | -574/+560 |
| 2019-05-06 | Remove an example that doesn't do what the accompanying text says, |  schwarze | 1 | -11/+2 |
| 2019-04-04 | Add support for not crossing filesystem boundaries (-x) to rsync. Option |  bket | 5 | -12/+95 |
| 2019-04-02 | annoying white space |  deraadt | 4 | -17/+16 |
| 2019-04-02 | Pull in addargs() API from ssh to replace complicated hand-rolled argument |  deraadt | 4 | -63/+128 |
| 2019-04-01 | many improvements to rsync(1) documentation: |  schwarze | 2 | -59/+82 |
| 2019-03-31 | Drop --devices and --specials from the synopsis because they are only |  schwarze | 2 | -9/+6 |
| 2019-03-31 | Increasing strictness regarding signed-vs-unsigned types and their range |  deraadt | 5 | -67/+104 |
| 2019-03-31 | Add ability to combine rsync:// and -e by splitting rsync_socket() |  naddy | 4 | -42/+71 |
| 2019-03-30 | Make the synopsis more palatable by deleting useless long option |  schwarze | 2 | -27/+14 |
| 2019-03-30 | repair confusing "} if" indent; from naddy |  deraadt | 1 | -2/+3 |
| 2019-03-30 | document --del, ok deraadt@ |  naddy | 2 | -5/+6 |
| 2019-03-30 | For now perform utimes, chown, chmod in the same order as cp(1), until |  deraadt | 1 | -38/+42 |
| 2019-03-30 | Add --del as alias for --delete. |  naddy | 1 | -2/+2 |
| 2019-03-30 | fix typo in ERRX1 |  deraadt | 1 | -2/+2 |
| 2019-03-26 | Same INT32_MAX vs -1 confusion on the write-side |  deraadt | 1 | -2/+2 |
| 2019-03-26 | INT32_MAX isn't -1, to indicate re-read for 64-bit value. |  deraadt | 1 | -2/+2 |
| 2019-03-25 | -z support isn't as trivial as linking -lz so it hasn't been written |  deraadt | 1 | -7/+12 |
| 2019-03-23 | Treat time from remote as unsigned 32 bit rather than signed, when |  deraadt | 1 | -3/+4 |
| 2019-03-23 | indents and reflows around ERR*() and LOG*(); ok benno |  deraadt | 12 | -125/+105 |
| 2019-03-23 | repair exit codes, slightly broken after last commit (please do not go |  deraadt | 4 | -37/+41 |
| 2019-03-22 | Don't register this manual page under the name rsync(1) yet |  schwarze | 1 | -5/+4 |
| 2019-03-22 | gettimeofday(2)+TIMEVAL_TO_TIMESPEC -> UTIME_NOW; simpler & more portable. |  cheloha | 1 | -17/+11 |