aboutsummaryrefslogtreecommitdiff
path: root/src/mime.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-156/+0
| | | | possible
* Use the POSIX invocation of the `file` commandJoseph Hunkeler2020-03-031-7/+20
| | | | | * Trap general error string (there's probably more of them) * Report failures and actually fail out.
* Refactor startswith() and endswidth() usageJoseph Hunkeler2020-03-021-2/+2
|
* Refactor continues:Joseph Hunkeler2020-02-171-1/+1
| | | | | | | | | * Implement multiple manifests * Random bug fixes * More bugs added * Start removing references to SPM_GLOBAL.package_dir * Start using manifests for everything * Simplify mkmanifest_interface
* Match more possible mime typesJoseph Hunkeler2020-02-101-1/+1
|
* Update search pattern due to file-5.38 changesJoseph Hunkeler2020-02-051-2/+4
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-1/+5
|
* Remove md5sum functionJoseph Hunkeler2020-01-281-2/+2
| | | | * Fix a few glaring memory leaks
* FixesJoseph Hunkeler2019-12-301-1/+14
| | | | | | | * Verbosity++ * If no requirements are present do not to report we are installing some * Redirect all shell output to stderr (need a better way) * implemented file_is_binexec() to avoid running patchelf on generic data files
* Fixes:Joseph Hunkeler2019-12-281-0/+27
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Started work on build helper functionsJoseph Hunkeler2019-12-281-0/+97