Age | Commit message (Expand) | Author |
2014-08-21 | Fix for crazy Windows threading bug... repeatedly adding and removing a netwo... | Adam Ierymenko |
2014-07-31 | Tons of code cleanup, refactor Network to use EthernetTapFactory, probably al... | Adam Ierymenko |
2014-06-26 | Only add active bridges to top of MC propagation list if they are alive. Othe... | Adam Ierymenko |
2014-06-26 | Add enabled/disabled status to network. | Adam Ierymenko |
2014-06-14 | Simplify network briding modes -- we only need passive toggle and active brid... | Adam Ierymenko |
2014-06-13 | Network memory for bridge-side multicast groups that we learn - GitHub issue #68 | Adam Ierymenko |
2014-06-10 | Packet decoder work for EXT_FRAME for bridging - GitHub issue #68 | Adam Ierymenko |
2014-06-10 | Bridge routing table - GitHub issue #68 | Adam Ierymenko |
2014-05-23 | GitHub issue #67 | Adam Ierymenko |
2014-03-25 | Apply multicast rate limits on a network to ourselves and do not send multica... | Adam Ierymenko |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko |
2014-02-11 | Fix for GitHub issue #37: remember *nix device names. | Adam Ierymenko |
2014-01-29 | Tiny compiler warning fix. | Adam Ierymenko |
2014-01-27 | Fix a couple compile items. | Adam Ierymenko |
2014-01-27 | Make EthernetTap creation occur in a background thread in Network since it's ... | Adam Ierymenko |
2013-12-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko |
2013-10-25 | Certificate of membership works now... had to fix multicast propagation so CO... | Adam Ierymenko |
2013-10-25 | Add some more TRACE output for certs. | Adam Ierymenko |
2013-10-24 | More tying up of certificate of membership stuff in the client. | Adam Ierymenko |
2013-10-18 | Work in progress... | Adam Ierymenko |
2013-10-17 | Netconf support for ARP and NDP caching TTLs. | Adam Ierymenko |
2013-10-16 | Lots of cleanup, more work on certificates, some security fixes. | Adam Ierymenko |
2013-10-07 | Auto-pushing of membership certs on: MULTICAST_FRAME,FRAME,MULTICAST_LIKE and... | Adam Ierymenko |
2013-10-07 | Automagically push netconf certs -- Network support. | Adam Ierymenko |
2013-10-07 | Break out certificate of membership into its own class. | Adam Ierymenko |
2013-10-07 | Rename error code for no membership certificate. | Adam Ierymenko |
2013-10-07 | Another tweak, hopefully final, to reduce variance on identity generation times. | Adam Ierymenko |
2013-10-04 | Flesh out membership certificate with signature, better serialize/deserialize... | Adam Ierymenko |
2013-09-30 | Make new multicast depth and prefix bits parameters configurable. | Adam Ierymenko |
2013-09-26 | Work in progress... | Adam Ierymenko |
2013-09-25 | More work in progress in new multicast propagation... | Adam Ierymenko |
2013-09-25 | Work in progress... | Adam Ierymenko |
2013-09-24 | Work in progress... | Adam Ierymenko |
2013-09-24 | Work in progress... | Adam Ierymenko |
2013-09-19 | Fix for netconf advertising of multicast propagation parameters, and defaults... | Adam Ierymenko |
2013-09-17 | Make network multicast breadth/depth parameters configurable on a per-net basis. | Adam Ierymenko |
2013-09-12 | More experimentation with multicast rate. | Adam Ierymenko |
2013-09-11 | Small method rename. | Adam Ierymenko |
2013-09-11 | More updates to bandwidth accounting. | Adam Ierymenko |
2013-09-11 | Drop old Certificate type from Network. | Adam Ierymenko |
2013-09-11 | Version two of network certificate of membership, a much more concise and fas... | Adam Ierymenko |
2013-09-10 | Finish stripping minBalance from BandwidthAccount | Adam Ierymenko |
2013-09-10 | Look up rate info from database, but going to drop min balance cause it seems... | Adam Ierymenko |
2013-09-07 | Apply multicast rate limits to my own multicasts. Will run locally and on a v... | Adam Ierymenko |
2013-09-07 | updateAndCheckMulticastBalance and friends | Adam Ierymenko |
2013-09-06 | Bit more netconf cleanup... | Adam Ierymenko |
2013-09-04 | Multicast bandwidth accounting work in progress, and some config field change... | Adam Ierymenko |
2013-08-30 | Improve code security posture by replacing sprintf with a safer function. | Adam Ierymenko |
2013-08-30 | Change rate limiter a little... | Adam Ierymenko |
2013-08-28 | Check network ethernet type whitelist instead of hard-coded ethernet types. | Adam Ierymenko |