aboutsummaryrefslogtreecommitdiff
path: root/vis-single.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09Added `ifdef` for FreeBSD's signal.hFreeBSD-singleMitch Riedstra1-0/+4
This is done as otherwise `SIGINT` and `SIG_IGN` are not defined.
2017-06-14single: ignore SIGINT in self-extracting processChristian Hesse1-0/+2
2017-06-03build: port self-contained executable to libuntarMarc André Tanner1-61/+25
It is currently not packaged by Alpine which is why we are building it during docker image creation. Also cleanup vis-single.
2017-06-02port self-contained executable to libtarChristian Hesse1-58/+62
libarchive is nice, but adds a lot of bloat we carry around without using it. So port to libtar.
2017-05-31build: cleanup self contained executableMarc André Tanner1-81/+110
Set $PATH and $TERMINFO_DIRS environment variables, use chdir(2) to simplify extraction logic, improve error handling.
2017-05-31build: allow to build self-contained executableChristian Hesse1-0/+151