Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 1 | -39/+1 |
| | | | | * Fix a few glaring memory leaks | ||||
* | Bug fixes: | Joseph Hunkeler | 2020-01-27 | 1 | -1/+1 |
| | | | | | | * Fix buffer overflow issue with SHA256 buffer * Add missing origin to manifest * Fix missing manifest download | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -0/+2 |
| | | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks | ||||
* | Documentation (and stubs) | Joseph Hunkeler | 2019-12-28 | 1 | -0/+10 |
| | |||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -3/+3 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Add MD5 and SHA256 funtions | Joseph Hunkeler | 2019-12-20 | 1 | -0/+68 |