summaryrefslogtreecommitdiff
path: root/node/EthernetTap.hpp
AgeCommit message (Expand)Author
2014-09-05IP assignment and change cleanup -- leave IPs that were never configured via ...Adam Ierymenko
2014-08-12(1) Tweak LAN locator beacon frequencies, (2) Windows virtual networksAdam Ierymenko
2014-08-06Some tap interface changes and integration into main.cpp for *nix systems.Adam Ierymenko
2014-07-31Tons of code cleanup, refactor Network to use EthernetTapFactory, probably al...Adam Ierymenko
2014-07-23A bunch more osdep/ work...Adam Ierymenko
2014-07-21Split UnixEthernetTap by platform to get rid of ifdef spaghetti.Adam Ierymenko
2014-07-02Leave IP addresses alone instead of deleting them from tap if they are not me...Adam Ierymenko
2014-05-23GitHub issue #67Adam Ierymenko
2014-04-07Split EthernetTap into subclasses, work in progress...Adam Ierymenko
2014-03-18Rip out old condition and Demarc stuff...Adam Ierymenko
2014-02-28Add code to clean unused permanent tap interfaces on Windows (but not used yet).Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2014-02-01Real implementation of ips() on OSX, now for Linux.Adam Ierymenko
2014-02-01Manually generate IPv6 link-local address only on Mac.Adam Ierymenko
2014-01-31Fix for GitHub issue #36 on OSX... results in a duplicate entry for IPv6 link...Adam Ierymenko
2014-01-27Make EthernetTap creation occur in a background thread in Network since it's ...Adam Ierymenko
2014-01-26Delete persistent tap device on Windows when we leave a network.Adam Ierymenko
2014-01-23Couple of Windows fixes, get rid of ips()/allIps() distinction in EthernetTap...Adam Ierymenko
2014-01-21Several things:Adam Ierymenko
2013-12-06Dead code removal, fix for cleanup GitHub issue #28Adam Ierymenko
2013-08-27More tap work -- DHCP configuration and such.Adam Ierymenko
2013-08-26Windows: disable and enable tap to allow changes to take effect.Adam Ierymenko
2013-08-26ZeroTierOne for Windows binary project, builds and runs and mostly works but ...Adam Ierymenko
2013-08-25Tap works! At least in isolation. Time to create the Windows executable and t...Adam Ierymenko
2013-08-23Tap driver basically builds in VS2012... fork of tap-windows from OpenVPN (co...Adam Ierymenko
2013-08-22Commit of a draft of the pcap-based strategy for a Windows tap. This may, in ...Adam Ierymenko
2013-08-21Make that an arbitrary tag to identify persistent taps...Adam Ierymenko
2013-08-19Add an interface description to EthernetTap, mostly for Windows.Adam Ierymenko
2013-08-08Move template parameter in Thread to a more logical scope location.Adam Ierymenko
2013-08-05CLI debugging, got rid of nasty old Thread class and replaced with newer clea...Adam Ierymenko
2013-07-09Several things:Adam Ierymenko
2013-07-08Fix for issue #6: OSX tap device forgets it has IPv6Adam Ierymenko
2013-07-06Enable ff:ff:ff:ff:ff:ff w/no ADI a.k.a. broadcast. YOLO.Adam Ierymenko
2013-07-04New git repository for release - version 0.2.0 taggedAdam Ierymenko