summaryrefslogtreecommitdiff
path: root/osnet
AgeCommit message (Collapse)Author
2015-03-31osnet -> osdepAdam Ierymenko
2015-03-31Phy is a better name than Wire, and other cleanup.Adam Ierymenko
2015-03-30Turns out that node/ likely has no business with or need for the system IP ↵Adam Ierymenko
routing table. So shelve that code for now.
2015-03-30Wire selftest, and passes all tests.Adam Ierymenko
2015-03-30Build fixes.Adam Ierymenko
2015-03-26Wire should be good to test.Adam Ierymenko
2015-03-24More Wire cleanup/docs and minor fixes.Adam Ierymenko
2015-03-24A bit more cleanup and doc work on new select abstractionAdam Ierymenko
2015-03-23Most of new cleaner IO abstraction.Adam 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-12-19FreeBSD works, and some documentation fixes.Adam Ierymenko
2014-12-19FreeBSD builds!Adam Ierymenko
2014-12-19Fork OSXEthernetTapFactory -> BSDEthernetTapFactoryAdam Ierymenko
2014-11-12Increase paltry listen() backlog size to prevent Linux kernel syn flood ↵Adam Ierymenko
fallback (only really affects supernodes).
2014-10-29Windows build fix, set up Windows solution with new layout.Adam Ierymenko
2014-10-28docsAdam Ierymenko
2014-10-21More work on abstracting socket manager.Adam Ierymenko
2014-10-21About halfway there in refactoring to support pluggable SocketManager.Adam Ierymenko
2014-10-21Move socket manager implementation into osnet/Adam Ierymenko
2014-10-03More work on adding testnet and user-mode capabilities for local network ↵Adam Ierymenko
simulation.
2014-09-04Fix for missing broadcast address on Linux Ethernet taps.Adam Ierymenko
2014-08-21Another fix to Network life cycle.Adam Ierymenko
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-07LinuxEthernetTap refactor.Adam Ierymenko
2014-08-07Silence kextload/kextunload output, error handling improvements.Adam Ierymenko
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-31Linux routing table now works.Adam Ierymenko
2014-07-31Newly broken out OSX tap driver builds now.Adam Ierymenko
2014-07-31Path fixes in osnet/ stuffAdam Ierymenko
2014-07-31Tons of code cleanup, refactor Network to use EthernetTapFactory, probably ↵Adam Ierymenko
also fix GitHub issue #90
2014-07-28docsAdam Ierymenko
2014-07-28Windows routing table interface (untested).Adam Ierymenko
2014-07-26Another rename...Adam Ierymenko