summaryrefslogtreecommitdiff
path: root/node/Network.cpp
AgeCommit message (Expand)Author
2014-08-21Another fix to Network life cycle.Adam Ierymenko
2014-08-21Fix for crazy Windows threading bug... repeatedly adding and removing a netwo...Adam Ierymenko
2014-08-12(1) Tweak LAN locator beacon frequencies, (2) Windows virtual networksAdam Ierymenko
2014-08-07Windows compile fixes, compiler warning fix, unfreed memory fix in main.c (th...Adam Ierymenko
2014-08-07Compile for for TRACE, remove old TESTNET cruft.Adam Ierymenko
2014-07-31Tons of code cleanup, refactor Network to use EthernetTapFactory, probably al...Adam Ierymenko
2014-06-26Add enabled/disabled status to network.Adam Ierymenko
2014-06-14Simplify network briding modes -- we only need passive toggle and active brid...Adam Ierymenko
2014-06-13Network memory for bridge-side multicast groups that we learn - GitHub issue #68Adam Ierymenko
2014-06-10Bridge routing table - GitHub issue #68Adam Ierymenko
2014-05-23GitHub issue #67Adam Ierymenko
2014-05-23GitHub Issue #69 - make MAC assignment schema differ between virtual networks.Adam Ierymenko
2014-04-09.... aaaaaand... GitHub issue #61 was caused by the fact that we were no long...Adam Ierymenko
2014-04-07Builds and runs on Unix with EthernetTap changes, now for Windows... and for ...Adam Ierymenko
2014-03-20Fix blocking socket issues in new socket I/O code.Adam Ierymenko
2014-03-06Fix crash on uninitialized taps.Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2014-02-11Fix for GitHub issue #37: remember *nix device names.Adam Ierymenko
2014-01-27Fix a couple compile items.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-26Lock down individual files in networks.d instead of directory since directory...Adam Ierymenko
2014-01-21Several things:Adam Ierymenko
2013-10-25Add some more TRACE output for certs.Adam Ierymenko
2013-10-24More tying up of certificate of membership stuff in the client.Adam Ierymenko
2013-10-21Peers are now dumped on shutdown in a persistence cache and reloaded on start...Adam Ierymenko
2013-10-18Work in progress...Adam Ierymenko
2013-10-17Netconf support for ARP and NDP caching TTLs.Adam Ierymenko
2013-10-17Take the 0.6.0 opportunity to add flags to a few protocol verbs and do a bit ...Adam Ierymenko
2013-10-16Lots of cleanup, more work on certificates, some security fixes.Adam Ierymenko
2013-10-07Auto-pushing of membership certs on: MULTICAST_FRAME,FRAME,MULTICAST_LIKE and...Adam Ierymenko
2013-10-07Automagically push netconf certs -- Network support.Adam Ierymenko
2013-10-07Break out certificate of membership into its own class.Adam Ierymenko
2013-10-07Another tweak, hopefully final, to reduce variance on identity generation times.Adam Ierymenko
2013-10-05Make new identity hashcash algo memory hard, and tweak generation time a bit....Adam Ierymenko
2013-10-04Flesh out membership certificate with signature, better serialize/deserialize...Adam Ierymenko
2013-09-30Make new multicast depth and prefix bits parameters configurable.Adam Ierymenko
2013-09-26Work in progress...Adam Ierymenko
2013-09-25More work in progress in new multicast propagation...Adam Ierymenko
2013-09-25Work in progress...Adam Ierymenko
2013-09-24Work in progress...Adam Ierymenko
2013-09-17Get rid of 000000000000000.mcerts junk files.Adam Ierymenko
2013-09-17Make network multicast breadth/depth parameters configurable on a per-net basis.Adam Ierymenko
2013-09-17Some file format cleanup.Adam Ierymenko
2013-09-16New crypto integrated -- going to be testing new identity address generation ...Adam Ierymenko
2013-09-12Get a default rate that works for multicast.Adam Ierymenko
2013-09-11A few logging changes.Adam Ierymenko
2013-09-11Small method rename.Adam Ierymenko
2013-09-11Drop old Certificate type from Network.Adam Ierymenko
2013-09-11Version two of network certificate of membership, a much more concise and fas...Adam Ierymenko