Age | Commit message (Expand) | Author |
2015-09-04 | ... and another one! | Adam Ierymenko |
2015-09-04 | Another std::map<> dies. | Adam Ierymenko |
2015-07-07 | More cleanup to direct path push, comment fixes, etc. | Adam Ierymenko |
2015-07-07 | Revert some bad docs in Packet -- I think we will still use that. Also rename... | Adam Ierymenko |
2015-06-26 | GitHub issue #191 - kill intra-network multicast rate limits (which were not ... | Adam Ierymenko |
2015-05-25 | Some nodeJS work, and apply fix from GitHub issue #166 plus a small optimizat... | Adam Ierymenko |
2015-05-13 | Should fix deadlock issue in GitHub issue #166 | Adam Ierymenko |
2015-04-15 | Rename netconf to controller and NetworkConfigMaster to NetworkController for... | Adam Ierymenko |
2015-04-15 | Fix some deadlock issues, move awareness of broadcast subscription into core,... | Adam Ierymenko |
2015-04-14 | Bunch of tap stuff, IP address assignment hookups, etc. | Adam Ierymenko |
2015-04-08 | Add events for packet decode errors, etc., and re-implement TRACE as an event. | Adam Ierymenko |
2015-04-08 | Utils::now() removal and a bunch of compile fixes. | Adam Ierymenko |
2015-04-06 | Use binary_search for multicast groups, which are kept in sorted order. | Adam Ierymenko |
2015-04-06 | Check for subscribed multicast groups should be able to check groups bridged ... | Adam Ierymenko |
2015-04-06 | Multicast group join/leave and group membership announcement. | Adam Ierymenko |
2015-04-06 | Network now calls port config function as per new API. | Adam Ierymenko |
2015-04-06 | Network build fixes and cleanup of remaining internal references to _tap | Adam Ierymenko |
2015-04-01 | More cleanup. | Adam Ierymenko |
2015-04-01 | Tons more refactoring: simplify Network, move explicit management of Tap out,... | Adam Ierymenko |
2015-04-01 | ... | Adam Ierymenko |
2015-03-31 | Move more stuff into osdep/ -- node/ will not use threads directly. | Adam Ierymenko |
2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko |
2014-10-09 | Return self in GATHER requests if self is a member of multicast group, and re... | Adam Ierymenko |
2014-10-09 | Reorg multicast packet, and a whole bunch of refactoring around the pushing o... | 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 | Plumb injectPacketFromHost through to API. | Adam Ierymenko |
2014-10-01 | Yay... now everything compiles! Getting close to testing on this. Still have ... | 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 | Some Network code cleanup. | 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 | 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 | Yet more WIP on mulitcast algo... | Adam Ierymenko |
2014-09-18 | Work on defining new direct broadcast multicast algorithm. | Adam Ierymenko |
2014-09-12 | Refactoring in progress... pardon our dust... | Adam Ierymenko |
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 |