summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-10Merge branch 'adamierymenko-dev' into netconAdam Ierymenko
2015-09-10Rename some stuff in Phy since it can be used with any stream socket.Adam Ierymenko
2015-09-10.Adam Ierymenko
2015-09-10refactor in progressJoseph Henry
2015-09-10refactor in progressJoseph Henry
2015-09-10Add expansion of netconf in _test field.Adam Ierymenko
2015-09-10Fix deadlock in test mode.Adam Ierymenko
2015-09-10refactor in progressJoseph Henry
2015-09-10Fix to allowing identity to be populated if not present.Adam Ierymenko
2015-09-10refactor in progressJoseph Henry
2015-09-10Remove unnecessary accessors.Adam Ierymenko
2015-09-10Merge adamierymenko-devAdam Ierymenko
2015-09-10Add socketpair support to Phy.Adam Ierymenko
2015-09-10started refactorJoseph Henry
2015-09-10initial commitJoseph Henry
2015-09-09Merge branch 'adamierymenko-dev' into netconAdam Ierymenko
2015-09-08Allow identity to be populated for newly inserted Member objects to permit tr...Adam Ierymenko
2015-09-08Add a bit of useful testing instrumentation to SqliteNetworkController.Adam Ierymenko
2015-09-04Final std::map<> from Switch, and add some smallish default values for hash s...Adam Ierymenko
2015-09-04Almost done... very few std::map<>s remaining in any spot that matters.Adam Ierymenko
2015-09-04Remove way-overkill multimap from Switch.Adam Ierymenko
2015-09-04Starting in on Switch... kill map in defrag queue, which will probably improv...Adam Ierymenko
2015-09-04... and another ...Adam Ierymenko
2015-09-04Two for one! (std::map removal)Adam Ierymenko
2015-09-04... and another one!Adam Ierymenko
2015-09-04Another std::map<> dies.Adam Ierymenko
2015-09-04Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongo...Adam Ierymenko
2015-09-04Add entries() to go with keys() for future use.Adam Ierymenko
2015-09-03Merge branch 'netcon' of http://git.int.zerotier.com/zerotier/zerotierone int...Adam Ierymenko
2015-09-03Merge branch 'adamierymenko-dev' into netconAdam Ierymenko
2015-09-03Hash table bug fix, and add copy constructor and assignment operator for prin...Adam Ierymenko
2015-09-03build fixAdam Ierymenko
2015-09-03A few more fixes, ready to integrate main payload.Adam Ierymenko
2015-09-02Netcon build fixes.Adam Ierymenko
2015-09-02Netcon mode for Linux (in this branch, will make conditional later)Adam Ierymenko
2015-09-02More netcon stuff, and Phy build fix.Adam Ierymenko
2015-09-02Stub of NetconEthernetTapAdam Ierymenko
2015-09-02Unix domain sockets in Phy<>Adam Ierymenko
2015-08-27Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map...Adam Ierymenko
2015-08-27A simple and fast Hashtable, tested but not yet integrated with anything.Adam Ierymenko
2015-08-25VERSION 1.0.5: Windows and Linux (upgrade) bug fixesAdam Ierymenko
2015-08-25VERSION 1.0.5: Windows and Linux (upgrade) bug fixesAdam Ierymenko
2015-08-25Document rules requirement in controller.Adam Ierymenko
2015-08-25Document clock convenience field.Adam Ierymenko
2015-08-25Ignore old root-topology if present -- fix for upgrading on Linux and possibl...Adam Ierymenko
2015-08-24Add clock helper field to both member and network to permit time duration cal...Adam Ierymenko
2015-08-24typoAdam Ierymenko
2015-08-19Add authorizedMemberCount to controller network config records.Adam Ierymenko
2015-08-17Lookup of member must be a left outer join in case the member is being manual...Adam Ierymenko
2015-08-13Manually set DeviceInstanceID since this registry key is missing on Windows V...Adam Ierymenko