summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/uploader.c
AgeCommit message (Expand)Author
2019-08-26replace a mmap() with pread(). The mmap() is not needed, the file isSebastian Benoit
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-03-18repair a few more yoda comparesTheo de Raadt
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-16sync with kristaps, commit ad6f9d84aa041d28b93cdf885a583a09f58b1b88Florian Obser
2019-02-16I did some work here.Florian Obser
2019-02-16implement -D and in turn -aFlorian Obser
2019-02-16Handle file permissions in rsync_set_metadata().Florian Obser
2019-02-16Introduce mkstempat(), a variation on mkstemp(3) and mkstemplinkat().Florian Obser
2019-02-16use gettimeofday + TIMEVAL_TO_TIMESPEC to create timespec with betterTheo de Raadt
2019-02-16unwrap lines which do not need wrappingTheo de Raadt
2019-02-14sync with kristaps, commit 71065b31649480ceb1ee6942232d673bf8ab70c8Florian Obser
2019-02-14sync with kristaps, commit be8a27a290d5171290c015284542f2af4296be12Florian Obser
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-10fix whitespaceSebastian Benoit
2019-02-10Import Kristaps' openrsync into the tree.Sebastian Benoit