Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix: Improper quotes around string containing "$" | Joseph Hunkeler | 2020-02-04 | 1 | -2/+1 |
* | Consolidate redundant code | Joseph Hunkeler | 2020-02-04 | 1 | -15/+33 |
* | Transition away from find_package | Joseph Hunkeler | 2020-02-04 | 1 | -3/+26 |
* | Stop using find_package | Joseph Hunkeler | 2020-02-04 | 1 | -1/+1 |
* | Implement mkruntime interface | Joseph Hunkeler | 2020-02-04 | 1 | -0/+62 |
* | Use StrList for array handling | Joseph Hunkeler | 2020-02-04 | 3 | -45/+33 |
* | Initial commit of strlist.[c,h] | Joseph Hunkeler | 2020-02-04 | 1 | -0/+24 |
* | Add handlers to cmake | Joseph Hunkeler | 2020-01-31 | 1 | -1/+1 |
* | Initial commit of generic array handler code | Joseph Hunkeler | 2020-01-31 | 1 | -0/+309 |
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 12 | -46/+68 |
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 5 | -14/+39 |
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 10 | -44/+25 |
* | Bug fixes: | Joseph Hunkeler | 2020-01-27 | 3 | -16/+45 |
* | Fix some buffer overflows, add a few more | Joseph Hunkeler | 2020-01-27 | 6 | -16/+187 |
* | Begin hooking up version spec function(s) to installation | Joseph Hunkeler | 2020-01-24 | 3 | -27/+62 |
* | fstree() now accepts filter modes SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STAR... | Joseph Hunkeler | 2020-01-23 | 3 | -34/+55 |
* | Change fstree signature | Joseph Hunkeler | 2020-01-22 | 4 | -11/+15 |
* | Groundhog day 2 | Joseph Hunkeler | 2020-01-22 | 4 | -3/+70 |
* | groundhog day | Joseph Hunkeler | 2020-01-21 | 5 | -384/+723 |
* | Add runtime environment manipulation routines | Joseph Hunkeler | 2020-01-14 | 2 | -21/+385 |
* | split() returns NULL if input string is NULL | Joseph Hunkeler | 2020-01-14 | 1 | -0/+3 |
* | Handle realpath() error when string is NULL | Joseph Hunkeler | 2020-01-14 | 1 | -0/+5 |
* | Update README.md | Joseph Hunkeler | 2019-12-31 | 3 | -2/+79 |
* | bugfix: return empty string if binary has no prior RPATH defined | Joseph Hunkeler | 2019-12-31 | 1 | -1/+1 |
* | Finish rpath_autoset implementation | Joseph Hunkeler | 2019-12-31 | 1 | -1/+4 |
* | Sanitize inputs BEFORE constructing a command string | Joseph Hunkeler | 2019-12-31 | 4 | -10/+72 |
* | Fixes | Joseph Hunkeler | 2019-12-30 | 7 | -9/+59 |
* | Fix inane compiler warnings | Joseph Hunkeler | 2019-12-30 | 12 | -99/+180 |
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 15 | -90/+117 |
* | Documentation (and stubs) | Joseph Hunkeler | 2019-12-28 | 9 | -18/+178 |
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 18 | -25/+217 |
* | Started work on build helper functions | Joseph Hunkeler | 2019-12-28 | 8 | -8/+337 |
* | Listing packages and printing banners | Joseph Hunkeler | 2019-12-26 | 2 | -23/+62 |
* | Version matching and package searching | Joseph Hunkeler | 2019-12-26 | 5 | -24/+256 |
* | Add version_spec.c | Joseph Hunkeler | 2019-12-24 | 3 | -1/+196 |
* | Add fopen/close/rewind for urls | Joseph Hunkeler | 2019-12-23 | 2 | -2/+510 |
* | Remove leftover range check | Joseph Hunkeler | 2019-12-23 | 1 | -1/+1 |
* | Implement basic package manifest | Joseph Hunkeler | 2019-12-21 | 3 | -47/+181 |
* | Add MD5 and SHA256 funtions | Joseph Hunkeler | 2019-12-20 | 1 | -0/+68 |
* | Add openssl dependency | Joseph Hunkeler | 2019-12-20 | 1 | -2/+2 |
* | Add --reindex option | Joseph Hunkeler | 2019-12-20 | 1 | -0/+4 |
* | Add manifest_generate() | Joseph Hunkeler | 2019-12-20 | 1 | -0/+92 |
* | Add join() | Joseph Hunkeler | 2019-12-20 | 1 | -0/+50 |
* | Add expandpath() | Joseph Hunkeler | 2019-12-20 | 2 | -0/+78 |
* | Deterministic install output | Joseph Hunkeler | 2019-12-19 | 1 | -15/+34 |
* | Clean up a little bit. | Joseph Hunkeler | 2019-12-19 | 2 | -10/+11 |
* | Make command line argument a thing | Joseph Hunkeler | 2019-12-19 | 3 | -34/+167 |
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 14 | -0/+2200 |