aboutsummaryrefslogtreecommitdiff
path: root/src/checksum.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-42/+0
| | | | possible
* Remove md5sum functionJoseph Hunkeler2020-01-281-39/+1
| | | | * Fix a few glaring memory leaks
* Bug fixes:Joseph Hunkeler2020-01-271-1/+1
| | | | | | * Fix buffer overflow issue with SHA256 buffer * Add missing origin to manifest * Fix missing manifest download
* Minor fixes:Joseph Hunkeler2019-12-291-0/+2
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Documentation (and stubs)Joseph Hunkeler2019-12-281-0/+10
|
* Fixes:Joseph Hunkeler2019-12-281-3/+3
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Add MD5 and SHA256 funtionsJoseph Hunkeler2019-12-201-0/+68