summaryrefslogtreecommitdiff
path: root/controller/SqliteNetworkController.hpp
AgeCommit message (Expand)Author
2015-09-15Drop Sqlite-based Log table for now and switch to an in-memory log for recent...Adam Ierymenko
2015-09-11Extra statement to clean up Members -- cascade did not seem to work, possibly...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-08Add a bit of useful testing instrumentation to SqliteNetworkController.Adam Ierymenko
2015-07-24Add version to log.Adam Ierymenko
2015-07-23Add a rate limiting circuit breaker to the network controller to prevent floo...Adam Ierymenko
2015-07-22Add a Log table to log queries for debugging and security logging. No JSON AP...Adam Ierymenko
2015-07-21Report controllerInstanceId in all objects so that controller resets can be e...Adam Ierymenko
2015-07-17Add a concept of an "instanceId" to the controller, which the OnePoint can us...Adam Ierymenko
2015-07-16Add a concept of a member revision counter to networks. This can be used to s...Adam Ierymenko
2015-06-29ipLocalRoutes now exposed via network objects in JSON controller API, and doc...Adam Ierymenko
2015-06-29Untested -- modifications to support IP ranges instead of ip/mask for IP assi...Adam Ierymenko
2015-06-26GitHub issue #191 - kill intra-network multicast rate limits (which were not ...Adam Ierymenko
2015-06-19Fixed member authorization bug and minor cleanupKees Bos
2015-06-13Gateways support in network controller schema and database (not implemented y...Adam Ierymenko
2015-05-16Basic controller JSON API seems to be working.Adam Ierymenko
2015-05-16Fixes to control plane, API, eliminate problematic inheritance pattern, and s...Adam Ierymenko
2015-05-16Fix some prepared statement problems.Adam Ierymenko
2015-05-16DELETE function in network controller JSON API, and a newIdentity convenience...Adam Ierymenko
2015-05-16More network controller cleanup, and some features to permit scripted testing.Adam Ierymenko
2015-05-15Netconf docs, add clock field to status, simplify netconf a bit by eliminatin...Adam Ierymenko
2015-04-24Build fixes.Adam Ierymenko
2015-04-22CRUDAdam Ierymenko
2015-04-21CRUDAdam Ierymenko
2015-04-21More CRUD, almost done...Adam Ierymenko
2015-04-21Network controller CRUD... :PAdam Ierymenko
2015-04-20Network preferred relay stuff in netconf controller.Adam Ierymenko
2015-04-15More cleanup, and fix for the extremely unlikely case of identity collision.Adam Ierymenko
2015-04-15Rename netconf to controller and NetworkConfigMaster to NetworkController for...Adam Ierymenko