aboutsummaryrefslogtreecommitdiffstats
path: root/Setup.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-16Make imports in RPC.hs explicit.Baylac-Jacqué Félix4-60/+72
2017-09-16Setup travis CI.Baylac-Jacqué Félix5-13/+69
2017-08-09Refactor project structure to exec + lib.Baylac-Jacqué Félix4-10/+54
We want to add some unit tests to the project, hence, we need a proper library.
2017-03-25uapi: upstream changeBin Jin2-10/+25
2017-03-19Warn users, due to already incoming emailsJason A. Donenfeld1-0/+5
2017-03-17handle exception in openTunBin Jin4-11/+16
2017-03-17add flag for static buildBin Jin1-0/+10
2017-03-16remove STM packet queueBin Jin6-63/+29
2017-03-15Disable multi-threading for nowBin Jin1-1/+1
The current implementation based on STM packet queue doesn't scale.