Age | Commit message (Expand) | Author |
2016-06-21 | Make Dictionary templatable so it can be used where we want a higher capacity. | Adam Ierymenko |
2016-06-16 | Big refactor mostly builds. We now have a uniform backward compatible netconf. | Adam Ierymenko |
2016-06-14 | Big refactor in service code to prep for plumbing through route management. | Adam Ierymenko |
2016-06-07 | Carry virtual network routes through to API. | Adam Ierymenko |
2016-05-16 | Fix new binary meta-data deserialization and add some debug code (will disabl... | Adam Ierymenko |
2016-05-11 | Ready to test whole new netconf refactor. | Adam Ierymenko |
2016-05-06 | Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes ... | Adam Ierymenko |
2016-05-06 | Changes to how new-style binary network configs are detected, and a new-style... | Adam Ierymenko |
2016-04-26 | Deserialize new style netconf. | Adam Ierymenko |
2016-04-26 | More refactoring to remove old Dictionary dependencies. | Adam Ierymenko |
2016-04-19 | Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, ... | Adam Ierymenko |
2016-04-12 | Refactor Network for new NetworkConfig. | Adam Ierymenko |
2016-04-12 | NetworkConfig refactor part 1 | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2016-01-12 | Docs and cleanup. | Adam Ierymenko |
2016-01-12 | Use network user ptr in lookup for Ethernet frame handling to eliminate map l... | Adam Ierymenko |
2016-01-12 | Add a network-associated user ptr in API. | Adam Ierymenko |
2015-10-27 | Factor out RemotePath subclass of Path -- no longer needed, just cruft. | Adam Ierymenko |
2015-10-23 | Refactor multicast group announcement to work directly or indirectly. | Adam Ierymenko |
2015-10-07 | Tune NAT-t keepalives so that timing is better obeyed, clean up a build warni... | Adam Ierymenko |
2015-10-06 | Fix TRACE output. | Adam Ierymenko |
2015-10-02 | no toString() method on peer. Commenting out for now. | Grant Limberg |
2015-10-01 | Always announce multicast groups, not just to peers with direct links, and pu... | Adam Ierymenko |
2015-10-01 | Restore group announcement on Peer::receive() but centralize packet compositi... | Adam Ierymenko |
2015-10-01 | Refactor: move network COMs out of Network and into Peer in prep for tighteni... | Adam Ierymenko |
2015-09-24 | (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i... | Adam Ierymenko |
2015-09-08 | Add a bit of useful testing instrumentation to SqliteNetworkController. | Adam Ierymenko |
2015-09-04 | Two for one! (std::map removal) | Adam Ierymenko |
2015-09-04 | ... and another one! | Adam Ierymenko |
2015-09-04 | Another std::map<> dies. | Adam Ierymenko |
2015-07-31 | Add security notice to auto-update info in -h output, and fix a missing paren. | Adam Ierymenko |
2015-07-31 | Remove a bit of redundant logic, and also announce MULTICAST_LIKEs to control... | Adam Ierymenko |
2015-07-23 | Eliminate some poorly thought out optimizations from the netconf/controller i... | Adam Ierymenko |
2015-07-07 | Fix potential bug in controller config request. | Adam Ierymenko |
2015-07-07 | Revert some bad docs in Packet -- I think we will still use that. Also rename... | Adam Ierymenko |
2015-06-29 | Fix semantics of std::unique() to actually remove duplicates (hidden memory l... | Adam Ierymenko |
2015-06-26 | Fix cert verification check for self signed signatures | Kees Bos |
2015-06-26 | GitHub issue #191 - kill intra-network multicast rate limits (which were not ... | Adam Ierymenko |
2015-06-19 | Root server terminology cleanup, and tighten up a security check by checking ... | Adam Ierymenko |
2015-05-06 | Renamed supernode to rootserver | Kees Bos |
2015-06-01 | Rest of GitHub issue #140 implementation. | Adam Ierymenko |
2015-06-01 | Fix for GitHub issue #170 | 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-24 | Windows now builds and runs selftest correctly, and fixed a Windows (and poss... | Adam Ierymenko |
2015-04-15 | More cleanup, and fix for the extremely unlikely case of identity collision. | 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-14 | Just return files from listDirectory() since that is all we need, fix network... | Adam Ierymenko |