summaryrefslogtreecommitdiff
path: root/controller
AgeCommit message (Expand)Author
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
2015-10-08Logging of circuit test results to disk.Adam Ierymenko
2015-10-08Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TES...Adam Ierymenko
2015-10-06Prep in controller code to run tests.Adam Ierymenko
2015-09-28Never assign v4 IPs ending in .255 even within range.Adam Ierymenko
2015-09-18Controller side support for IPv6 assignment.Adam Ierymenko
2015-09-15Drop Sqlite-based Log table for now and switch to an in-memory log for recent...Adam Ierymenko
2015-09-14Fix JSON.Adam Ierymenko
2015-09-11Extra statement to clean up Members -- cascade did not seem to work, possibly...Adam Ierymenko
2015-09-10Add expansion of netconf in _test field.Adam Ierymenko
2015-09-10Fix deadlock in test mode.Adam Ierymenko
2015-09-10Fix to allowing identity to be populated if not present.Adam Ierymenko
2015-09-08Allow identity to be populated for newly inserted Member objects to permit tr...Adam Ierymenko
2015-09-08Add a bit of useful testing instrumentation to SqliteNetworkController.Adam Ierymenko
2015-08-24Add clock helper field to both member and network to permit time duration cal...Adam Ierymenko
2015-08-24typoAdam Ierymenko
2015-08-19Add authorizedMemberCount to controller network config records.Adam Ierymenko
2015-08-17Lookup of member must be a left outer join in case the member is being manual...Adam Ierymenko
2015-07-29Go ahead and spec out controller DB support for AuthToken -- GitHub issue #21...Adam Ierymenko
2015-07-24Add version to log.Adam Ierymenko
2015-07-23(1) Fix updating of network revision counter on member change.Adam Ierymenko
2015-07-23Add a rate limiting circuit breaker to the network controller to prevent floo...Adam Ierymenko
2015-07-23Eliminate some poorly thought out optimizations from the netconf/controller i...Adam Ierymenko
2015-07-22Add a Log table to log queries for debugging and security logging. No JSON AP...Adam Ierymenko
2015-07-05Fix for output of empty (no members) networkKees Bos
2015-07-21Fix to member listing: I wanted an object with member IDs as keys and member ...Adam Ierymenko
2015-07-21List members in the form of a hash of member ID and member revision so code c...Adam Ierymenko
2015-07-21Remove "members" from Network record and instead enumerate members via specif...Adam Ierymenko