summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsync (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't close the socket in rsync_socket() itself but after calling it.naddy2019-06-032-12/+6
* KNF and sneaky whitespacesderaadt2019-06-021-7/+5
* Use a simple hash table to look up blocks by the fast-hash. Also useflorian2019-06-023-45/+179
* have_md is initialized at startup, don't need to do it again laterderaadt2019-06-021-2/+1
* spelling; from Hiltjo Posthumaderaadt2019-06-021-2/+2
* unintialized fd passed to close(), found by hiltjo posthumaderaadt2019-05-281-2/+2
* remove sess argument from all functions that only used it for loggingbenno2019-05-0815-150/+131
* remove sess argument from log functions. ok deraadt@benno2019-05-0819-575/+561
* Remove an example that doesn't do what the accompanying text says,schwarze2019-05-061-11/+2
* Add support for not crossing filesystem boundaries (-x) to rsync. Optionbket2019-04-045-12/+95
* annoying white spacederaadt2019-04-024-17/+16
* Pull in addargs() API from ssh to replace complicated hand-rolled argumentderaadt2019-04-024-63/+128
* many improvements to rsync(1) documentation:schwarze2019-04-012-59/+82
* Drop --devices and --specials from the synopsis because they are onlyschwarze2019-03-312-9/+6
* Increasing strictness regarding signed-vs-unsigned types and their rangederaadt2019-03-315-67/+104
* Add ability to combine rsync:// and -e by splitting rsync_socket()naddy2019-03-314-42/+71
* Make the synopsis more palatable by deleting useless long optionschwarze2019-03-302-27/+14
* repair confusing "} if" indent; from naddyderaadt2019-03-301-2/+3
* document --del, ok deraadt@naddy2019-03-302-5/+6
* For now perform utimes, chown, chmod in the same order as cp(1), untilderaadt2019-03-301-38/+42
* Add --del as alias for --delete.naddy2019-03-301-2/+2
* fix typo in ERRX1deraadt2019-03-301-2/+2
* Same INT32_MAX vs -1 confusion on the write-sidederaadt2019-03-261-2/+2
* INT32_MAX isn't -1, to indicate re-read for 64-bit value.deraadt2019-03-261-2/+2
* -z support isn't as trivial as linking -lz so it hasn't been writtenderaadt2019-03-251-7/+12
* Treat time from remote as unsigned 32 bit rather than signed, whenderaadt2019-03-231-3/+4
* indents and reflows around ERR*() and LOG*(); ok bennoderaadt2019-03-2312-125/+105
* repair exit codes, slightly broken after last commit (please do not goderaadt2019-03-234-37/+41
* Don't register this manual page under the name rsync(1) yetschwarze2019-03-221-5/+4
* gettimeofday(2)+TIMEVAL_TO_TIMESPEC -> UTIME_NOW; simpler & more portable.cheloha2019-03-221-17/+11
* add a temporary addition to NAME for openrsync; ok deraadtjmc2019-03-181-2/+3
* repair a few more yoda comparesderaadt2019-03-183-8/+8
* flesh out SYNOPSIS and usage() somewhat;jmc2019-03-182-37/+45
* install rsync as openrsync, so that people can easily familiarizederaadt2019-03-181-3/+8
* Simplify startup code, various phases are heading straight towards exitderaadt2019-03-067-152/+75
* remove __BEGIN_DECLS/__END_DECLS, this .h file wont bebenno2019-02-221-5/+1
* kristaps f18392f58d1f0bc72917e3ac3a46be74c194688dbenno2019-02-211-1/+3
* kristaps cbe83cd64f40e634dbc22d3f2918c41977a6514dbenno2019-02-211-5/+7
* kristaps 7721288a1d170f4d789bf7a7b822f14f91f7bcb9benno2019-02-212-3/+13
* kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0benno2019-02-211-2/+2
* kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7benno2019-02-211-18/+38
* kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4benno2019-02-211-6/+7
* kristaps acb8f263717f27691f0318d4b7154f854b7206b3benno2019-02-212-16/+13
* implement --numeric-ids, tweaked by kristapsbenno2019-02-214-13/+22
* new attempt to sync with kristaps up to Sun Feb 17 2019benno2019-02-1812-350/+431
* revert previousbenno2019-02-1816-509/+414
* sync with kristaps up to Sun Feb 17 2019benno2019-02-1817-417/+512
* delete bogus commentderaadt2019-02-171-2/+1
* Add support for --port=PORT and ":port" in the rsync:// URL.deraadt2019-02-174-10/+27
* rsync has a large number of failure exit codes, so don't get used to thisderaadt2019-02-172-36/+36