summaryrefslogtreecommitdiff
path: root/node/Network.cpp
AgeCommit message (Expand)Author
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
2013-09-10Finish stripping minBalance from BandwidthAccountAdam Ierymenko
2013-09-07Apply multicast rate limits to my own multicasts. Will run locally and on a v...Adam Ierymenko
2013-09-07updateAndCheckMulticastBalance and friendsAdam Ierymenko
2013-09-06Bit more netconf cleanup...Adam Ierymenko
2013-09-04Multicast bandwidth accounting work in progress, and some config field change...Adam Ierymenko
2013-08-30Improve code security posture by replacing sprintf with a safer function.Adam Ierymenko
2013-08-28Check network ethernet type whitelist instead of hard-coded ethernet types.Adam Ierymenko
2013-08-27Jigger with shutdown method to avoid a crash on CTRL+C in Windows. Feels a bi...Adam Ierymenko
2013-08-27More tap work -- DHCP configuration and such.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-12Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a...Adam Ierymenko
2013-08-09Fix for another wonderful C++ threading race condition.Adam Ierymenko
2013-08-09Add a concept of debt to RateLimiter, save a bit of RAM.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-06Network constructor deuglification, remove unused old encrypt/decrypt methods...Adam Ierymenko
2013-08-06Bunch more debugging and loop closing on new netconf.Adam Ierymenko
2013-08-06Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener ...Adam Ierymenko
2013-08-05CLI debugging, got rid of nasty old Thread class and replaced with newer clea...Adam Ierymenko
2013-08-03Scratch that... more work wiring up netconf. Got to handle OK.Adam Ierymenko
2013-07-30Call clean on all networks periodically, generalize Topology clean cycle to a...Adam Ierymenko
2013-07-29More work on network membership certs, and it builds now. Still in heavy deve...Adam Ierymenko
2013-07-29Fix a bunch of errors due to minor method signature changes, still a work in ...Adam Ierymenko
2013-07-29Network membership certificate work in progress... does not build yet.Adam Ierymenko
2013-07-09Several things:Adam Ierymenko
2013-07-04New git repository for release - version 0.2.0 taggedAdam Ierymenko