aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/c
Commit message (Collapse)AuthorAge
* deps: update tinc to 1.1pre18pacien2021-07-12
|
* tinc: fix FORTIFY error when initialising a new tinc configurationpacien2020-09-10
| | | | | | | | | This fixes the "FORTIFY: umask: called with invalid mask -601" error when attempting to create a new tinc configuration on builds having the FORTIFY option enabled (by default in NDK >=r21). Upstream patch: https://github.com/gsliepen/tinc/pull/251 GitHub: closes #99
* pass network device fd via unix socket instead of inheritancepacien2020-01-20
| | | | | | | | | Workaround for new shared memory restrictions added in Android 10 preventing file descriptor leakage to sub-processes. This change set BREAKS ENCRYPTED PRIVATE KEYS SUPPORT. GitHub: https://github.com/pacien/tincapp/issues/92
* Capitalise app namepacien2018-08-06
|
* Code stylepacien2018-08-05
|
* Add start yearpacien2018-08-01
|
* Succumb to paranoiapacien2018-08-01
|
* Handle daemon startup failurespacien2018-02-24
|
* Properly get daemon statepacien2018-02-14
|
* Reformat codepacien2018-02-10
|
* Import unversioned prototypev0.1-previewPacien TRAN-GIRARD2017-05-05