Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -180/+0 |
| | | | | possible | ||||
* | Do not force user to have a mirrorlist configuration | Joseph Hunkeler | 2020-03-03 | 1 | -2/+17 |
| | |||||
* | Refactor startswith() and endswidth() usage | Joseph Hunkeler | 2020-03-02 | 1 | -1/+1 |
| | |||||
* | Multiple things: | Joseph Hunkeler | 2020-02-26 | 1 | -4/+37 |
| | | | | | | | | * 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 | ||||
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 1 | -1/+11 |
| | | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally. | ||||
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 1 | -0/+2 |
| | | | | * Fix a few glaring memory leaks | ||||
* | Bug fixes: | Joseph Hunkeler | 2020-01-27 | 1 | -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 more | Joseph Hunkeler | 2020-01-27 | 1 | -0/+100 |