summaryrefslogtreecommitdiff
path: root/controller/schema.sql.c
AgeCommit message (Expand)Author
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-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-26GitHub issue #191 - kill intra-network multicast rate limits (which were not ...Adam Ierymenko
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-11Change schema to enforce foreing keysKees Bos
2015-05-25Go ahead and add flags and invFlags to the Rule table.Adam Ierymenko
2015-05-16Fix some prepared statement problems.Adam Ierymenko
2015-04-21CRUDAdam Ierymenko
2015-04-21More CRUD, almost done...Adam Ierymenko
2015-04-21Forgot to run schema2c.Adam Ierymenko
2015-04-20Network preferred relay stuff in netconf controller.Adam Ierymenko
2015-04-20Add per-network relay stuff to sqlite table schema.Adam Ierymenko
2015-04-17Add a timestamp to netconf cache, fix some SQL queries in NC.Adam Ierymenko
2015-04-15Rename netconf to controller and NetworkConfigMaster to NetworkController for...Adam Ierymenko