summaryrefslogtreecommitdiff
path: root/util2.c
Commit message (Expand)AuthorAgeFilesLines
* Make my_alloc(NULL) use malloc instead of calloc.Wayne Davison2020-08-031-3/+3
* Tweak NEWS & src_file().Wayne Davison2020-07-241-5/+2
* Mention file & line on OOM and overflow errors.Wayne Davison2020-07-121-9/+25
* Some number & string improvementsWayne Davison2020-07-111-17/+1
* Allow --block-size's size to have a suffix.Wayne Davison2020-07-101-0/+2
* Allow --max-alloc=0 for unlimited.Wayne Davison2020-07-071-1/+1
* A few more simple changes & fixes.Wayne Davison2020-06-261-2/+2
* Some memory allocation improvementsWayne Davison2020-06-251-11/+32
* Tweak alloc args to size_t w/proper realloc order.Wayne Davison2020-06-241-2/+2
* The xxh* checksums don't need to be reversed on output.Wayne Davison2020-05-281-9/+14
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Use nanosleep if it is available.Wayne Davison2020-04-051-3/+11
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* More archaic-checksum improvements. This makes the len vars clearerWayne Davison2017-11-071-4/+4
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-3/+2
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Use usleep() for msleep() if it is available.Wayne Davison2014-11-271-2/+6
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Move some code from util.c to util2.c and add sum_as_hex().Wayne Davison2013-06-111-0/+109