Age | Commit message (Expand) | Author |
2015-09-04 | Final std::map<> from Switch, and add some smallish default values for hash s... | Adam Ierymenko |
2015-09-04 | Almost done... very few std::map<>s remaining in any spot that matters. | Adam Ierymenko |
2015-09-04 | Remove way-overkill multimap from Switch. | Adam Ierymenko |
2015-09-04 | Starting in on Switch... kill map in defrag queue, which will probably improv... | Adam Ierymenko |
2015-09-04 | ... and another ... | 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-09-04 | Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongo... | Adam Ierymenko |
2015-09-04 | Add entries() to go with keys() for future use. | Adam Ierymenko |
2015-09-03 | Hash table bug fix, and add copy constructor and assignment operator for prin... | Adam Ierymenko |
2015-09-02 | Unix domain sockets in Phy<> | Adam Ierymenko |
2015-08-27 | Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map... | Adam Ierymenko |
2015-08-27 | A simple and fast Hashtable, tested but not yet integrated with anything. | Adam Ierymenko |
2015-08-25 | VERSION 1.0.5: Windows and Linux (upgrade) bug fixes | Adam Ierymenko |
2015-08-25 | VERSION 1.0.5: Windows and Linux (upgrade) bug fixes | Adam Ierymenko |
2015-08-25 | Document rules requirement in controller. | Adam Ierymenko |
2015-08-25 | Document clock convenience field. | Adam Ierymenko |
2015-08-25 | Ignore old root-topology if present -- fix for upgrading on Linux and possibl... | Adam Ierymenko |
2015-08-24 | Add clock helper field to both member and network to permit time duration cal... | Adam Ierymenko |
2015-08-24 | typo | Adam Ierymenko |
2015-08-19 | Add authorizedMemberCount to controller network config records. | Adam Ierymenko |
2015-08-17 | Lookup of member must be a left outer join in case the member is being manual... | Adam Ierymenko |
2015-08-13 | Manually set DeviceInstanceID since this registry key is missing on Windows V... | Adam Ierymenko |
2015-08-13 | Windows driver (NDIS6) rebuild using earlier DDK revision to allow driver to ... | Adam Ierymenko |
2015-07-31 | VERSION 1.0.4: Stability, LAN, and NAT traversal improvements | 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-31 | Dead code removal. | Adam Ierymenko |
2015-07-30 | Bring back _winPokeAHole() to dynamically allocate firewall exception. Should... | Adam Ierymenko |
2015-07-30 | Because Windows, because Windows. Now it upgrades correctly from 1.0.1, inclu... | Adam Ierymenko |
2015-07-30 | Save enumeration of statically assigned IPs so they will always be reassigned... | Adam Ierymenko |
2015-07-30 | 1.0.4 installer GUID | Adam Ierymenko |
2015-07-30 | Suppress icacls output on lockDownFile(). | Adam Ierymenko |
2015-07-30 | Because Windows. | Adam Ierymenko |
2015-07-30 | Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and s... | Adam Ierymenko |
2015-07-29 | 1.0.4 release installer changes | Adam Ierymenko |
2015-07-29 | Rebuild Mac UI wrapper with smaller icon and a small UI fix. | Adam Ierymenko |
2015-07-29 | Add border around Mac icon so it looks better in Finder. | Adam Ierymenko |
2015-07-29 | Go ahead and spec out controller DB support for AuthToken -- GitHub issue #21... | Adam Ierymenko |
2015-07-28 | docs | Adam Ierymenko |
2015-07-28 | Add CLI support for /explicit/urls (automatically outputs JSON in this case),... | Adam Ierymenko |
2015-07-28 | Get rid of -I on Mac and Linux since we include miniupnpc headers by direct p... | Adam Ierymenko |
2015-07-28 | Add miniupnpc builds for Windows, fix some Windows build warnings. | Adam Ierymenko |
2015-07-28 | Linux x86 libminiupnpc.a | Adam Ierymenko |
2015-07-24 | Linux x64 libminiupnpc.a | Adam Ierymenko |
2015-07-28 | Linux make support for libminiupnpc. | Adam Ierymenko |
2015-07-28 | libminiupnpc.a for arm6l | Adam Ierymenko |
2015-07-28 | Add miniupnpc to third party libs. | Adam Ierymenko |
2015-07-28 | Add binary build of libminiupnpc for Mac x64. | Adam Ierymenko |