index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
rsync
Age
Commit message (
Expand
)
Author
2023-04-28
Implement --size-only and --ignore-times
Claudio Jeker
2023-04-27
sort options;
Jason McIntyre
2023-04-27
Implement -V as an alias to --version.
Claudio Jeker
2023-04-12
Fix 24bit maximum/mask in manpage. Noticed by wangqr on github.
Claudio Jeker
2023-02-14
Fix handling of port numbers in rsync://host[:port]/module URLs
Job Snijders
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-08-02
Add missing closing bracket in usage
Theo Buehler
2022-08-02
Add --contimeout functionality.
Job Snijders
2022-04-12
Do not convert the int value twice from little to host endian.
Claudio Jeker
2022-01-12
seperators -> separators
Theo Buehler
2021-12-28
In io_write_buf() adjust the calculation of the multiplex message size
Claudio Jeker
2021-11-28
Stop using MAXBSIZE to eliminate sys/param.h including (which injects a
Theo de Raadt
2021-11-26
followng -> following
Jonathan Gray
2021-11-26
definiton -> definition
Jonathan Gray
2021-11-03
whitespace observed during a read-through
Theo de Raadt
2021-11-03
Add missing copyright statement. Reminded by deraadt@
Claudio Jeker
2021-10-29
Properly implement --max-size and --min-size.
Claudio Jeker
2021-10-28
Provide --max-size and --min-size arguments. Currently ignored but
Claudio Jeker
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2021-10-22
add some punctuation;
Jason McIntyre
2021-10-22
Implement --compare-dest in openrsync. compare-dest allows you to add
Claudio Jeker
2021-10-22
When reading the symlink value during the fts travers use ent->fts_accpath
Claudio Jeker
2021-09-02
remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAX
Theo de Raadt
2021-09-01
Remove from0 support. openrsync will not implement all bad ideas that
Claudio Jeker
2021-08-30
Document new include*/exclude* options in the man page
Job Snijders
2021-08-30
Add include/exclude to usage()
Job Snijders
2021-08-29
This needs extern.h for the rmatch prototype
Claudio Jeker
2021-08-29
Implement --exclude/exclude-file and --include/include-file.
Claudio Jeker
2021-07-14
Restructure the getopt_long options. Sort them mostly by name with the
Claudio Jeker
2021-06-30
... way too much white space!
Claudio Jeker
2021-06-30
Remove TODO.md, this file is not up-to-date and also not really a good
Claudio Jeker
2021-06-30
Replace Id: tags with OpenBSD: tags
Claudio Jeker
2021-05-17
Reshuffle if conditions to check for error first after the fstat() calls.
Claudio Jeker
2021-05-17
Do not leak blk.blks in error condition.
Claudio Jeker
2021-05-17
Adjust exit codes in the main program to follow the ones from rsync.
Claudio Jeker
2021-05-17
Error out on memory failures in fargs_cmdline() and addargs() in both
Claudio Jeker
2021-05-17
If pledge() or unveil() fails error out with ERR_IPC. Also error out in
Claudio Jeker
2021-05-17
Introduce some error exit codes which are in sync with the ones from
Claudio Jeker
2021-05-17
Sync code with the original from mkdir(1).
Claudio Jeker
2021-05-17
The openat() then fstat() pattern only works if one is sure the file being
Claudio Jeker
2021-05-06
Simplify file handling. There is no reason to use O_NONBLOCK on regular
Claudio Jeker
2021-05-06
More code cleanup
Claudio Jeker
2021-04-05
minor KNF
Theo de Raadt
2021-03-31
add --no-motd to SYNOPSIS;
Jason McIntyre
2021-03-31
Add option to suppress the Message of the Day
job
2021-03-22
Remove unveil() from the rsync_sender() and flist_gen(). The sender is
Claudio Jeker
2021-03-22
Adjust function name in error strings.
Claudio Jeker
2021-03-22
Adjust a type to unsigned since the io function works on unsigned ints.
Claudio Jeker
2021-03-22
Put comment where it belongs also remove an assert() that checks for an
Claudio Jeker
2021-03-22
Compare explicitly against NULL.
Claudio Jeker
[next]