Age | Commit message (Expand) | Author |
2017-05-03 | Fix crash on exit (sometimes) in controller. | Adam Ierymenko |
2017-05-03 | Another very small crypto optimization. | 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 | Main license file. | Adam Ierymenko |
2017-04-27 | License header update. | 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 | Add a dummy Ethernet tap and a build option to enable it. | Adam Ierymenko |
2017-04-26 | dev is now 1.2.5 | 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 | 4-core Debian build. | Adam Ierymenko |
2017-04-24 | Static ARM32 build fixes. | Adam Ierymenko |
2017-04-24 | . | Adam Ierymenko |
2017-04-24 | Add i486 and i586 to Linux makefile for detection of ia32. | Adam Ierymenko |
2017-04-24 | VERSION 1.2.4: Bug fixes and performance improvements | Adam Ierymenko |
2017-04-24 | Version bumps. | Adam Ierymenko |
2017-04-24 | Windows version bump. | Adam Ierymenko |
2017-04-24 | Do not serve controller requests until init is done. | Adam Ierymenko |
2017-04-21 | ++version | Adam Ierymenko |
2017-04-21 | GitHub issue #463 -- fix MacOS uninstall script. | Adam Ierymenko |
2017-04-21 | docs | Adam Ierymenko |
2017-04-21 | GitHub issue #465 - Windows route amnesia | Adam Ierymenko |
2017-04-21 | Windows crash fix. | Adam Ierymenko |
2017-04-21 | BSD makefile fix for OpenBSD. | Adam Ierymenko |
2017-04-21 | More BSD make fixes. | Adam Ierymenko |
2017-04-21 | Mirror over some arch rules from Linux to BSD make, and enable fast crypto th... | Adam Ierymenko |
2017-04-20 | Windows build fixes. | Adam Ierymenko |
2017-04-20 | docs | Adam Ierymenko |
2017-04-20 | Makefile fix, only bifurcate routes for default, and release notes. | Adam Ierymenko |
2017-04-20 | Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_P... | Adam Ierymenko |
2017-04-19 | Integrate ARM/NEON crypto. | Adam Ierymenko |
2017-04-19 | ARM NEON Salsa20/12 in build and selftest. Almost 2X speedup on a Raspberry Pi. | Adam Ierymenko |
2017-04-19 | ARM NEON Salsa20/12. | Adam Ierymenko |
2017-04-18 | HTTP backend support for JSONDB | Adam Ierymenko |
2017-04-18 | JSONDB fix. | Adam Ierymenko |
2017-04-18 | More build fixes. | Adam Ierymenko |
2017-04-18 | Mac build fix. | Adam Ierymenko |