Age | Commit message (Expand) | Author |
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 |
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 |