Age | Commit message (Expand) | Author |
2015-07-21 | Fix to member listing: I wanted an object with member IDs as keys and member ... | Adam Ierymenko |
2015-07-21 | List members in the form of a hash of member ID and member revision so code c... | Adam Ierymenko |
2015-07-21 | Remove "members" from Network record and instead enumerate members via specif... | Adam Ierymenko |
2015-07-21 | Fix IP auto-assign bug due to missing subnet routes. | Adam Ierymenko |
2015-07-21 | Report controllerInstanceId in all objects so that controller resets can be e... | Adam Ierymenko |
2015-07-20 | Fix bug in rules JSON output. | Adam Ierymenko |
2015-07-20 | Proper handling of NULL entry for etherType in rules table. | Adam Ierymenko |
2015-07-20 | Fix string overwrite bug. | Adam Ierymenko |
2015-07-20 | Get rid of false foreign key in Relay. | Adam Ierymenko |
2015-07-17 | sp. | Adam Ierymenko |
2015-07-17 | IP assignment pool range bug fix. | Adam Ierymenko |
2015-07-17 | Fix some SQL and make instanceId more robustly random. | Adam Ierymenko |
2015-07-17 | Fix bad JSON in response. | Adam Ierymenko |
2015-07-17 | Add a concept of an "instanceId" to the controller, which the OnePoint can us... | Adam Ierymenko |
2015-07-16 | Fix addLocalInterfaceAddress call in OneService on Windows | Grant Limberg |
2015-07-16 | Add memberRevision stuff to JSON output, and update docs. | Adam Ierymenko |
2015-07-16 | Add a concept of a member revision counter to networks. This can be used to s... | Adam Ierymenko |
2015-07-14 | Networks don't need their ID as a default name. | Adam Ierymenko |
2015-07-14 | Don't allow zero as a network number. | Adam Ierymenko |
2015-07-13 | Workaround for uclibc missing map::operator==() | Adam Ierymenko |
2015-07-13 | Add additional TRACE output in pushDirectPaths. | Adam Ierymenko |
2015-07-13 | Clean up some YAGNI issues with implementation of GitHub issue #180, and make... | Adam Ierymenko |
2015-07-13 | Merge branch 'adamierymenko-dev' of http://git.int.zerotier.com/zerotier/zero... | Adam Ierymenko |
2015-07-13 | Fixes to PUSH_DIRECT_PATHS. | Adam Ierymenko |
2015-07-13 | ZT_TRACE build fix. | Adam Ierymenko |
2015-07-13 | Put back legacy code to listen for LAN announcements to support same network ... | Adam Ierymenko |
2015-07-13 | Disable HTTP test in selftest since it works, and GitHub issue #207. | Adam Ierymenko |
2015-07-08 | Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning co... | Adam Ierymenko |
2015-07-07 | Implement ERROR_UNWATNED_MULTICAST | Adam Ierymenko |
2015-07-07 | Kill a potential source of type punning BUS errors on Android, and besides th... | Adam Ierymenko |
2015-07-07 | Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG ... | Adam Ierymenko |
2015-07-07 | etherTypeName() is only used in Switch and only with ZT_TRACE | Adam Ierymenko |
2015-07-07 | Fix potential bug in controller config request. | Adam Ierymenko |
2015-07-07 | More cleanup to direct path push, comment fixes, etc. | Adam Ierymenko |
2015-07-07 | A bunch of comments and cleanup, including some to yesterday's direct path pu... | Adam Ierymenko |
2015-07-07 | Revert some bad docs in Packet -- I think we will still use that. Also rename... | Adam Ierymenko |
2015-07-06 | Another attempt at a fix for all the Windows driver coma issues. | Adam Ierymenko |
2015-07-06 | Eliminate debug printf(). | Adam Ierymenko |
2015-07-06 | Minor fix to Windows local adapter address enumeration. | Adam Ierymenko |
2015-07-06 | Remove debug printf(). | Adam Ierymenko |
2015-07-06 | Add new .h file to VS build, and Windows side of local interface address enum... | Adam Ierymenko |
2015-07-06 | Fix bug in direct path push send. | Adam Ierymenko |
2015-07-06 | Fix FreeBSD regression -- gmake defaults g++ which does not exist. | Adam Ierymenko |
2015-07-06 | Fix a regression. | Adam Ierymenko |
2015-07-06 | Unix side of local interface address awareness for GitHub issue #180. | Adam Ierymenko |
2015-07-06 | Plumbing for local interface addresses -- GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Almost everything for GitHub issue #180 except direct path map setup. | Adam Ierymenko |
2015-07-06 | Almost all of GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Check Network::isAllowed() always on multicast send. | Adam Ierymenko |
2015-07-06 | pushDirectPaths() implementation | Adam Ierymenko |