summaryrefslogtreecommitdiff
path: root/node/Network.hpp
AgeCommit message (Collapse)Author
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-24Work in progress...Adam Ierymenko
2013-09-19Fix for netconf advertising of multicast propagation parameters, and ↵Adam Ierymenko
defaults in Network.hpp.
2013-09-17Make network multicast breadth/depth parameters configurable on a per-net basis.Adam Ierymenko
2013-09-12More experimentation with multicast rate.Adam Ierymenko
2013-09-11Small method rename.Adam Ierymenko
2013-09-11More updates to bandwidth accounting.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 ↵Adam Ierymenko
fast approach.
2013-09-10Finish stripping minBalance from BandwidthAccountAdam Ierymenko
2013-09-10Look up rate info from database, but going to drop min balance cause it ↵Adam Ierymenko
seems unnecessary. Also work in progress on membership certs.
2013-09-07Apply multicast rate limits to my own multicasts. Will run locally and on a ↵Adam Ierymenko
variety of system types to test the result of this.
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 ↵Adam Ierymenko
changes and cleanup.
2013-08-30Improve code security posture by replacing sprintf with a safer function.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-27More tap work -- DHCP configuration and such.Adam Ierymenko
2013-08-12Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's ↵Adam Ierymenko
a start.
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-08Add RateLimiter for rate limiting multicast, not tested yet.Adam Ierymenko
2013-08-08Actually report a meaningful network status instead of always OKAdam Ierymenko
2013-08-06Network constructor deuglification, remove unused old encrypt/decrypt ↵Adam Ierymenko
methods from Identity.
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
timing code.
2013-08-05CLI debugging, got rid of nasty old Thread class and replaced with newer ↵Adam Ierymenko
cleaner portable idiom.
2013-08-03Scratch that... more work wiring up netconf. Got to handle OK.Adam Ierymenko
2013-07-31Change mind again... dump Http. Launcher will do this and will use libcurl. ↵Adam Ierymenko
Also fix some format string errors.
2013-07-30Call clean on all networks periodically, generalize Topology clean cycle to ↵Adam Ierymenko
an overall clean cycle.
2013-07-29More work on network membership certs, and it builds now. Still in heavy ↵Adam Ierymenko
development.
2013-07-29Fix a bunch of errors due to minor method signature changes, still a work in ↵Adam Ierymenko
progress.
2013-07-29Network membership certificate work in progress... does not build yet.Adam Ierymenko
2013-07-27Add skeleton of certificate-based private network authentication. Also ↵Adam Ierymenko
remove some old code.
2013-07-27Back out of RPC... blech. Have a better idea.Adam Ierymenko
2013-07-25Work in progress on RPC.Adam Ierymenko
2013-07-10Adding signatures to multicast frames, work in progress, does not build yetAdam Ierymenko
2013-07-10Factored out multicast propagation algorithm from Switch and Topology, also ↵Adam Ierymenko
cleaned up and clarified it a bit.
2013-07-09Several things:Adam Ierymenko
(1) Probable fix for issue #7 and major cleanup of EthernetTap code with consolidation for all unix-like systems and specialization for different flavors only when needed. (2) Refactor of Buffer<> to make its members private, and Packet to use Buffer's methods exclusively to access them. This improves clarity and means we're no longer lying about Buffer's role in the code's security posture. (3) Add -fstack-protect to Makefile to bounds check stack variables.
2013-07-04New git repository for release - version 0.2.0 taggedAdam Ierymenko