aboutsummaryrefslogtreecommitdiff
path: root/src/metadata.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-166/+0
| | | | possible
* Fix leakJoseph Hunkeler2020-03-171-0/+2
|
* Improvements:Joseph Hunkeler2020-02-281-2/+38
| | | | | | | | * Refactored a few function names * Can read package metadata * Can delete packages * Can download! and install packages at the same time * Can prompt the user before proceeding
* Multiple things:Joseph Hunkeler2020-02-261-0/+128
* Add strdup_array() * Begin consolidating spm root information into SPM_Hierarchy * Begin consolidating metadata * Begin trimming repeated code (mostly file reading) * Store information about installed packages under [root]/var/db/records