aboutsummaryrefslogtreecommitdiff
path: root/src/config_global.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-375/+0
| | | | possible
* Stop execution when SHELL is undefinedJoseph Hunkeler2020-03-031-0/+6
|
* Add "objdump" to list of requirementsJoseph Hunkeler2020-03-031-0/+1
| | | | * I'll get around to implementing support for `otool` eventually.
* Begin consolidating paths (manifests and temp directories)Joseph Hunkeler2020-03-021-8/+13
|
* Trying to iron out a few manifest pathing issuesJoseph Hunkeler2020-02-281-18/+8
|
* Improvements:Joseph Hunkeler2020-02-281-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 Hunkeler2020-02-261-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 flagJoseph Hunkeler2020-02-251-0/+1
|
* Use StrList for array handlingJoseph Hunkeler2020-02-041-6/+6
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-0/+6
|
* Fix more memory leaks:Joseph Hunkeler2020-01-281-0/+9
| | | | | 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
* Fix some buffer overflows, add a few moreJoseph Hunkeler2020-01-271-0/+13
|
* groundhog dayJoseph Hunkeler2020-01-211-2/+47
|
* Minor fixes:Joseph Hunkeler2019-12-291-1/+0
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Documentation (and stubs)Joseph Hunkeler2019-12-281-0/+32
|
* Fixes:Joseph Hunkeler2019-12-281-0/+3
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Implement basic package manifestJoseph Hunkeler2019-12-211-4/+39
|
* Clean up a little bit.Joseph Hunkeler2019-12-191-0/+1
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+186