summaryrefslogtreecommitdiff
path: root/usr.bin/rsync
AgeCommit message (Expand)Author
2024-10-13include stdio.h for sscanf() snprintf()Jonathan Gray
2024-09-27rsync: make blkhash_free() callable with NULL.Theo Buehler
2024-09-27rsync: avoid reallocarray() with a nmemb of 0.Theo Buehler
2024-09-27rsync: fix reallocarray() usage in blkhash_set()Theo Buehler
2024-09-18Fix a memory leakJob Snijders
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-03-20Remove some else statements in if () else if () chains that don't needClaudio Jeker
2024-02-28Refactor blk_match(). Fold the remaining data and empty file or no blocksClaudio Jeker
2024-02-27Split hash_file into three steps, setup, add buf and final.Claudio Jeker
2024-02-20Add missing check for the case where the pattern hits a barrier beforeClaudio Jeker
2024-02-19Fix a deadlock in openrsync when big files are synced using the hashClaudio Jeker
2023-12-27Fix handling of skipped elements on the very first element transmitted.Claudio Jeker
2023-11-27Document -J, --omit-link-times and remove a confusing sentence fromClaudio Jeker
2023-11-27Implement --omit-link-times / -J based on the --omit-dir-times workClaudio Jeker
2023-11-27The uploader tail shortcut to skip dir postprocessing should also checkClaudio Jeker
2023-11-27Add --no-O and --no-omit-dir-times options. For some reason the realClaudio Jeker
2023-11-23Add --omit-dir-times / -OJob Snijders
2023-04-28Implement --size-only and --ignore-timesClaudio Jeker
2023-04-27sort options;Jason McIntyre
2023-04-27Implement -V as an alias to --version.Claudio Jeker
2023-04-12Fix 24bit maximum/mask in manpage. Noticed by wangqr on github.Claudio Jeker
2023-02-14Fix handling of port numbers in rsync://host[:port]/module URLsJob Snijders
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-08-02Add missing closing bracket in usageTheo Buehler
2022-08-02Add --contimeout functionality.Job Snijders
2022-04-12Do not convert the int value twice from little to host endian.Claudio Jeker
2022-01-12seperators -> separatorsTheo Buehler
2021-12-28In io_write_buf() adjust the calculation of the multiplex message sizeClaudio Jeker
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
2021-11-26followng -> followingJonathan Gray
2021-11-26definiton -> definitionJonathan Gray
2021-11-03whitespace observed during a read-throughTheo de Raadt
2021-11-03Add missing copyright statement. Reminded by deraadt@Claudio Jeker
2021-10-29Properly implement --max-size and --min-size.Claudio Jeker
2021-10-28Provide --max-size and --min-size arguments. Currently ignored butClaudio Jeker
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-22add some punctuation;Jason McIntyre
2021-10-22Implement --compare-dest in openrsync. compare-dest allows you to addClaudio Jeker
2021-10-22When reading the symlink value during the fts travers use ent->fts_accpathClaudio Jeker
2021-09-02remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAXTheo de Raadt
2021-09-01Remove from0 support. openrsync will not implement all bad ideas thatClaudio Jeker
2021-08-30Document new include*/exclude* options in the man pageJob Snijders
2021-08-30Add include/exclude to usage()Job Snijders
2021-08-29This needs extern.h for the rmatch prototypeClaudio Jeker
2021-08-29Implement --exclude/exclude-file and --include/include-file.Claudio Jeker
2021-07-14Restructure the getopt_long options. Sort them mostly by name with theClaudio Jeker
2021-06-30... way too much white space!Claudio Jeker
2021-06-30Remove TODO.md, this file is not up-to-date and also not really a goodClaudio Jeker
2021-06-30Replace Id: tags with OpenBSD: tagsClaudio Jeker
2021-05-17Reshuffle if conditions to check for error first after the fstat() calls.Claudio Jeker