Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 1 | -3/+20 |
| | |||||
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 1 | -8/+14 |
| | | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally. | ||||
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 1 | -1/+1 |
| | | | | * Fix a few glaring memory leaks | ||||
* | Bug fixes: | Joseph Hunkeler | 2020-01-27 | 1 | -5/+14 |
| | | | | | | * Fix buffer overflow issue with SHA256 buffer * Add missing origin to manifest * Fix missing manifest download | ||||
* | Fix some buffer overflows, add a few more | Joseph Hunkeler | 2020-01-27 | 1 | -10/+35 |
| | |||||
* | Begin hooking up version spec function(s) to installation | Joseph Hunkeler | 2020-01-24 | 1 | -19/+34 |
| | |||||
* | fstree() now accepts filter modes ↵ | Joseph Hunkeler | 2020-01-23 | 1 | -5/+2 |
| | | | | SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STARTSWITH} | ||||
* | Change fstree signature | Joseph Hunkeler | 2020-01-22 | 1 | -1/+5 |
| | | | | | 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 | -2/+15 |
| | |||||
* | groundhog day | Joseph Hunkeler | 2020-01-21 | 1 | -22/+170 |
| | |||||
* | Fix inane compiler warnings | Joseph Hunkeler | 2019-12-30 | 1 | -5/+5 |
| | | | | | | * 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 | -13/+21 |
| | |||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -3/+27 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Version matching and package searching | Joseph Hunkeler | 2019-12-26 | 1 | -10/+39 |
| | |||||
* | Remove leftover range check | Joseph Hunkeler | 2019-12-23 | 1 | -1/+1 |
| | |||||
* | Implement basic package manifest | Joseph Hunkeler | 2019-12-21 | 1 | -38/+119 |
| | |||||
* | Add manifest_generate() | Joseph Hunkeler | 2019-12-20 | 1 | -0/+92 |
| | |||||
* | Add expandpath() | Joseph Hunkeler | 2019-12-20 | 1 | -0/+4 |