Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-23 | Remove unused tools/md5.c | Rangi | |
2018-06-07 | Fix md5.c for Windows | mid-kid | |
Solves #520 | |||
2017-09-24 | fix warnings in lzcomp and md5 | yenatch | |
2017-06-24 | Fix implicit stdint | yenatch | |
2017-06-24 | Add a md5 tool to avoid md5sum dependency. | yenatch | |
md5sum is missing in macOS and (presumably) BSD. An alternative would have been to use sha1sum instead, but it's probably a good idea to have as few dependencies as possible, so this doesn't happen again. fixes #364 |