Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement mkruntime interface | Joseph Hunkeler | 2020-02-04 | 1 | -0/+62 |
| | |||||
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 1 | -2/+10 |
| | |||||
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 1 | -1/+2 |
| | | | | * Fix a few glaring memory leaks | ||||
* | Fix some buffer overflows, add a few more | Joseph Hunkeler | 2020-01-27 | 1 | -0/+33 |
| | |||||
* | Groundhog day 2 | Joseph Hunkeler | 2020-01-22 | 1 | -0/+53 |
| | |||||
* | Finish rpath_autoset implementation | Joseph Hunkeler | 2019-12-31 | 1 | -1/+4 |
| | |||||
* | Sanitize inputs BEFORE constructing a command string | Joseph Hunkeler | 2019-12-31 | 1 | -2/+38 |
| | |||||
* | Fixes | Joseph Hunkeler | 2019-12-30 | 1 | -3/+0 |
| | | | | | | | * 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 | -51/+96 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -4/+4 |
| | | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks | ||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -0/+15 |
| | | | | | | | * 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/+92 |