summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsync/flist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unveil() from the rsync_sender() and flist_gen(). The sender isclaudio2021-03-221-21/+1
* Adjust function name in error strings.claudio2021-03-221-4/+4
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-4/+4
* fix free() on uninitialized pointer with -rx and samebenno2019-06-231-17/+11
* spelling; from Hiltjo Posthumaderaadt2019-06-021-2/+2
* remove sess argument from all functions that only used it for loggingbenno2019-05-081-19/+18
* remove sess argument from log functions. ok deraadt@benno2019-05-081-116/+116
* Add support for not crossing filesystem boundaries (-x) to rsync. Optionbket2019-04-041-4/+74
* Increasing strictness regarding signed-vs-unsigned types and their rangederaadt2019-03-311-20/+22
* 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-231-15/+10
* repair a few more yoda comparesderaadt2019-03-181-3/+3
* kristaps 7721288a1d170f4d789bf7a7b822f14f91f7bcb9benno2019-02-211-1/+7
* kristaps acb8f263717f27691f0318d4b7154f854b7206b3benno2019-02-211-7/+7
* We need to send/receive the rdev after gid and before symlink.florian2019-02-161-12/+16
* I did some work here.florian2019-02-161-1/+2
* implement -D and in turn -aflorian2019-02-161-3/+40
* unwrap lines which do not need wrappingderaadt2019-02-161-3/+2
* sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1florian2019-02-141-15/+67
* whitespace and knfbenno2019-02-121-3/+3
* sync a chunk that was lost, frombenno2019-02-121-4/+4
* syncbenno2019-02-121-6/+11
* syncbenno2019-02-121-11/+5
* syncbenno2019-02-121-201/+11
* syncbenno2019-02-121-26/+268
* sync:benno2019-02-121-3/+29
* swap comparison arguments as needed, to match idiomatic C most of usderaadt2019-02-111-70/+69
* cleanup weird spaces around !. (We normalize source-code to a standardderaadt2019-02-111-46/+46
* whitespace and 80 chars per linebenno2019-02-101-26/+23
* fix whitespacebenno2019-02-101-11/+11
* Import Kristaps' openrsync into the tree.benno2019-02-101-0/+1160