Fix a typo.
[rsync.git] / util2.c
2020-05-28 Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28 Wayne DavisonThe xxh* checksums don't need to be reversed on output.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-05 Wayne DavisonUse nanosleep if it is available.
2019-03-16 Wayne DavisonTweak the copyright year.
2018-01-15 Wayne DavisonTweak copyright date.
2017-11-07 Wayne DavisonMore archaic-checksum improvements. This makes the...
2016-05-02 Wayne DavisonAdd --checksum-choice option to choose the checksum...
2015-08-08 Wayne DavisonUpdate the copyright year.
2014-11-27 Wayne DavisonUse usleep() for msleep() if it is available.
2014-01-26 Wayne DavisonBump the year to 2014.
2013-06-11 Wayne DavisonMove some code from util.c to util2.c and add sum_as_hex().