| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-14 | vis-single: add missing header include for signal(2) | Marc André Tanner | 1 | -0/+1 | |
| 2017-06-14 | single: ignore SIGINT in self-extracting process | Christian Hesse | 1 | -0/+2 | |
| 2017-06-03 | build: port self-contained executable to libuntar | Marc André Tanner | 1 | -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-02 | port self-contained executable to libtar | Christian Hesse | 1 | -58/+62 | |
| libarchive is nice, but adds a lot of bloat we carry around without using it. So port to libtar. | |||||
| 2017-05-31 | build: cleanup self contained executable | Marc André Tanner | 1 | -81/+110 | |
| Set $PATH and $TERMINFO_DIRS environment variables, use chdir(2) to simplify extraction logic, improve error handling. | |||||
| 2017-05-31 | build: allow to build self-contained executable | Christian Hesse | 1 | -0/+151 | |
