summaryrefslogtreecommitdiff
path: root/osnet/WindowsEthernetTap.cpp
AgeCommit message (Collapse)Author
2015-03-31osnet -> osdepAdam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2014-10-03More work on adding testnet and user-mode capabilities for local network ↵Adam Ierymenko
simulation.
2014-08-21Fix for crazy Windows threading bug... repeatedly adding and removing a ↵Adam Ierymenko
network now doesn't leave networks in limbo.
2014-08-21Change 1.1.1.1 pseudo-IP used for default route hack to 25.255.255.254, ↵Adam Ierymenko
since 1.1.1.1 is from a now-in-use IPv4 block while 25.0.0.0/8 is still unrouted. It can be changed in the future without impacting anything, since Windows keys off the MAC not the IP to classify networks.
2014-08-12(1) Tweak LAN locator beacon frequencies, (2) Windows virtual networksAdam Ierymenko
now show up as *real* networks and prompt the user to set their location and firewall status (public, private, home/work, etc.). The hack used to achieve #2 should not be examined by children or those suffering from epilepsy or heart conditions.
2014-08-08Fix a Windows bug in refactored tap code, and always make sure we have a ↵Adam Ierymenko
firewall exception rule on startup.
2014-08-07Windows compile fixes, compiler warning fix, unfreed memory fix in main.c ↵Adam Ierymenko
(though it would not have mattered since program exits immediately after).
2014-08-06Some tap interface changes and integration into main.cpp for *nix systems.Adam Ierymenko
2014-08-04Windows Ethernet tap refactoring complete.Adam Ierymenko
2014-07-28Windows routing table interface (untested).Adam Ierymenko
2014-07-26Another rename...Adam Ierymenko