summaryrefslogtreecommitdiff
path: root/osdep/ManagedRoute.cpp
AgeCommit message (Collapse)Author
2016-06-21Comment cleanup.Adam Ierymenko
2016-06-21Route management now works on Windows, including default route override! ↵Adam Ierymenko
1.1.6 very close!
2016-06-21Default route override and route management in general now works in Linux.Adam Ierymenko
2016-06-17Tying up default route and route mgmt loose ends. It now periodically ↵Adam Ierymenko
updates shadow routes so hopefully your link will stay up as you move around.
2016-06-16Default route population works on Mac!Adam Ierymenko
2016-06-16Build fixes.Adam Ierymenko
2016-06-15Default route ready to test on Mac.Adam Ierymenko
2016-06-15ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable ↵Adam Ierymenko
to attic.