| Age | Commit message (Expand) | Author |
| 2015-04-06 | Don't need to announce on multicast leave. | 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 | More cleanup. | Adam Ierymenko |
| 2015-04-01 | Tons more refactoring: simplify Network, move explicit management of Tap out,... | Adam Ierymenko |
| 2015-03-31 | Phy is a better name than Wire, and other cleanup. | Adam Ierymenko |
| 2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko |
| 2015-01-09 | Add confirmation step to new netconf, with the caveat that it will be disable... | Adam Ierymenko |
| 2015-01-06 | Cleanup, new C++ netconf code is almost ready to test! | Adam Ierymenko |
| 2015-01-05 | Add timestamp field to network config requests. | Adam Ierymenko |
| 2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko |
| 2014-11-13 | Optimization: we don't need to verify signatures on certs if they're certs we... | Adam Ierymenko |
| 2014-10-29 | Code cleanup, and fix some unsafe pointer handling in Network. | Adam Ierymenko |
| 2014-10-14 | Make several changes to eliminate potential deadlock or recursive lock condit... | Adam Ierymenko |
| 2014-10-14 | Get rid of rescanMulticastGroups() in Network thread since this can deadlock.... | Adam Ierymenko |
| 2014-10-14 | More fixes to legacy support, and to a potential issue on quit. | Adam Ierymenko |
| 2014-10-10 | (1) Back off a little on default max multicast limit since 128 is pretty band... | Adam Ierymenko |
| 2014-10-09 | Reorg multicast packet, and a whole bunch of refactoring around the pushing o... | 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 | Announce multicast group changes on network rescanMulticastGroups() | Adam Ierymenko |
| 2014-10-03 | Add test network support to Network. | Adam Ierymenko |
| 2014-10-02 | Improve security posture by eliminating non-const data() accessor from Buffer. | 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 | Most of new multicast code builds... now on to packet parsing. | Adam Ierymenko |
| 2014-09-25 | . | Adam Ierymenko |
| 2014-09-24 | Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a lit... | 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-05 | IP assignment and change cleanup -- leave IPs that were never configured via ... | Adam Ierymenko |
| 2014-08-21 | Another fix to Network life cycle. | Adam Ierymenko |
| 2014-08-21 | Fix for crazy Windows threading bug... repeatedly adding and removing a netwo... | Adam Ierymenko |
| 2014-08-12 | (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks | Adam Ierymenko |
| 2014-08-07 | Windows compile fixes, compiler warning fix, unfreed memory fix in main.c (th... | Adam Ierymenko |
| 2014-08-07 | Compile for for TRACE, remove old TESTNET cruft. | Adam Ierymenko |
| 2014-07-31 | Tons of code cleanup, refactor Network to use EthernetTapFactory, probably al... | 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 | Bridge routing table - GitHub issue #68 | Adam Ierymenko |
| 2014-05-23 | GitHub issue #67 | Adam Ierymenko |
| 2014-05-23 | GitHub Issue #69 - make MAC assignment schema differ between virtual networks. | Adam Ierymenko |
| 2014-04-09 | .... aaaaaand... GitHub issue #61 was caused by the fact that we were no long... | Adam Ierymenko |
| 2014-04-07 | Builds and runs on Unix with EthernetTap changes, now for Windows... and for ... | Adam Ierymenko |