aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | * Add environment.c
* 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
| | | | | | | * Verbosity++ * If no requirements are present do not to report we are installing some * Redirect all shell output to stderr (need a better way) * implemented file_is_binexec() to avoid running patchelf on generic data files
* Fix inane compiler warningsJoseph Hunkeler2019-12-3012-99/+180
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-2915-90/+117
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Documentation (and stubs)Joseph Hunkeler2019-12-289-18/+178
|
* Fixes:Joseph Hunkeler2019-12-2818-25/+217
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* 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
|
* Add expandpath()Joseph Hunkeler2019-12-202-0/+78
|
* Deterministic install outputJoseph Hunkeler2019-12-191-15/+34
|
* Clean up a little bit.Joseph Hunkeler2019-12-192-10/+11
|
* Make command line argument a thingJoseph Hunkeler2019-12-193-34/+167
|
* Refactor project structureJoseph Hunkeler2019-12-1814-0/+2200