Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-11 | Merge branch 'adamierymenko-dev' into netcon | Adam Ierymenko | |
2015-09-11 | ARP cache and responder agent code for use in netcon and iOS. | Adam Ierymenko | |
2015-09-11 | closeConnection / closeClient changes | Joseph Henry | |
2015-09-11 | small method changes | Joseph Henry | |
2015-09-10 | filled out hendlers | Joseph Henry | |
2015-09-10 | compiles, technically | Joseph Henry | |
2015-09-10 | refactor almost complete | Joseph Henry | |
2015-09-10 | Merge branch 'adamierymenko-dev' into netcon | Adam Ierymenko | |
2015-09-10 | Rename some stuff in Phy since it can be used with any stream socket. | Adam Ierymenko | |
2015-09-10 | . | Adam Ierymenko | |
2015-09-10 | refactor in progress | Joseph Henry | |
2015-09-10 | refactor in progress | Joseph Henry | |
2015-09-10 | Add expansion of netconf in _test field. | Adam Ierymenko | |
2015-09-10 | Fix deadlock in test mode. | Adam Ierymenko | |
2015-09-10 | refactor in progress | Joseph Henry | |
2015-09-10 | Fix to allowing identity to be populated if not present. | Adam Ierymenko | |
2015-09-10 | refactor in progress | Joseph Henry | |
2015-09-10 | Remove unnecessary accessors. | Adam Ierymenko | |
2015-09-10 | Merge adamierymenko-dev | Adam Ierymenko | |
2015-09-10 | Add socketpair support to Phy. | Adam Ierymenko | |
2015-09-10 | started refactor | Joseph Henry | |
2015-09-10 | initial commit | Joseph Henry | |
2015-09-09 | Merge branch 'adamierymenko-dev' into netcon | Adam Ierymenko | |
2015-09-08 | Allow identity to be populated for newly inserted Member objects to permit ↵ | Adam Ierymenko | |
transfer from old network controller and testing. | |||
2015-09-08 | Add a bit of useful testing instrumentation to SqliteNetworkController. | Adam Ierymenko | |
2015-09-04 | Final std::map<> from Switch, and add some smallish default values for hash ↵ | Adam Ierymenko | |
size. | |||
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 ↵ | Adam Ierymenko | |
improve performance pretty decently under high load with lots of peers. | |||
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. ↵ | Adam Ierymenko | |
(ongoing std::map-ectomy) | |||
2015-09-04 | Add entries() to go with keys() for future use. | Adam Ierymenko | |
2015-09-03 | Merge branch 'netcon' of http://git.int.zerotier.com/zerotier/zerotierone ↵ | Adam Ierymenko | |
into netcon | |||
2015-09-03 | Merge branch 'adamierymenko-dev' into netcon | Adam Ierymenko | |
2015-09-03 | Hash table bug fix, and add copy constructor and assignment operator for ↵ | Adam Ierymenko | |
principle of least surprise. | |||
2015-09-03 | build fix | Adam Ierymenko | |
2015-09-03 | A few more fixes, ready to integrate main payload. | Adam Ierymenko | |
2015-09-02 | Netcon build fixes. | Adam Ierymenko | |
2015-09-02 | Netcon mode for Linux (in this branch, will make conditional later) | Adam Ierymenko | |
2015-09-02 | More netcon stuff, and Phy build fix. | Adam Ierymenko | |
2015-09-02 | Stub of NetconEthernetTap | Adam Ierymenko | |
2015-09-02 | Unix domain sockets in Phy<> | Adam Ierymenko | |
2015-08-27 | Integrate Hashtable into Multicaster, where @mwarning found heaviest ↵ | Adam Ierymenko | |
std::map() overhead. | |||
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 | |
Version 1.0.5 is a very minor release. It includes a new build of the Windows device driver that supports Windows Vista and 2008 Server, and a fix to prevent an issue that could occur when updating Linux installations from old pre-1.0.3 versions to 1.0.3 or 1.0.4. It also includes a few very minor fixes and improvements to the controller code, which doesn't affect most users. This second commit just bumps version.h. :) | |||
2015-08-25 | VERSION 1.0.5: Windows and Linux (upgrade) bug fixes | Adam Ierymenko | |
Version 1.0.5 is a very minor release. It includes a new build of the Windows device driver that supports Windows Vista and 2008 Server, and a fix to prevent an issue that could occur when updating Linux installations from old pre-1.0.3 versions to 1.0.3 or 1.0.4. It also includes a few very minor fixes and improvements to the controller code, which doesn't affect most users. | |||
2015-08-25 | Document rules requirement in controller. | Adam Ierymenko | |