summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03Hash table bug fix, and add copy constructor and assignment operator for prin...Adam 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
2015-08-13Windows driver (NDIS6) rebuild using earlier DDK revision to allow driver to ...Adam Ierymenko
2015-07-31VERSION 1.0.4: Stability, LAN, and NAT traversal improvementsAdam Ierymenko
2015-07-31Add security notice to auto-update info in -h output, and fix a missing paren.Adam Ierymenko
2015-07-31Remove a bit of redundant logic, and also announce MULTICAST_LIKEs to control...Adam Ierymenko
2015-07-31Dead code removal.Adam Ierymenko
2015-07-30Bring back _winPokeAHole() to dynamically allocate firewall exception. Should...Adam Ierymenko
2015-07-30Because Windows, because Windows. Now it upgrades correctly from 1.0.1, inclu...Adam Ierymenko
2015-07-30Save enumeration of statically assigned IPs so they will always be reassigned...Adam Ierymenko
2015-07-301.0.4 installer GUIDAdam Ierymenko
2015-07-30Suppress icacls output on lockDownFile().Adam Ierymenko
2015-07-30Because Windows.Adam Ierymenko
2015-07-30Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and s...Adam Ierymenko
2015-07-291.0.4 release installer changesAdam Ierymenko
2015-07-29Rebuild Mac UI wrapper with smaller icon and a small UI fix.Adam Ierymenko
2015-07-29Add border around Mac icon so it looks better in Finder.Adam Ierymenko
2015-07-29Go ahead and spec out controller DB support for AuthToken -- GitHub issue #21...Adam Ierymenko
2015-07-28docsAdam Ierymenko
2015-07-28Add CLI support for /explicit/urls (automatically outputs JSON in this case),...Adam Ierymenko
2015-07-28Get rid of -I on Mac and Linux since we include miniupnpc headers by direct p...Adam Ierymenko
2015-07-28Add miniupnpc builds for Windows, fix some Windows build warnings.Adam Ierymenko
2015-07-28Linux x86 libminiupnpc.aAdam Ierymenko
2015-07-24Linux x64 libminiupnpc.aAdam Ierymenko
2015-07-28Linux make support for libminiupnpc.Adam Ierymenko
2015-07-28libminiupnpc.a for arm6lAdam Ierymenko
2015-07-28Add miniupnpc to third party libs.Adam Ierymenko
2015-07-28Add binary build of libminiupnpc for Mac x64.Adam Ierymenko
2015-07-28Merge branch 'adamierymenko-dev' of http://git.int.zerotier.com/zerotier/zero...Adam Ierymenko
2015-07-28UPNP/NAT-PMP support with libminiupnpc (if built with it) -- GitHub issue #64Adam Ierymenko