summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2013-08-30Remove old launcher code, fix build error in idtool, add terminate command to...Adam Ierymenko
2013-08-30Change rate limiter a little...Adam Ierymenko
2013-08-28Check network ethernet type whitelist instead of hard-coded ethernet types.Adam Ierymenko
2013-08-28Add etherTypes to netconf response.Adam Ierymenko
2013-08-28Filter work, add name and desc to netconf response, small compiler warning fix.Adam Ierymenko
2013-08-27Jigger with shutdown method to avoid a crash on CTRL+C in Windows. Feels a bi...Adam Ierymenko
2013-08-27Build fixes for *nix.Adam Ierymenko
2013-08-27Drop extra debug output.Adam Ierymenko
2013-08-27Build fix in tap, handling of Windows shutdown signals.Adam Ierymenko
2013-08-27More tap work -- DHCP configuration and such.Adam Ierymenko
2013-08-27Dike out some cruft in Windows tap that we will never use, like TUN mode, DHC...Adam Ierymenko
2013-08-27Tap now basically sorta works on Windows. Now have to figure out how to contr...Adam Ierymenko
2013-08-26Build fixes for *nixAdam 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-24Docs, Node picks a default home folder if created with NULL as its home path,...Adam Ierymenko
2013-08-24It builds and it installs! Well, except for not being digitally signed. :PAdam Ierymenko
2013-08-23Tap driver basically builds in VS2012... fork of tap-windows from OpenVPN (co...Adam Ierymenko
2013-08-23VERSION 0.4.4: multicast cleanup, Windows port workAdam Ierymenko
2013-08-22Commit of a draft of the pcap-based strategy for a Windows tap. This may, in ...Adam Ierymenko
2013-08-22Tap now creates Microsoft Loopback Adapter instances and tags them with a spe...Adam Ierymenko
2013-08-21Bug fix in multicast changes.Adam Ierymenko
2013-08-21Huge convoluted logic de-tangling in multicast propagation, supernodes now do...Adam Ierymenko
2013-08-21A bit of code comment cleanup.Adam Ierymenko
2013-08-21Some work on Windows tap.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-14Windows builds, self test runs in Debug mode!Adam Ierymenko
2013-08-14Self test almost builds, now need skeleton EthernetTap implementation for Win...Adam Ierymenko
2013-08-13Version 0.4.3 (the real one): fix Gentoo ip config failures and crashesAdam Ierymenko
2013-08-13Version 0.4.3: fix Gentoo ip config failures and crashesAdam Ierymenko
2013-08-12Fix a *nix build issue.Adam Ierymenko
2013-08-12Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a...Adam Ierymenko
2013-08-12More Windows port work.Adam Ierymenko
2013-08-12Windows build work: condition, mutex, thread, udp socket...Adam Ierymenko
2013-08-12Clean up a bunch of valgrind errors, nix a potentially unsafe op in Buffer as...Adam Ierymenko
2013-08-10Replace libcrypto RAND_ with our own to avoid valgrind errors.Adam Ierymenko
2013-08-10Stop using RAND_ in libcrypto for Utils::getSecureRandom() due to annoying va...Adam Ierymenko
2013-08-09Add range safety check to EllipticCurveKey.Adam Ierymenko
2013-08-09Fix for another wonderful C++ threading race condition.Adam Ierymenko
2013-08-09Tweak default multicast rate limits.Adam Ierymenko
2013-08-09Add a concept of debt to RateLimiter, save a bit of RAM.Adam Ierymenko
2013-08-08Add RateLimiter for rate limiting multicast, not tested yet.Adam Ierymenko
2013-08-08Back off a little on multicast propagation depth. Eventually this will be a n...Adam Ierymenko
2013-08-08Actually report a meaningful network status instead of always OKAdam Ierymenko
2013-08-08Generalize unlink to OS-dep code in Utils, just a little prep for Windows port.Adam Ierymenko
2013-08-08Move template parameter in Thread to a more logical scope location.Adam Ierymenko
2013-08-07Add code to automatically join Earth if no network memberships are defined.Adam Ierymenko
2013-08-07Fix a bug and wow, it works.Adam Ierymenko