OpenBSD CVS

src/usr.bin/rsync/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / rsync

Current tag: OPENBSD_7_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.13   2 years  claudio   Properly implement --max-size and --min-size. This uses scan_scaled(3) from libu...
[TXT] blocks.c  1.21   2 years  deraadt   whitespace observed during a read-through
[TXT] charclass.h  1.1   2 years  claudio   branches: 1.1.4; Implement --exclude/exclude-file and --include/include-file. C...
[TXT] client.c  1.17   2 years  claudio   Replace Id: tags with OpenBSD: tags OK deraadt@
[TXT] copy.c  1.3   2 years  deraadt   Stop using MAXBSIZE to eliminate sys/param.h including (which injects a ton of n...
[TXT] downloader.c  1.23   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] extern.h  1.44   21 months  job   Add --contimeout functionality. Input from deraadt@ OK claudio@
[TXT] fargs.c  1.23   2 years  tb   seperators -> separators
[TXT] flist.c  1.36   2 years  deraadt   whitespace observed during a read-through
[TXT] hash.c  1.4   2 years  claudio   Replace Id: tags with OpenBSD: tags OK deraadt@
[TXT] ids.c  1.15   2 years  claudio   Replace Id: tags with OpenBSD: tags OK deraadt@
[TXT] io.c  1.22   2 years  claudio   Do not convert the int value twice from little to host endian. io_read_int() alr...
[TXT] log.c  1.10   2 years  claudio   Replace Id: tags with OpenBSD: tags OK deraadt@
[TXT] main.c  1.65   21 months  tb   Add missing closing bracket in usage
[TXT] misc.c  1.3   3 years  claudio   Error out on memory failures in fargs_cmdline() and addargs() in both cases it w...
[TXT] mkpath.c  1.5   3 years  claudio   Sync code with the original from mkdir(1). OK benno@
[TXT] mktemp.c  1.11   4 years  deraadt   Some asprintf() calls were checked < 0, rather than the precise == -1. ok miller...
[TXT] receiver.c  1.31   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] rmatch.c  1.2   2 years  claudio   branches: 1.2.4; This needs extern.h for the rmatch prototype
[TXT] rsync.1  1.30   21 months  job   Add --contimeout functionality. Input from deraadt@ OK claudio@
[TXT] rsync.5  1.13   2 years  jsg   followng -> following
[TXT] rsyncd.5  1.3   5 years  benno   sync with kristaps up to Sun Feb 17 2019 339cf5998c0c022623cd68de50722b6c145439...
[TXT] rules.c  1.4   2 years  deraadt   branches: 1.4.2; whitespace observed during a read-through
[TXT] sender.c  1.30   2 years  claudio   Implement --exclude/exclude-file and --include/include-file. Currently only simp...
[TXT] server.c  1.15   2 years  deraadt   whitespace observed during a read-through
[TXT] session.c  1.9   2 years  deraadt   remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAX
[TXT] socket.c  1.32   21 months  job   Add --contimeout functionality. Input from deraadt@ OK claudio@
[TXT] symlinks.c  1.7   2 years  deraadt   remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAX
[TXT] uploader.c  1.33   2 years  deraadt   whitespace observed during a read-through