summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsync/extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add option to suppress the Message of the Dayjob2021-03-311-1/+2
* Make fmt argument const. Format local vars a bit.claudio2021-03-221-2/+2
* Simple implementation of --timeout to exit after specified seconds of I/Oclaudio2020-11-241-3/+3
* __FILE__ and __LINE__ information are fine during early development, orderaadt2020-05-171-28/+28
* Add --address argument to openrsync to bind to the specified addressclaudio2019-08-091-1/+2
* Use a simple hash table to look up blocks by the fast-hash. Also useflorian2019-06-021-1/+8
* remove sess argument from all functions that only used it for loggingbenno2019-05-081-20/+14
* remove sess argument from log functions. ok deraadt@benno2019-05-081-46/+40
* Add support for not crossing filesystem boundaries (-x) to rsync. Optionbket2019-04-041-1/+2
* Pull in addargs() API from ssh to replace complicated hand-rolled argumentderaadt2019-04-021-1/+11
* Increasing strictness regarding signed-vs-unsigned types and their rangederaadt2019-03-311-1/+4
* Add ability to combine rsync:// and -e by splitting rsync_socket()naddy2019-03-311-3/+5
* Simplify startup code, various phases are heading straight towards exitderaadt2019-03-061-3/+1
* remove __BEGIN_DECLS/__END_DECLS, this .h file wont bebenno2019-02-221-5/+1
* implement --numeric-ids, tweaked by kristapsbenno2019-02-211-1/+2
* new attempt to sync with kristaps up to Sun Feb 17 2019benno2019-02-181-6/+7
* revert previousbenno2019-02-181-12/+6
* sync with kristaps up to Sun Feb 17 2019benno2019-02-181-6/+12
* Add support for --port=PORT and ":port" in the rsync:// URL.deraadt2019-02-171-1/+2
* use MINIMUM() instead of MIN() as elsewhere in the treederaadt2019-02-161-4/+2
* nasty ugly invisible spacesderaadt2019-02-161-2/+2
* sync with kristaps, commit 42166a639caa877efd91e73e288b89abf6b7cfd3florian2019-02-161-2/+2
* sync with kristaps, commit 1842d31d600f2834ae78fe0d99a29519a853d75cflorian2019-02-161-10/+38
* sync with kristaps, commit f5c1e234990877cd274b7bcdd4d9883104cd1568florian2019-02-161-7/+18
* implement -D and in turn -aflorian2019-02-161-8/+16
* Introduce mkstempat(), a variation on mkstemp(3) and mkstemplinkat().florian2019-02-161-1/+5
* sync with kristaps, commit be8a27a290d5171290c015284542f2af4296be12florian2019-02-141-1/+3
* sync with kristaps, commit c5350b9055c3921001778275bb808a5c811c21c1florian2019-02-141-6/+9
* whitespace and knfbenno2019-02-121-3/+4
* syncbenno2019-02-121-2/+4
* syncbenno2019-02-121-1/+16
* syncbenno2019-02-121-1/+2
* complete support for -e and -rsh=name optionsderaadt2019-02-121-1/+2
* using const is misleading if the only access requires a de-const, it isderaadt2019-02-121-11/+11
* fix whitespacebenno2019-02-101-10/+10
* Import Kristaps' openrsync into the tree.benno2019-02-101-0/+295