summaryrefslogtreecommitdiffstats
path: root/sbin/unwind/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We need to track the pid of the connecting control connection to beflorian2021-02-241-4/+6
* Move control_state and ctl_conns to control.c, it's not neededflorian2021-01-191-2/+19
* Implement unwindctl status memory to show chache memory usage.florian2019-12-181-1/+2
* Turn opportunistic DoT into their own strategies.florian2019-12-081-1/+2
* No more status subcommands; ok florian@otto2019-12-031-5/+4
* Nuke http captive portal detection; something better is coming.florian2019-11-271-7/+1
* Implement DNS proposals to learn nameservers from networkflorian2019-11-111-1/+3
* Due to the way we build libunbound inside of unwind .o files collide inflorian2019-03-011-2/+2
* Introduce IMSG_DATA_SIZE() macro to to replace reoccuring math onflorian2019-02-181-12/+9
* Pass verbosity changes to captive portal process.florian2019-02-171-1/+4
* s/unwind_/uw_/ to save screen real estate; fix style(9) issues while hereflorian2019-02-171-5/+6
* Captive portal detection for unwind(8).florian2019-02-031-1/+5
* Remove a log statement used for debugsolene2019-01-311-2/+1
* restrict commands reload and log to root onlysolene2019-01-311-2/+23
* Make imsg processing much more paranoid.florian2019-01-291-1/+5
* unwind(8) traces its ancestry to rad(8) and inherited all of its includeflorian2019-01-271-6/+2
* Import unwind(8).florian2019-01-231-0/+282