aboutsummaryrefslogtreecommitdiff
path: root/include/conf.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle unpacking when running as root:Joseph Hunkeler2020-06-231-0/+2
| | | | * Check available tar programs and pick one to use
* Implement error handlingJoseph Hunkeler2020-04-191-0/+1
| | | | * Die on bad root directory
* doxygen: add missing @file to each headerJoseph Hunkeler2020-03-181-0/+3
|
* Improvements:Joseph Hunkeler2020-02-281-0/+3
| | | | | | | | * 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-5/+11
| | | | | | | | * 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
|
* Refactor project structure:Joseph Hunkeler2020-02-111-0/+54
* Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header