rsync
rsync copied to clipboard
Make size related variables and outputs size_t
It makes sense for these values that are expected to be unsigned to be treated as such, especially on 64 bit platforms where we can avoid the cost of truncation by only doing it when needed, as opposed to every time strlen returns a value