aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Change fstree signatureJoseph Hunkeler2020-01-225-16/+22
| | | | | Change strstr_array return type to char* Re-add and reorder a few prototypes in spm.h
* Groundhog day 2Joseph Hunkeler2020-01-225-4/+71
|
* groundhog dayJoseph Hunkeler2020-01-217-394/+752
|
* Add runtime environment manipulation routinesJoseph Hunkeler2020-01-143-24/+427
|
* 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
|
* Make global installation prefix available to the programJoseph Hunkeler2020-01-141-0/+6
|
* Update README.mdJoseph Hunkeler2020-01-071-2/+2
|
* Update README.mdJoseph Hunkeler2019-12-315-3/+116
| | | | * Add environment.c
* Update README.mdJoseph Hunkeler2019-12-311-3/+95
|
* 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-308-9/+60
| | | | | | | * 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-3013-104/+183
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-2916-92/+120
| | | | | | * 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-2820-31/+2385
| | | | | | | * 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-289-8/+364
|
* Listing packages and printing bannersJoseph Hunkeler2019-12-263-23/+64
|
* Version matching and package searchingJoseph Hunkeler2019-12-266-31/+273
|
* Add version_spec.cJoseph Hunkeler2019-12-244-1/+204
|
* Add fopen/close/rewind for urlsJoseph Hunkeler2019-12-233-2/+554
|
* Remove leftover range checkJoseph Hunkeler2019-12-231-1/+1
|
* Implement basic package manifestJoseph Hunkeler2019-12-214-48/+193
|
* Add new prototypes and structuresJoseph Hunkeler2019-12-201-0/+21
|
* 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-193-10/+12
|
* Make command line argument a thingJoseph Hunkeler2019-12-193-34/+167
|
* Refactor project structureJoseph Hunkeler2019-12-1816-5/+20
|
* Improved output and error handlingJoseph Hunkeler2019-12-185-17/+93
|
* Split up functions into different source filesJoseph Hunkeler2019-12-1815-1877/+1824
|
* Dependencies are finally installableJoseph Hunkeler2019-12-176-224/+429
|
* Stuck in a rut. check out prefixes_read...Joseph Hunkeler2019-12-111-4/+122
|
* Minor refactor of relocation functions. Added file_replace_textJoseph Hunkeler2019-12-112-29/+63
|
* Implement binary and text relocationJoseph Hunkeler2019-12-112-3/+225
|
* Fix minor bugs and implement rsync functionJoseph Hunkeler2019-12-103-2/+78
|
* Fix up function definitionsJoseph Hunkeler2019-12-102-7/+17
|
* Configuration++Joseph Hunkeler2019-12-103-41/+124
|
* BrokenJoseph Hunkeler2019-12-101-1/+14
|
* Start implementing configurationJoseph Hunkeler2019-12-103-23/+35
|
* clean up a bitJoseph Hunkeler2019-12-102-5/+22
|
* Directory removal and temporary storageJoseph Hunkeler2019-12-102-14/+200
|
* Fix a few bugs, replace readelf with patchelfJoseph Hunkeler2019-12-092-61/+134
|