Age | Commit message (Expand) | Author |
2017-08-09 | Small controller revisions, first run of controller API model JavaScript. | Adam Ierymenko |
2017-07-19 | . | Adam Ierymenko |
2017-07-19 | . | Adam Ierymenko |
2017-07-19 | Bug fixes in new harness mode. | Adam Ierymenko |
2017-07-18 | Automatic periodic status dump from controller. | Adam Ierymenko |
2017-07-18 | Cleanup and replace trace field names with sane ones because usability > a fe... | Adam Ierymenko |
2017-07-17 | Remote tracing works. | Adam Ierymenko |
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-06 | Cleanup. | Adam Ierymenko |
2017-06-27 | Rename Utils::snprintf due to it being a #define on one platform. | Adam Ierymenko |
2017-05-30 | Remove old circuit test code. Rules engine will let us do this much better an... | 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 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 | Big cleanup of controller code, should help performance. | 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-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 | 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 |
2017-03-02 | Send timestamp with new circuit test response. | Adam Ierymenko |
2017-03-01 | Update how controller handles circuit tests -- save results to filesystem. | Adam Ierymenko |
2017-02-28 | Match on tag sender equals or tag recipient equals. | Adam Ierymenko |
2017-02-23 | Certificate of ownership -- used to secure against IP address spoofing, espec... | Adam Ierymenko |
2017-02-21 | Fix crash. | Adam Ierymenko |
2017-02-21 | Add default tag values and default set capabilities for new members. | Adam Ierymenko |