summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsync/sender.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unveil() from the rsync_sender() and flist_gen(). The sender isclaudio2021-03-221-3/+3
* Simple implementation of --timeout to exit after specified seconds of I/Oclaudio2020-11-241-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Use a simple hash table to look up blocks by the fast-hash. Also useflorian2019-06-021-2/+7
* remove sess argument from all functions that only used it for loggingbenno2019-05-081-4/+4
* remove sess argument from log functions. ok deraadt@benno2019-05-081-48/+48
* annoying white spacederaadt2019-04-021-4/+4
* indents and reflows around ERR*() and LOG*(); ok bennoderaadt2019-03-231-9/+8
* kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0benno2019-02-211-2/+2
* kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7benno2019-02-211-18/+38
* kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4benno2019-02-211-6/+7
* new attempt to sync with kristaps up to Sun Feb 17 2019benno2019-02-181-169/+199
* revert previousbenno2019-02-181-203/+173
* sync with kristaps up to Sun Feb 17 2019benno2019-02-181-173/+203
* more yoda repairsderaadt2019-02-171-6/+6
* use MINIMUM() instead of MIN() as elsewhere in the treederaadt2019-02-161-3/+3
* nasty ugly invisible spacesderaadt2019-02-161-5/+5
* sync with kristaps, commit 42166a639caa877efd91e73e288b89abf6b7cfd3florian2019-02-161-15/+15
* sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75cflorian2019-02-161-62/+209
* sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568florian2019-02-161-69/+332
* unwrap lines which do not need wrappingderaadt2019-02-161-2/+2
* sync, this also adds the -g option to the option parser.benno2019-02-121-2/+2
* swap comparison arguments as needed, to match idiomatic C most of usderaadt2019-02-111-7/+7
* cleanup weird spaces around !. (We normalize source-code to a standardderaadt2019-02-111-18/+18
* canonical order of pledge()s.benno2019-02-101-2/+2
* fix whitespacebenno2019-02-101-5/+5
* Import Kristaps' openrsync into the tree.benno2019-02-101-0/+227