X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/c0c7984e7f6009b6ab18ad3da998a56a9c0f083d..e2e42a01ba5a2258edf1510280bb83864a0c8748:/time-limit.diff diff --git a/time-limit.diff b/time-limit.diff index 0c76ec2..5226710 100644 --- a/time-limit.diff +++ b/time-limit.diff @@ -123,7 +123,7 @@ diff --git a/options.c b/options.c default: /* A large opt value means that set_refuse_options() * turned this option off. */ -@@ -1897,6 +1932,15 @@ void server_options(char **args, int *argc_p) +@@ -1903,6 +1938,15 @@ void server_options(char **args, int *argc_p) args[ac++] = arg; } @@ -151,7 +151,7 @@ diff --git a/rsync.yo b/rsync.yo --write-batch=FILE write a batched update to FILE --only-write-batch=FILE like --write-batch but w/o updating dest --read-batch=FILE read a batched update from FILE -@@ -2007,6 +2009,19 @@ transfer was too fast, it will wait before sending the next data block. The +@@ -2013,6 +2015,19 @@ transfer was too fast, it will wait before sending the next data block. The result is an average transfer rate equaling the specified limit. A value of zero specifies no limit. @@ -174,7 +174,7 @@ diff --git a/rsync.yo b/rsync.yo diff --git a/util.c b/util.c --- a/util.c +++ b/util.c -@@ -122,6 +122,133 @@ NORETURN void overflow_exit(const char *str) +@@ -123,6 +123,133 @@ NORETURN void overflow_exit(const char *str) exit_cleanup(RERR_MALLOC); }