Age | Commit message (Expand) | Author |
2017-07-14 | Add remoteTraceTarget to network and member configs in controller. | Adam Ierymenko |
2017-07-14 | Plumbing through of remote trace into controller code. | Adam Ierymenko |
2017-07-07 | Merge branch 'master' into dev | Adam Ierymenko |
2017-07-07 | Merge pull request #537 from laduke/patch-1 | Adam Ierymenko |
2017-07-07 | Clarification on how to use JSON API with secret | Monty A |
2017-07-06 | Cleanup. | Adam Ierymenko |
2017-06-27 | Rename Utils::snprintf due to it being a #define on one platform. | Adam Ierymenko |
2017-06-26 | Update README.md | Travis LaDuke |
2017-05-30 | Remove old circuit test code. Rules engine will let us do this much better an... | Adam Ierymenko |
2017-05-11 | typo | Adam Ierymenko |
2017-05-11 | Stupid bug is stupid. | Adam Ierymenko |
2017-05-08 | Small optimizations. | Adam Ierymenko |
2017-05-04 | MTU support in controller. | Adam Ierymenko |
2017-05-03 | Fix crash on exit (sometimes) in controller. | Adam Ierymenko |
2017-05-02 | Echo back ping payload. | Adam Ierymenko |
2017-05-02 | Do the sometimes rather big "pong" in a background worker thread. | Adam Ierymenko |
2017-05-02 | Tiny optimization to prealloc string space. | Adam Ierymenko |
2017-05-02 | Fix for post size limit in Http library. | Adam Ierymenko |
2017-05-02 | Fix small issue preventing pongs if there are never seen members. | Adam Ierymenko |
2017-05-01 | Send last requets time in status, and do not set physicalAddr unless we know ... | Adam Ierymenko |
2017-05-01 | Send member uptime in pong posts. | Adam Ierymenko |
2017-05-01 | Finish removing constantly changing stuff from controller. | Adam Ierymenko |
2017-04-28 | Remove lastModified field in config which literally nothing uses anywhere, an... | Adam Ierymenko |
2017-04-27 | Reduce memory use and a bit of cleanup. | Adam Ierymenko |
2017-04-27 | Cleanup, fix a valgrind error, stack use reduction. | Adam Ierymenko |
2017-04-26 | Deadlock fix. | Adam Ierymenko |
2017-04-26 | Another performance improvement to controller. | Adam Ierymenko |
2017-04-26 | Big cleanup of controller code, should help performance. | Adam Ierymenko |
2017-04-25 | Remove a little cruft. | Adam Ierymenko |
2017-04-24 | JSONDB performance improvements, threading fix. | Adam Ierymenko |
2017-04-24 | Controller optimizations -- make locking more fine-grained, use true hardware... | Adam Ierymenko |
2017-04-24 | Do not serve controller requests until init is done. | Adam Ierymenko |
2017-04-20 | Windows build fixes. | Adam Ierymenko |
2017-04-18 | HTTP backend support for JSONDB | Adam Ierymenko |
2017-04-18 | JSONDB fix. | Adam Ierymenko |
2017-04-04 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko |
2017-04-04 | Performance improvement in controller. | Adam Ierymenko |
2017-04-04 | Logic simplification, cleanup, and memory use improvements in Membership. Als... | Adam Ierymenko |
2017-03-30 | Add ping/pong to API so controller supervisor in Central can do a full-path c... | Adam Ierymenko |
2017-03-29 | Fix bug preventing default from being set to null if already set to an integer. | Adam Ierymenko |
2017-03-27 | Add thread PTR that gets passed through the entire ZT core call stack and the... | Adam Ierymenko |
2017-03-21 | build fix | Adam Ierymenko |
2017-03-21 | Add a facility for full flow-through uptime test of controller by Central. | Adam Ierymenko |
2017-03-21 | Make controller do a simple write-through cache without revalidating. Means y... | Adam Ierymenko |
2017-03-17 | GitHub issue #460 | Adam Ierymenko |
2017-03-13 | Controller performance tweaks. | Adam Ierymenko |
2017-03-13 | Use cache on requests to decrease DB load. | Adam Ierymenko |
2017-03-06 | Fix a bug that could cause duplicate IP address assignment on networks if man... | Adam Ierymenko |
2017-03-06 | Send revocations automatically on deauth for instant kill, also fix some issu... | Adam Ierymenko |
2017-03-06 | Fix circuit test post in controller. | Adam Ierymenko |