summaryrefslogtreecommitdiff
path: root/controller
AgeCommit message (Expand)Author
2016-06-29Unused printf removal while we are at it.Adam Ierymenko
2016-06-29Fix broken SQL in controller.Adam Ierymenko
2016-06-29Controller fixes...Adam Ierymenko
2016-06-28Refactor recent member request history to fix performance problem in controller.Adam Ierymenko
2016-06-27small perf improvement in sqlite db.Adam Ierymenko
2016-06-27Query optimization.Adam Ierymenko
2016-06-27dead code removalAdam Ierymenko
2016-06-27Allow further concurrency on network controller.Adam Ierymenko
2016-06-24Don't back up sqlite db if it hasn't changed to prevent constant thrashing on...Adam Ierymenko
2016-06-24Forgot NDP emulation flag.Adam Ierymenko
2016-06-24Add 6plane assignment support to network controller, and cleanup.Adam Ierymenko
2016-06-24.Adam Ierymenko
2016-06-21Make Dictionary templatable so it can be used where we want a higher capacity.Adam Ierymenko
2016-06-17Linux bug fixes, small controller fix.Adam Ierymenko
2016-06-16Refactor controller for new merged format.Adam Ierymenko
2016-06-13Fix to routes config in controller API.Adam Ierymenko
2016-06-10Controller modifications for default route are ready to test. Will require sl...Adam Ierymenko
2016-06-10More controller work, and some RedHat fixes.Adam Ierymenko
2016-06-09Remove some deprecated stuff in controller -- not done yet.Adam Ierymenko
2016-06-08Fix include for system json-parser.Adam Ierymenko
2016-06-07Don't bother signing if we are not using the legacy netconf.Adam Ierymenko
2016-06-07Only send new format netconf for PV>=6Adam Ierymenko
2016-05-11Refactor controller to send both old and new format netconf.Adam Ierymenko
2016-05-06Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes ...Adam Ierymenko
2016-03-24Ignore IP assignment pool ranges that begin with 0.0.0.0 or that contain no IPs.Adam Ierymenko
2016-03-24Do not auto-assign IP addresses on bridges. IPs can still be assigned manually.Adam Ierymenko
2016-03-17Make /network/???/active return more info.Adam Ierymenko
2016-02-22Clean controller circuit test memory.Adam Ierymenko
2016-02-19Small tweak to active threshold.Adam Ierymenko
2016-02-10Tweak certificate of membership revision/time tolerance to eliminate boundary...Adam Ierymenko
2016-02-04return 200 instead of 404 when test is fetchedAdam Ierymenko
2016-02-04Return test ID when we post a test.Adam Ierymenko
2016-02-04flood protection fixAdam Ierymenko
2016-02-04Lengthen backup period againAdam Ierymenko
2016-02-04SQLite perf tuningAdam Ierymenko
2016-02-04Track client version and tell whether active nodes support circuit test.Adam Ierymenko
2016-02-04/active subpath off networksAdam Ierymenko
2016-02-03Logging to NodeHistory, SQL queries.Adam Ierymenko
2016-02-03Add NodeHistory table on sqlite controller.Adam Ierymenko
2016-01-26Save test results for circuit tests in memory and then cancel the test and se...Adam Ierymenko
2016-01-12Update controller README.mdRen Jie
2015-12-21Selectively move over changes from "edge" to "dev" excluding netcon.Adam Ierymenko
2015-11-03Abort backup in progress if thread is told to shut down.Adam Ierymenko
2015-11-03Tweak timings and use lock in backup to make it a bit faster and still permit...Adam Ierymenko
2015-11-03Create periodic backup copies of controller.db in network controller from the...Adam Ierymenko
2015-10-09Create files for each hop (more convenient) and fix a packet parse bug.Adam Ierymenko
2015-10-09Reorg fields to be in same order as FS scheme.Adam Ierymenko
2015-10-09Be a bit more verbose in circuit test reports to more clearly track current a...Adam Ierymenko
2015-10-09Circuit tests basically work but need some tweaks, and fix some issues found ...Adam Ierymenko
2015-10-09Eliminate format string warnings.Adam Ierymenko