summaryrefslogtreecommitdiff
path: root/sbin/unwind/unwind.h
AgeCommit message (Expand)Author
2019-04-02Add a config option to specify the preference of name servers.Florian Obser
2019-03-30Shuffle captive portal detection around.Florian Obser
2019-03-24Do not check every resolver every 30 seconds as that is wasteful andFlorian Obser
2019-02-18Introduce IMSG_DATA_SIZE() macro to to replace reoccuring math onFlorian Obser
2019-02-17Since we do a naive string comparison to see if the trust anchorFlorian Obser
2019-02-17 s/unwind_/uw_/ to save screen real estate; fix style(9) issues while hereFlorian Obser
2019-02-10Simplify trust anchor handling.Florian Obser
2019-02-07Rewrite trust anchor handling.Florian Obser
2019-02-03Captive portal detection for unwind(8).Florian Obser
2019-01-30remove not needed includes in uw_parse.ySebastian Benoit
2019-01-29We don't need IMSG_SHUTDOWN, we can just close the sockets.Florian Obser
2019-01-27Implement DNS over TLS (DoT).Florian Obser
2019-01-24Open and close listening sockets on localhost:53 depending on if we canFlorian Obser
2019-01-23Import unwind(8).Florian Obser