aboutsummaryrefslogtreecommitdiff
path: root/src/mirrors.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix more memory leaks:Joseph Hunkeler2020-01-281-1/+11
| | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally.
* Remove md5sum functionJoseph Hunkeler2020-01-281-0/+2
| | | | * Fix a few glaring memory leaks
* Bug fixes:Joseph Hunkeler2020-01-271-10/+30
| | | | | | * Fix buffer overflow issue with SHA256 buffer * Add missing origin to manifest * Fix missing manifest download
* Fix some buffer overflows, add a few moreJoseph Hunkeler2020-01-271-0/+100