Age | Commit message (Expand) | Author |
2014-10-07 | g++ compiler warning fix | Adam Ierymenko |
2014-10-06 | . | Adam Ierymenko |
2014-10-06 | Add another private-testnet root topology debug option using 10.0.0.1 as the ... | Adam Ierymenko |
2014-10-06 | Bug fix in new multicast frame handler, handling of old "P5" multicast frames... | Adam Ierymenko |
2014-10-05 | Bump version to 1.0.0, add legacy support code to Multicaster to not send new... | Adam Ierymenko |
2014-10-04 | Send a VERB_P5_MULTICAST_FRAME to the supernode for each multicast -- for now... | Adam Ierymenko |
2014-10-04 | Pull logic to always send new multicasts to supernode since we need to do tha... | Adam Ierymenko |
2014-10-03 | Add some rate limiting to implicit gathers, and always send multicasts to at ... | Adam Ierymenko |
2014-10-03 | Turns out that needed to be a list after all. Also clean up Multicaster::gath... | Adam Ierymenko |
2014-10-03 | Do not multicast to self. | Adam Ierymenko |
2014-10-03 | Announce multicast group changes on network rescanMulticastGroups() | Adam Ierymenko |
2014-10-03 | Add test network support to Network. | Adam Ierymenko |
2014-10-03 | Add inject (undocumented in help) to NodeControlService. | Adam Ierymenko |
2014-10-03 | Plumb injectPacketFromHost through to API. | Adam Ierymenko |
2014-10-03 | Add local-testnet clean script, and make a really ugly hacky fix in main.c fo... | Adam Ierymenko |
2014-10-03 | Fix root topology override | Adam Ierymenko |
2014-10-03 | . | Adam Ierymenko |
2014-10-03 | run-local-testnet script | Adam Ierymenko |
2014-10-03 | More work on adding testnet and user-mode capabilities for local network simu... | Adam Ierymenko |
2014-10-03 | Root topology testnet stuff... will ship this so people can easily run the lo... | Adam Ierymenko |
2014-10-02 | Work on in-place testnet support. | Adam Ierymenko |
2014-10-02 | Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME) | Adam Ierymenko |
2014-10-02 | Make multicast gathering a bit smarter. | Adam Ierymenko |
2014-10-02 | But since we are now using middle 3 bits we can assign sane values for the ci... | Adam Ierymenko |
2014-10-02 | Gotta support old encrypted flag, move cipher spec to middle 3 bits... due to... | Adam Ierymenko |
2014-10-02 | Change "encrypted" flag to full cipher suite selector. Go ahead and reserve A... | Adam Ierymenko |
2014-10-02 | Improve security posture by eliminating non-const data() accessor from Buffer. | Adam Ierymenko |
2014-10-02 | Yes, zero my secret key data. Yes I really, really mean it. | Adam Ierymenko |
2014-10-01 | A bit more IncomingPacket cleanup... almost ready to test, just need OK() han... | Adam Ierymenko |
2014-10-01 | Some cleanup, Multicaster now sends multicasts as it gets additional members. | Adam Ierymenko |
2014-10-01 | Yay... now everything compiles! Getting close to testing on this. Still have ... | Adam Ierymenko |
2014-09-30 | IncomingPacket builds! | Adam Ierymenko |
2014-09-30 | Add origin to new MULTICAST_FRAME, move security check for certs into Network... | Adam Ierymenko |
2014-09-30 | Multicaster needs to be global, not per-network, and a bunch of other stuff. | Adam Ierymenko |
2014-09-30 | Everything in for new multicast except IncomingPacket parsing... | Adam Ierymenko |
2014-09-26 | A few more revisions to new multicast verbs. | Adam Ierymenko |
2014-09-26 | Some Network code cleanup. | Adam Ierymenko |
2014-09-25 | Most of new multicast code builds... now on to packet parsing. | Adam Ierymenko |
2014-09-25 | . | Adam Ierymenko |
2014-09-25 | . | Adam Ierymenko |
2014-09-25 | . | Adam Ierymenko |
2014-09-24 | Rename MulticastTopology to Multicaster -- same name as old multicast control... | Adam Ierymenko |
2014-09-24 | Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a lit... | Adam Ierymenko |
2014-09-24 | Some more multicast algo work... | Adam Ierymenko |
2014-09-24 | Rename PacketDecoder to much more descriptive IncomingPacket | Adam Ierymenko |
2014-09-24 | . | Adam Ierymenko |
2014-09-23 | Make MulticastTopology have its own mutex. | Adam Ierymenko |
2014-09-22 | . | Adam Ierymenko |
2014-09-22 | Yet more WIP on mulitcast algo... | Adam Ierymenko |
2014-09-18 | Work on defining new direct broadcast multicast algorithm. | Adam Ierymenko |