X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7c583c73160714a2f61034515adb1a4a32f9d818..50f2f002d90d6fc0209cd02fb1c1d52ec6a7ca45:/TODO diff --git a/TODO b/TODO index 5461d3aa..0c6afa8e 100644 --- a/TODO +++ b/TODO @@ -37,7 +37,9 @@ Performance Traverse just one directory at a time. Tridge says it's possible. Can possibly also be smarter about memory use while looking for hard - links by reducing the refcount as we find alternative names. + links by reducing the refcount as we find alternative names. In + fact at the moment the code seems to make a whole second copy of the + file list, which seems unnecessary. IPv6 @@ -149,6 +151,10 @@ hang/timeout friendliness On +verbose output + + Indicate whether files are new, updated, or deleted + internationalization Change to using gettext(). Probably need to ship this for platforms