Age | Commit message (Expand) | Author |
2021-05-06 | Simplify file handling. There is no reason to use O_NONBLOCK on regular | Claudio Jeker |
2021-05-06 | More code cleanup | Claudio Jeker |
2021-04-05 | minor KNF | Theo de Raadt |
2021-03-31 | add --no-motd to SYNOPSIS; | Jason McIntyre |
2021-03-31 | Add option to suppress the Message of the Day | job |
2021-03-22 | Remove unveil() from the rsync_sender() and flist_gen(). The sender is | Claudio Jeker |
2021-03-22 | Adjust function name in error strings. | Claudio Jeker |
2021-03-22 | Adjust a type to unsigned since the io function works on unsigned ints. | Claudio Jeker |
2021-03-22 | Put comment where it belongs also remove an assert() that checks for an | Claudio Jeker |
2021-03-22 | Compare explicitly against NULL. | Claudio Jeker |
2021-03-22 | Make fmt argument const. Format local vars a bit. | Claudio Jeker |
2020-12-15 | Initialize the poll_timeout before rsync_server() is called. | Claudio Jeker |
2020-11-24 | Simple implementation of --timeout to exit after specified seconds of I/O | Claudio Jeker |
2020-08-19 | Handle EADDRNOAVAIL from connect(2) gracefully | kn |
2020-05-17 | __FILE__ and __LINE__ information are fine during early development, or | Theo de Raadt |
2020-02-11 | Simplify and unify wording for the -I sourceaddr option in various places. | Theo de Raadt |
2020-01-04 | Delete .Xrs to rsync(5) and rsyncd(5). | Ingo Schwarze |
2019-08-26 | replace a mmap() with pread(). The mmap() is not needed, the file is | Sebastian Benoit |
2019-08-09 | Only print the message of the day in the rsyncd header if rsync is | Claudio Jeker |
2019-08-09 | Add --address argument to openrsync to bind to the specified address | Claudio Jeker |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-06-23 | fix free() on uninitialized pointer with -rx and same | Sebastian Benoit |
2019-06-03 | Don't close the socket in rsync_socket() itself but after calling it. | Christian Weisgerber |
2019-06-02 | KNF and sneaky whitespaces | Theo de Raadt |
2019-06-02 | Use a simple hash table to look up blocks by the fast-hash. Also use | Florian Obser |
2019-06-02 | have_md is initialized at startup, don't need to do it again later | Theo de Raadt |
2019-06-02 | spelling; from Hiltjo Posthuma | Theo de Raadt |
2019-05-28 | unintialized fd passed to close(), found by hiltjo posthuma | Theo de Raadt |
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-05-06 | Remove an example that doesn't do what the accompanying text says, | Ingo Schwarze |
2019-04-04 | Add support for not crossing filesystem boundaries (-x) to rsync. Option | bket |
2019-04-02 | annoying white space | Theo de Raadt |
2019-04-02 | Pull in addargs() API from ssh to replace complicated hand-rolled argument | Theo de Raadt |
2019-04-01 | many improvements to rsync(1) documentation: | Ingo Schwarze |
2019-03-31 | Drop --devices and --specials from the synopsis because they are only | Ingo Schwarze |
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-30 | Make the synopsis more palatable by deleting useless long option | Ingo Schwarze |
2019-03-30 | repair confusing "} if" indent; from naddy | Theo de Raadt |
2019-03-30 | document --del, ok deraadt@ | Christian Weisgerber |
2019-03-30 | For now perform utimes, chown, chmod in the same order as cp(1), until | Theo de Raadt |
2019-03-30 | Add --del as alias for --delete. | Christian Weisgerber |
2019-03-30 | fix typo in ERRX1 | Theo de Raadt |
2019-03-26 | Same INT32_MAX vs -1 confusion on the write-side | Theo de Raadt |
2019-03-26 | INT32_MAX isn't -1, to indicate re-read for 64-bit value. | Theo de Raadt |
2019-03-25 | -z support isn't as trivial as linking -lz so it hasn't been written | Theo de Raadt |
2019-03-23 | Treat time from remote as unsigned 32 bit rather than signed, when | Theo de Raadt |
2019-03-23 | indents and reflows around ERR*() and LOG*(); ok benno | Theo de Raadt |