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 | -375/+0 |
| | | | | possible | ||||
* | Stop execution when SHELL is undefined | Joseph Hunkeler | 2020-03-03 | 1 | -0/+6 |
| | |||||
* | Add "objdump" to list of requirements | Joseph Hunkeler | 2020-03-03 | 1 | -0/+1 |
| | | | | * I'll get around to implementing support for `otool` eventually. | ||||
* | Begin consolidating paths (manifests and temp directories) | Joseph Hunkeler | 2020-03-02 | 1 | -8/+13 |
| | |||||
* | Trying to iron out a few manifest pathing issues | Joseph Hunkeler | 2020-02-28 | 1 | -18/+8 |
| | |||||
* | Improvements: | Joseph Hunkeler | 2020-02-28 | 1 | -0/+6 |
| | | | | | | | | * 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 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 |