summaryrefslogtreecommitdiff
path: root/windows/WinUI/NetworkMonitor.cs
AgeCommit message (Collapse)Author
2019-02-05Fixed a bug where UI elements were attempting to be updated in a background ↵Grant Limberg
thread. Also code cleanup & removed confusing startup UI
2017-05-08Fixed falling out of the network monitor thread if the ZeroTier service ↵Grant Limberg
isn't running on Windows
2017-03-08Fix exception thrown in NetworkMonitor thread that can cause the UI to stop ↵Grant Limberg
polling service for updates
2016-11-18proper shutdownGrant Limberg
2016-11-18fixed an issue where sometimes network data wouldnt be updatedGrant Limberg
2016-11-18Wired up connected checkbox and delete button. just something not working ↵Grant Limberg
with refresh.
2016-11-17can finally join/leave networks by clicking on them in the context menuGrant Limberg
2016-11-14Added network monitor pub/sub classGrant Limberg