Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 1 | -1/+4 |
| | |||||
* | fstree() now accepts filter modes ↵ | Joseph Hunkeler | 2020-01-23 | 1 | -28/+52 |
| | | | | SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STARTSWITH} | ||||
* | Change fstree signature | Joseph Hunkeler | 2020-01-22 | 1 | -3/+3 |
| | | | | | Change strstr_array return type to char* Re-add and reorder a few prototypes in spm.h | ||||
* | Groundhog day 2 | Joseph Hunkeler | 2020-01-22 | 1 | -0/+1 |
| | |||||
* | Handle realpath() error when string is NULL | Joseph Hunkeler | 2020-01-14 | 1 | -0/+5 |
| | |||||
* | Sanitize inputs BEFORE constructing a command string | Joseph Hunkeler | 2019-12-31 | 1 | -2/+4 |
| | |||||
* | Fixes | Joseph Hunkeler | 2019-12-30 | 1 | -1/+1 |
| | | | | | | | * 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 | ||||
* | Fix inane compiler warnings | Joseph Hunkeler | 2019-12-30 | 1 | -5/+4 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -10/+10 |
| | | | | | | * 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/+36 |
| | |||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -1/+4 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Started work on build helper functions | Joseph Hunkeler | 2019-12-28 | 1 | -0/+25 |
| | |||||
* | Version matching and package searching | Joseph Hunkeler | 2019-12-26 | 1 | -0/+24 |
| | |||||
* | Add expandpath() | Joseph Hunkeler | 2019-12-20 | 1 | -0/+74 |
| | |||||
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 1 | -0/+264 |