Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |