Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multiple things: | Joseph Hunkeler | 2020-02-26 | 1 | -16/+51 |
| | | | | | | | | * 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 | ||||
* | Implement prompt_user flag | Joseph Hunkeler | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | Use StrList for array handling | Joseph Hunkeler | 2020-02-04 | 1 | -6/+6 |
| | |||||
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 1 | -0/+6 |
| | |||||
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 1 | -0/+9 |
| | | | | | 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 | ||||
* | Fix some buffer overflows, add a few more | Joseph Hunkeler | 2020-01-27 | 1 | -0/+13 |
| | |||||
* | groundhog day | Joseph Hunkeler | 2020-01-21 | 1 | -2/+47 |
| | |||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -1/+0 |
| | | | | | | * 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/+32 |
| | |||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -0/+3 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Implement basic package manifest | Joseph Hunkeler | 2019-12-21 | 1 | -4/+39 |
| | |||||
* | Clean up a little bit. | Joseph Hunkeler | 2019-12-19 | 1 | -0/+1 |
| | |||||
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 1 | -0/+186 |