aboutsummaryrefslogtreecommitdiff
path: root/lib/mirrors.c
Commit message (Collapse)AuthorAgeFilesLines
* Move SPM_GLOBAL.repo_target string usage out of mirror_cloneJoseph Hunkeler2020-06-221-12/+13
| | | | * Assign targets from inside spm.c instead of external manifest/mirror functions
* Move file_readlines function out of mirrors.cJoseph Hunkeler2020-05-251-81/+0
|
* Add test_relocation_file_replace_text (#14)Joseph Hunkeler2020-04-081-5/+6
| | | | | | | | | * Add test_relocation_file_replace_text * Fix bad BUFSIZ allocation and interaction * Use the line limit not the number of lines * Zero line buffer before next read
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+180
possible