summaryrefslogtreecommitdiff
path: root/controller
AgeCommit message (Expand)Author
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
2015-07-21Fix IP auto-assign bug due to missing subnet routes.Adam Ierymenko
2015-07-21Report controllerInstanceId in all objects so that controller resets can be e...Adam Ierymenko
2015-07-20Fix bug in rules JSON output.Adam Ierymenko
2015-07-20Proper handling of NULL entry for etherType in rules table.Adam Ierymenko
2015-07-20Fix string overwrite bug.Adam Ierymenko
2015-07-20Get rid of false foreign key in Relay.Adam Ierymenko
2015-07-17IP assignment pool range bug fix.Adam Ierymenko
2015-07-17Fix some SQL and make instanceId more robustly random.Adam Ierymenko
2015-07-17Fix bad JSON in response.Adam Ierymenko
2015-07-17Add a concept of an "instanceId" to the controller, which the OnePoint can us...Adam Ierymenko
2015-07-16Add memberRevision stuff to JSON output, and update docs.Adam Ierymenko
2015-07-16Add a concept of a member revision counter to networks. This can be used to s...Adam Ierymenko
2015-07-14Networks don't need their ID as a default name.Adam Ierymenko
2015-07-14Don't allow zero as a network number.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-29(1) Both nodeId and portId in Rule can be NULL, (2) remove on delete cascade ...Adam Ierymenko
2015-06-29DB schema changes: separate portId in rules, ranges in IP assignment pools. (...Adam Ierymenko
2015-06-29Fix semantics of std::unique() to actually remove duplicates (hidden memory l...Adam Ierymenko
2015-06-26Fix reporting of ipAssignments for ipv4Kees Bos
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-18Fix for ipv4 assignmentKees Bos
2015-06-15Fix 404 on creation of new networkKees Bos
2015-06-15Removed a superfluous cross joinKees Bos
2015-06-15Fix controller/network/*/member/*Kees Bos
2015-06-15Bugfix controller get member infoKees Bos
2015-06-13Gateways support in network controller schema and database (not implemented y...Adam Ierymenko
2015-06-13Rename ruleId to ruleNo and optimize some indexes in Sqlite3 schema.Adam Ierymenko
2015-06-11Return 404 on delete if network member is missing (controller)Kees Bos
2015-06-11Return 404 on delete if network doesn't exist (controller)Kees Bos
2015-06-11Get deletion of networks in controller goingKees Bos
2015-06-11Change schema to enforce foreing keysKees Bos
2015-05-25Go ahead and add flags and invFlags to the Rule table.Adam Ierymenko
2015-05-17docsAdam Ierymenko
2015-05-17Add a feature to generate a new network ID on POST.Adam Ierymenko
2015-05-16Basic controller JSON API seems to be working.Adam Ierymenko
2015-05-16.Adam Ierymenko
2015-05-16.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