aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Initial commit of shlib interfaceJoseph Hunkeler2020-02-071-0/+72
* Reorganize calloc argumentsJoseph Hunkeler2020-02-071-1/+1
* Fix segfault when --install had no argumentsJoseph Hunkeler2020-02-071-4/+6
* Add normalize_spaceJoseph Hunkeler2020-02-051-0/+53
* Update search pattern due to file-5.38 changesJoseph Hunkeler2020-02-051-2/+4
* Recombine elements of pair[1..N] into a single stringJoseph Hunkeler2020-02-051-5/+15
* Replace packages array with StrListJoseph Hunkeler2020-02-041-30/+23
* Bugfix: Improper quotes around string containing "$"Joseph Hunkeler2020-02-041-2/+1
* Consolidate redundant codeJoseph Hunkeler2020-02-041-15/+33
* Transition away from find_packageJoseph Hunkeler2020-02-041-3/+26
* Stop using find_packageJoseph Hunkeler2020-02-041-1/+1
* Implement mkruntime interfaceJoseph Hunkeler2020-02-041-0/+62
* Use StrList for array handlingJoseph Hunkeler2020-02-043-45/+33
* Initial commit of strlist.[c,h]Joseph Hunkeler2020-02-041-0/+24
* Add handlers to cmakeJoseph Hunkeler2020-01-311-1/+1
* Initial commit of generic array handler codeJoseph Hunkeler2020-01-311-0/+309
* SEAD - memory leaksJoseph Hunkeler2020-01-3012-46/+68
* Fix more memory leaks:Joseph Hunkeler2020-01-285-14/+39
* Remove md5sum functionJoseph Hunkeler2020-01-2810-44/+25
* Bug fixes:Joseph Hunkeler2020-01-273-16/+45
* Fix some buffer overflows, add a few moreJoseph Hunkeler2020-01-276-16/+187
* Begin hooking up version spec function(s) to installationJoseph Hunkeler2020-01-243-27/+62
* fstree() now accepts filter modes SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STAR...Joseph Hunkeler2020-01-233-34/+55
* Change fstree signatureJoseph Hunkeler2020-01-224-11/+15
* Groundhog day 2Joseph Hunkeler2020-01-224-3/+70
* groundhog dayJoseph Hunkeler2020-01-215-384/+723
* Add runtime environment manipulation routinesJoseph Hunkeler2020-01-142-21/+385
* split() returns NULL if input string is NULLJoseph Hunkeler2020-01-141-0/+3
* Handle realpath() error when string is NULLJoseph Hunkeler2020-01-141-0/+5
* Update README.mdJoseph Hunkeler2019-12-313-2/+79
* bugfix: return empty string if binary has no prior RPATH definedJoseph Hunkeler2019-12-311-1/+1
* Finish rpath_autoset implementationJoseph Hunkeler2019-12-311-1/+4
* Sanitize inputs BEFORE constructing a command stringJoseph Hunkeler2019-12-314-10/+72
* FixesJoseph Hunkeler2019-12-307-9/+59
* Fix inane compiler warningsJoseph Hunkeler2019-12-3012-99/+180
* Minor fixes:Joseph Hunkeler2019-12-2915-90/+117
* Documentation (and stubs)Joseph Hunkeler2019-12-289-18/+178
* Fixes:Joseph Hunkeler2019-12-2818-25/+217
* Started work on build helper functionsJoseph Hunkeler2019-12-288-8/+337
* Listing packages and printing bannersJoseph Hunkeler2019-12-262-23/+62
* Version matching and package searchingJoseph Hunkeler2019-12-265-24/+256
* Add version_spec.cJoseph Hunkeler2019-12-243-1/+196
* Add fopen/close/rewind for urlsJoseph Hunkeler2019-12-232-2/+510
* Remove leftover range checkJoseph Hunkeler2019-12-231-1/+1
* Implement basic package manifestJoseph Hunkeler2019-12-213-47/+181
* Add MD5 and SHA256 funtionsJoseph Hunkeler2019-12-201-0/+68
* Add openssl dependencyJoseph Hunkeler2019-12-201-2/+2
* Add --reindex optionJoseph Hunkeler2019-12-201-0/+4
* Add manifest_generate()Joseph Hunkeler2019-12-201-0/+92
* Add join()Joseph Hunkeler2019-12-201-0/+50