summaryrefslogtreecommitdiff
path: root/usr.bin/rsync
AgeCommit message (Expand)Author
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
2021-05-17Do not leak blk.blks in error condition.Claudio Jeker
2021-05-17Adjust exit codes in the main program to follow the ones from rsync.Claudio Jeker
2021-05-17Error out on memory failures in fargs_cmdline() and addargs() in bothClaudio Jeker
2021-05-17If pledge() or unveil() fails error out with ERR_IPC. Also error out inClaudio Jeker
2021-05-17Introduce some error exit codes which are in sync with the ones fromClaudio Jeker
2021-05-17Sync code with the original from mkdir(1).Claudio Jeker
2021-05-17The openat() then fstat() pattern only works if one is sure the file beingClaudio Jeker
2021-05-06Simplify file handling. There is no reason to use O_NONBLOCK on regularClaudio Jeker
2021-05-06More code cleanupClaudio Jeker
2021-04-05minor KNFTheo de Raadt
2021-03-31add --no-motd to SYNOPSIS;Jason McIntyre
2021-03-31Add option to suppress the Message of the Dayjob
2021-03-22Remove unveil() from the rsync_sender() and flist_gen(). The sender isClaudio Jeker
2021-03-22Adjust function name in error strings.Claudio Jeker
2021-03-22Adjust a type to unsigned since the io function works on unsigned ints.Claudio Jeker
2021-03-22Put comment where it belongs also remove an assert() that checks for anClaudio Jeker
2021-03-22Compare explicitly against NULL.Claudio Jeker