| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't close the socket in rsync_socket() itself but after calling it. |  naddy | 2019-06-03 | 2 | -12/+6 |
* | KNF and sneaky whitespaces |  deraadt | 2019-06-02 | 1 | -7/+5 |
* | Use a simple hash table to look up blocks by the fast-hash. Also use |  florian | 2019-06-02 | 3 | -45/+179 |
* | have_md is initialized at startup, don't need to do it again later |  deraadt | 2019-06-02 | 1 | -2/+1 |
* | spelling; from Hiltjo Posthuma |  deraadt | 2019-06-02 | 1 | -2/+2 |
* | unintialized fd passed to close(), found by hiltjo posthuma |  deraadt | 2019-05-28 | 1 | -2/+2 |
* | remove sess argument from all functions that only used it for logging |  benno | 2019-05-08 | 15 | -150/+131 |
* | remove sess argument from log functions. ok deraadt@ |  benno | 2019-05-08 | 19 | -575/+561 |
* | Remove an example that doesn't do what the accompanying text says, |  schwarze | 2019-05-06 | 1 | -11/+2 |
* | Add support for not crossing filesystem boundaries (-x) to rsync. Option |  bket | 2019-04-04 | 5 | -12/+95 |
* | annoying white space |  deraadt | 2019-04-02 | 4 | -17/+16 |
* | Pull in addargs() API from ssh to replace complicated hand-rolled argument |  deraadt | 2019-04-02 | 4 | -63/+128 |
* | many improvements to rsync(1) documentation: |  schwarze | 2019-04-01 | 2 | -59/+82 |
* | Drop --devices and --specials from the synopsis because they are only |  schwarze | 2019-03-31 | 2 | -9/+6 |
* | Increasing strictness regarding signed-vs-unsigned types and their range |  deraadt | 2019-03-31 | 5 | -67/+104 |
* | Add ability to combine rsync:// and -e by splitting rsync_socket() |  naddy | 2019-03-31 | 4 | -42/+71 |
* | Make the synopsis more palatable by deleting useless long option |  schwarze | 2019-03-30 | 2 | -27/+14 |
* | repair confusing "} if" indent; from naddy |  deraadt | 2019-03-30 | 1 | -2/+3 |
* | document --del, ok deraadt@ |  naddy | 2019-03-30 | 2 | -5/+6 |
* | For now perform utimes, chown, chmod in the same order as cp(1), until |  deraadt | 2019-03-30 | 1 | -38/+42 |
* | Add --del as alias for --delete. |  naddy | 2019-03-30 | 1 | -2/+2 |
* | fix typo in ERRX1 |  deraadt | 2019-03-30 | 1 | -2/+2 |
* | Same INT32_MAX vs -1 confusion on the write-side |  deraadt | 2019-03-26 | 1 | -2/+2 |
* | INT32_MAX isn't -1, to indicate re-read for 64-bit value. |  deraadt | 2019-03-26 | 1 | -2/+2 |
* | -z support isn't as trivial as linking -lz so it hasn't been written |  deraadt | 2019-03-25 | 1 | -7/+12 |
* | Treat time from remote as unsigned 32 bit rather than signed, when |  deraadt | 2019-03-23 | 1 | -3/+4 |
* | indents and reflows around ERR*() and LOG*(); ok benno |  deraadt | 2019-03-23 | 12 | -125/+105 |
* | repair exit codes, slightly broken after last commit (please do not go |  deraadt | 2019-03-23 | 4 | -37/+41 |
* | Don't register this manual page under the name rsync(1) yet |  schwarze | 2019-03-22 | 1 | -5/+4 |
* | gettimeofday(2)+TIMEVAL_TO_TIMESPEC -> UTIME_NOW; simpler & more portable. |  cheloha | 2019-03-22 | 1 | -17/+11 |
* | add a temporary addition to NAME for openrsync; ok deraadt |  jmc | 2019-03-18 | 1 | -2/+3 |
* | repair a few more yoda compares |  deraadt | 2019-03-18 | 3 | -8/+8 |
* | flesh out SYNOPSIS and usage() somewhat; |  jmc | 2019-03-18 | 2 | -37/+45 |
* | install rsync as openrsync, so that people can easily familiarize |  deraadt | 2019-03-18 | 1 | -3/+8 |
* | Simplify startup code, various phases are heading straight towards exit |  deraadt | 2019-03-06 | 7 | -152/+75 |
* | remove __BEGIN_DECLS/__END_DECLS, this .h file wont be |  benno | 2019-02-22 | 1 | -5/+1 |
* | kristaps f18392f58d1f0bc72917e3ac3a46be74c194688d |  benno | 2019-02-21 | 1 | -1/+3 |
* | kristaps cbe83cd64f40e634dbc22d3f2918c41977a6514d |  benno | 2019-02-21 | 1 | -5/+7 |
* | kristaps 7721288a1d170f4d789bf7a7b822f14f91f7bcb9 |  benno | 2019-02-21 | 2 | -3/+13 |
* | kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0 |  benno | 2019-02-21 | 1 | -2/+2 |
* | kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7 |  benno | 2019-02-21 | 1 | -18/+38 |
* | kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4 |  benno | 2019-02-21 | 1 | -6/+7 |
* | kristaps acb8f263717f27691f0318d4b7154f854b7206b3 |  benno | 2019-02-21 | 2 | -16/+13 |
* | implement --numeric-ids, tweaked by kristaps |  benno | 2019-02-21 | 4 | -13/+22 |
* | new attempt to sync with kristaps up to Sun Feb 17 2019 |  benno | 2019-02-18 | 12 | -350/+431 |
* | revert previous |  benno | 2019-02-18 | 16 | -509/+414 |
* | sync with kristaps up to Sun Feb 17 2019 |  benno | 2019-02-18 | 17 | -417/+512 |
* | delete bogus comment |  deraadt | 2019-02-17 | 1 | -2/+1 |
* | Add support for --port=PORT and ":port" in the rsync:// URL. |  deraadt | 2019-02-17 | 4 | -10/+27 |
* | rsync has a large number of failure exit codes, so don't get used to this |  deraadt | 2019-02-17 | 2 | -36/+36 |