aboutsummaryrefslogtreecommitdiff
path: root/src/spm.c
Commit message (Collapse)AuthorAgeFilesLines
* SEAD - memory leaksJoseph Hunkeler2020-01-301-3/+7
|
* Fix more memory leaks:Joseph Hunkeler2020-01-281-3/+3
| | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally.
* Remove md5sum functionJoseph Hunkeler2020-01-281-0/+6
| | | | * Fix a few glaring memory leaks
* Fix some buffer overflows, add a few moreJoseph Hunkeler2020-01-271-5/+5
|
* Begin hooking up version spec function(s) to installationJoseph Hunkeler2020-01-241-8/+4
|
* Groundhog day 2Joseph Hunkeler2020-01-221-1/+1
|
* groundhog dayJoseph Hunkeler2020-01-211-3/+2
|
* Add runtime environment manipulation routinesJoseph Hunkeler2020-01-141-5/+40
|
* Update README.mdJoseph Hunkeler2019-12-311-1/+1
| | | | * Add environment.c
* FixesJoseph Hunkeler2019-12-301-1/+1
| | | | | | | * 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-301-3/+3
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-22/+24
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Fixes:Joseph Hunkeler2019-12-281-3/+3
| | | | | | | * 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-281-4/+15
|
* Listing packages and printing bannersJoseph Hunkeler2019-12-261-23/+44
|
* Version matching and package searchingJoseph Hunkeler2019-12-261-11/+68
|
* Add version_spec.cJoseph Hunkeler2019-12-241-0/+1
|
* Implement basic package manifestJoseph Hunkeler2019-12-211-5/+23
|
* Add --reindex optionJoseph Hunkeler2019-12-201-0/+4
|
* Deterministic install outputJoseph Hunkeler2019-12-191-15/+34
|
* Clean up a little bit.Joseph Hunkeler2019-12-191-10/+10
|
* Make command line argument a thingJoseph Hunkeler2019-12-191-29/+156
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+60