Even more man page improvements.
[rsync.git] / util2.c
2020-08-03 Wayne DavisonMake my_alloc(NULL) use malloc instead of calloc.
2020-07-25 Wayne DavisonTweak NEWS & src_file().
2020-07-13 Wayne DavisonMention file & line on OOM and overflow errors.
2020-07-11 Wayne DavisonSome number & string improvements
2020-07-10 Wayne DavisonAllow --block-size's size to have a suffix.
2020-07-07 Wayne DavisonAllow --max-alloc=0 for unlimited.
2020-06-26 Wayne DavisonA few more simple changes & fixes.
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-25 Wayne DavisonTweak alloc args to size_t w/proper realloc order.
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().