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
2024-10-13
include stdio.h for sscanf() snprintf()
Jonathan Gray
2024-09-27
rsync: make blkhash_free() callable with NULL.
Theo Buehler
2024-09-27
rsync: avoid reallocarray() with a nmemb of 0.
Theo Buehler
2024-09-27
rsync: fix reallocarray() usage in blkhash_set()
Theo Buehler
2024-09-18
Fix a memory leak
Job Snijders
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-03-20
Remove some else statements in if () else if () chains that don't need
Claudio Jeker
2024-02-28
Refactor blk_match(). Fold the remaining data and empty file or no blocks
Claudio Jeker
2024-02-27
Split hash_file into three steps, setup, add buf and final.
Claudio Jeker
2024-02-20
Add missing check for the case where the pattern hits a barrier before
Claudio Jeker
2024-02-19
Fix a deadlock in openrsync when big files are synced using the hash
Claudio Jeker
2023-12-27
Fix handling of skipped elements on the very first element transmitted.
Claudio Jeker
2023-11-27
Document -J, --omit-link-times and remove a confusing sentence from
Claudio Jeker
2023-11-27
Implement --omit-link-times / -J based on the --omit-dir-times work
Claudio Jeker
2023-11-27
The uploader tail shortcut to skip dir postprocessing should also check
Claudio Jeker
2023-11-27
Add --no-O and --no-omit-dir-times options. For some reason the real
Claudio Jeker
2023-11-23
Add --omit-dir-times / -O
Job Snijders
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
[next]