Age | Commit message (Expand) | Author |
2023-11-27 | Implement --omit-link-times / -J based on the --omit-dir-times work | Claudio Jeker |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-22 | Implement --compare-dest in openrsync. compare-dest allows you to add | Claudio Jeker |
2021-08-29 | Implement --exclude/exclude-file and --include/include-file. | Claudio Jeker |
2021-06-30 | Replace Id: tags with OpenBSD: tags | Claudio Jeker |
2021-05-17 | If pledge() or unveil() fails error out with ERR_IPC. Also error out in | Claudio Jeker |
2021-05-06 | More code cleanup | Claudio Jeker |
2020-11-24 | Simple implementation of --timeout to exit after specified seconds of I/O | Claudio Jeker |
2019-05-08 | remove sess argument from all functions that only used it for logging | Sebastian Benoit |
2019-05-08 | remove sess argument from log functions. ok deraadt@ | Sebastian Benoit |
2019-03-30 | For now perform utimes, chown, chmod in the same order as cp(1), until | Theo de Raadt |
2019-03-23 | indents and reflows around ERR*() and LOG*(); ok benno | Theo de Raadt |
2019-03-22 | gettimeofday(2)+TIMEVAL_TO_TIMESPEC -> UTIME_NOW; simpler & more portable. | cheloha |
2019-02-18 | revert previous | Sebastian Benoit |
2019-02-18 | sync with kristaps up to Sun Feb 17 2019 | Sebastian Benoit |
2019-02-17 | more yoda repairs | Theo de Raadt |
2019-02-16 | sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568 | Florian Obser |
2019-02-16 | I did some work here. | Florian Obser |
2019-02-16 | implement -D and in turn -a | Florian Obser |
2019-02-16 | Handle file permissions in rsync_set_metadata(). | Florian Obser |
2019-02-16 | Add chown pledge so that root can gift files to other uids. | Florian Obser |
2019-02-16 | use gettimeofday + TIMEVAL_TO_TIMESPEC to create timespec with better | Theo de Raadt |
2019-02-16 | If anyone ports this to 6.4 they'll just comment out unveil, don't waste | Theo de Raadt |
2019-02-16 | unwrap lines which do not need wrapping | Theo de Raadt |
2019-02-14 | sync with kristaps, commit 7d2b721bec7937a4a155ca0635750bcbaff76d02 | Florian Obser |
2019-02-14 | sync with kristaps, commit be8a27a290d5171290c015284542f2af4296be12 | Florian Obser |
2019-02-12 | sync, this also adds the -g option to the option parser. | Sebastian Benoit |
2019-02-11 | swap comparison arguments as needed, to match idiomatic C most of us | Theo de Raadt |
2019-02-11 | cleanup weird spaces around !. (We normalize source-code to a standard | Theo de Raadt |
2019-02-10 | canonical order of pledge()s. | Sebastian Benoit |
2019-02-10 | fix whitespace | Sebastian Benoit |
2019-02-10 | Import Kristaps' openrsync into the tree. | Sebastian Benoit |