summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/sender.c
AgeCommit message (Expand)Author
2021-08-29Implement --exclude/exclude-file and --include/include-file.Claudio Jeker
2021-06-30Replace Id: tags with OpenBSD: tagsClaudio Jeker
2021-04-05minor KNFTheo de Raadt
2021-03-22Remove unveil() from the rsync_sender() and flist_gen(). The sender isClaudio Jeker
2020-11-24Simple implementation of --timeout to exit after specified seconds of I/OClaudio Jeker
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-02Use a simple hash table to look up blocks by the fast-hash. Also useFlorian Obser
2019-05-08remove sess argument from all functions that only used it for loggingSebastian Benoit
2019-05-08remove sess argument from log functions. ok deraadt@Sebastian Benoit
2019-04-02annoying white spaceTheo de Raadt
2019-03-23indents and reflows around ERR*() and LOG*(); ok bennoTheo de Raadt
2019-02-21kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0Sebastian Benoit
2019-02-21kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7Sebastian Benoit
2019-02-21kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4Sebastian Benoit
2019-02-18new attempt to sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-18revert previousSebastian Benoit
2019-02-18sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-17more yoda repairsTheo de Raadt
2019-02-16use MINIMUM() instead of MIN() as elsewhere in the treeTheo de Raadt
2019-02-16nasty ugly invisible spacesTheo de Raadt
2019-02-16sync with kristaps, commit 42166a639caa877efd91e73e288b89abf6b7cfd3Florian Obser
2019-02-16sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75cFlorian Obser
2019-02-16sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568Florian Obser
2019-02-16unwrap lines which do not need wrappingTheo de Raadt
2019-02-12sync, this also adds the -g option to the option parser.Sebastian Benoit
2019-02-11swap comparison arguments as needed, to match idiomatic C most of usTheo de Raadt
2019-02-11cleanup weird spaces around !. (We normalize source-code to a standardTheo de Raadt
2019-02-10canonical order of pledge()s.Sebastian Benoit
2019-02-10fix whitespaceSebastian Benoit
2019-02-10Import Kristaps' openrsync into the tree.Sebastian Benoit