Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace atoi usage | Joseph Hunkeler | 2020-06-24 | 3 | -26/+4 |
| | |||||
* | Handle unpacking when running as root: | Joseph Hunkeler | 2020-06-23 | 2 | -3/+54 |
| | | | | * Check available tar programs and pick one to use | ||||
* | Errors from tar are not always "errors" | Joseph Hunkeler | 2020-06-22 | 1 | -2/+4 |
| | |||||
* | Report errors from bsdtar | Joseph Hunkeler | 2020-06-22 | 1 | -0/+4 |
| | |||||
* | Move SPM_GLOBAL.repo_target string usage out of mirror_clone | Joseph Hunkeler | 2020-06-22 | 3 | -29/+59 |
| | | | | * Assign targets from inside spm.c instead of external manifest/mirror functions | ||||
* | Do not auto-complete manifest endpoint | Joseph Hunkeler | 2020-06-08 | 1 | -6/+0 |
| | |||||
* | Implement package data emitter | Joseph Hunkeler | 2020-06-08 | 1 | -5/+184 |
| | |||||
* | Merge pull request #43 from jhunkeler/dead-code | Joseph Hunkeler | 2020-06-07 | 4 | -239/+71 |
|\ | | | | | Dead code | ||||
| * | Remove unused rpath detection/creation | Joseph Hunkeler | 2020-06-07 | 1 | -86/+0 |
| | | |||||
| * | Remove find.{c,h} | Joseph Hunkeler | 2020-06-05 | 2 | -6/+0 |
| | | |||||
| * | Move find.c functions into fs.c | Joseph Hunkeler | 2020-06-05 | 2 | -147/+71 |
| | | |||||
* | | Finalize flags | Joseph Hunkeler | 2020-06-07 | 1 | -5/+18 |
| | | |||||
* | | Improve mkmanifest interface: | Joseph Hunkeler | 2020-06-07 | 1 | -24/+82 |
| | | | | | | | | | | | | * Accept -p|--platform argument * Fall back to SPMGLOBAL if no platform is defined * Accept multiple manifest paths, and targets | ||||
* | | Remove invalid escape character | Joseph Hunkeler | 2020-06-07 | 1 | -5/+3 |
| | | |||||
* | | Use bsdtar instead of tar (#44) | Joseph Hunkeler | 2020-06-05 | 1 | -2/+2 |
|/ | |||||
* | Bsdtar (#42) | Joseph Hunkeler | 2020-06-04 | 4 | -14/+46 |
| | | | | | | | | | | | | | | | | | | | | | * Add docker build image * Use bsdtar * Disable ORIGIN * tar is bsdtar * Use absolute rpath * Replace matched path with destroot+libpath * No RPATH recieves a likely default path * Use RPATH not RUNPATH * Add bsdtar to circleci deps * Replace tar references | ||||
* | Use correct struct member (#41) | Joseph Hunkeler | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Refactor fstree (#39) | Joseph Hunkeler | 2020-06-03 | 5 | -97/+133 |
| | | | | | | | | | | | | | | | * Refactor fstree, fstree_free, FSTree type * Add FSRec structure * Refactor fstree usage * Decrease starting size of FSTree structure * Check if ManifestPackage is NULL, not if the requirements array if NULL * Use num_requirements instead of '!= NULL' * Add fstree test | ||||
* | file_readlines now accepts STDIN (filename = "-") | Joseph Hunkeler | 2020-05-26 | 1 | -7/+22 |
| | |||||
* | Errors set return value and jump to end of function | Joseph Hunkeler | 2020-05-26 | 1 | -31/+35 |
| | |||||
* | Nevermind | Joseph Hunkeler | 2020-05-26 | 1 | -0/+1 |
| | |||||
* | Make a copy of the path | Joseph Hunkeler | 2020-05-26 | 1 | -2/+9 |
| | |||||
* | Add strlist_append_file() | Joseph Hunkeler | 2020-05-25 | 1 | -10/+94 |
| | | | | * Add reader_strlist_append_file() as default reader function | ||||
* | readlines() return NULL array instead of array with a blank string. | Joseph Hunkeler | 2020-05-25 | 1 | -1/+0 |
| | |||||
* | Error handler: | Joseph Hunkeler | 2020-05-25 | 1 | -0/+5 |
| | | | | | * Add spm_die() * Add SPM_ERR_FETCH to handle non-package download failures | ||||
* | Implement -F|--from-file argument | Joseph Hunkeler | 2020-05-25 | 1 | -6/+10 |
| | |||||
* | Move file_readlines function out of mirrors.c | Joseph Hunkeler | 2020-05-25 | 2 | -81/+83 |
| | |||||
* | Use the correct type to support large return by version_from() | Joseph Hunkeler | 2020-05-24 | 1 | -7/+7 |
| | |||||
* | Fix leak | Joseph Hunkeler | 2020-05-24 | 1 | -0/+1 |
| | |||||
* | Add version type and functions: | Joseph Hunkeler | 2020-05-24 | 1 | -304/+103 |
| | | | | | | * struct Version * version_{init,read,free} * version_from() now wraps new functions to return a uint64_t | ||||
* | Add string functions: | Joseph Hunkeler | 2020-05-24 | 1 | -0/+27 |
| | | | | | * isdigit_s() * tolower_s() | ||||
* | Handle Darwin | Joseph Hunkeler | 2020-05-21 | 1 | -12/+40 |
| | |||||
* | Rewrite version_from() to be input agnostic | Joseph Hunkeler | 2020-05-21 | 1 | -7/+137 |
| | |||||
* | Add strlist_remove() | Joseph Hunkeler | 2020-05-21 | 1 | -0/+22 |
| | |||||
* | Use pkg-config | Joseph Hunkeler | 2020-05-07 | 1 | -1/+4 |
| | |||||
* | Adjust compilation flags for Darwin | Joseph Hunkeler | 2020-05-06 | 1 | -2/+7 |
| | |||||
* | Add TODO item | Joseph Hunkeler | 2020-05-06 | 1 | -0/+1 |
| | |||||
* | Add install_name_tool and Darwin specific branches | Joseph Hunkeler | 2020-05-01 | 1 | -3/+22 |
| | |||||
* | Add SPM_ERR_NOT_IMPLEMENTED error type | Joseph Hunkeler | 2020-05-01 | 1 | -0/+1 |
| | |||||
* | Fix typo | Joseph Hunkeler | 2020-04-29 | 1 | -1/+1 |
| | |||||
* | Add install_name_tool | Joseph Hunkeler | 2020-04-29 | 1 | -57/+38 |
| | | | | * Begin refactoring to support macos more easily | ||||
* | refactor shlib_deps_objdump to become a generic objdump-er | Joseph Hunkeler | 2020-04-29 | 1 | -4/+87 |
| | |||||
* | Fix formatter bug | Joseph Hunkeler | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | Remove TODO | Joseph Hunkeler | 2020-04-28 | 1 | -1/+0 |
| | |||||
* | Improved strlist: | Joseph Hunkeler | 2020-04-28 | 1 | -59/+54 |
| | | | | | | | * Use strto*() functions instead of ato*() * Add _cmp and _copy functions * Removed compare functions * Replaced qsort call with strsort | ||||
* | Consolidate platform detection preprocessor checks | Joseph Hunkeler | 2020-04-24 | 5 | -7/+8 |
| | |||||
* | Add macos specific code | Joseph Hunkeler | 2020-04-24 | 1 | -11/+73 |
| | |||||
* | Handle NULL reason | Joseph Hunkeler | 2020-04-21 | 1 | -3/+9 |
| | |||||
* | Empty manifests are OK here | Joseph Hunkeler | 2020-04-20 | 1 | -5/+0 |
| | |||||
* | hmm | Joseph Hunkeler | 2020-04-19 | 1 | -2/+2 |
| |