summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/extern.h
AgeCommit message (Expand)Author
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-02-27Split hash_file into three steps, setup, add buf and final.Claudio Jeker
2023-11-27Implement --omit-link-times / -J based on the --omit-dir-times workClaudio Jeker
2023-11-23Add --omit-dir-times / -OJob Snijders
2023-04-28Implement --size-only and --ignore-timesClaudio Jeker
2022-08-02Add --contimeout functionality.Job Snijders
2021-10-29Properly implement --max-size and --min-size.Claudio Jeker
2021-10-22Implement --compare-dest in openrsync. compare-dest allows you to addClaudio Jeker
2021-09-01Remove from0 support. openrsync will not implement all bad ideas thatClaudio Jeker
2021-08-29Implement --exclude/exclude-file and --include/include-file.Claudio Jeker
2021-06-30... way too much white space!Claudio Jeker
2021-06-30Replace Id: tags with OpenBSD: tagsClaudio Jeker
2021-05-17Introduce some error exit codes which are in sync with the ones fromClaudio Jeker
2021-03-31Add option to suppress the Message of the Dayjob
2021-03-22Make fmt argument const. Format local vars a bit.Claudio Jeker
2020-11-24Simple implementation of --timeout to exit after specified seconds of I/OClaudio Jeker
2020-05-17__FILE__ and __LINE__ information are fine during early development, orTheo de Raadt
2019-08-09Add --address argument to openrsync to bind to the specified addressClaudio Jeker
2019-06-02Use a simple hash table to look up blocks by the fast-hash. Also useFlorian Obser
2019-05-08remove sess argument from all functions that only used it for loggingSebastian Benoit
2019-05-08remove sess argument from log functions. ok deraadt@Sebastian Benoit
2019-04-04Add support for not crossing filesystem boundaries (-x) to rsync. Optionbket
2019-04-02Pull in addargs() API from ssh to replace complicated hand-rolled argumentTheo de Raadt
2019-03-31Increasing strictness regarding signed-vs-unsigned types and their rangeTheo de Raadt
2019-03-31Add ability to combine rsync:// and -e by splitting rsync_socket()Christian Weisgerber
2019-03-06Simplify startup code, various phases are heading straight towards exitTheo de Raadt
2019-02-22remove __BEGIN_DECLS/__END_DECLS, this .h file wont beSebastian Benoit
2019-02-21implement --numeric-ids, tweaked by kristapsSebastian Benoit
2019-02-18new attempt to sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-18revert previousSebastian Benoit
2019-02-18sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-17Add support for --port=PORT and ":port" in the rsync:// URL.Theo de Raadt
2019-02-16use MINIMUM() instead of MIN() as elsewhere in the treeTheo de Raadt
2019-02-16nasty ugly invisible spacesTheo de Raadt
2019-02-16sync with kristaps, commit 42166a639caa877efd91e73e288b89abf6b7cfd3Florian Obser
2019-02-16sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75cFlorian Obser
2019-02-16sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568Florian Obser
2019-02-16implement -D and in turn -aFlorian Obser
2019-02-16Introduce mkstempat(), a variation on mkstemp(3) and mkstemplinkat().Florian Obser
2019-02-14sync with kristaps, commit be8a27a290d5171290c015284542f2af4296be12Florian Obser
2019-02-14sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1Florian Obser
2019-02-12whitespace and knfSebastian Benoit
2019-02-12syncSebastian Benoit
2019-02-12syncSebastian Benoit
2019-02-12syncSebastian Benoit
2019-02-12complete support for -e and -rsh=name optionsTheo de Raadt
2019-02-12using const is misleading if the only access requires a de-const, it isTheo de Raadt
2019-02-10fix whitespaceSebastian Benoit
2019-02-10Import Kristaps' openrsync into the tree.Sebastian Benoit