Age | Commit message (Expand) | Author |
2015-06-29 | Untested -- 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-29 | DB schema changes: separate portId in rules, ranges in IP assignment pools. (... | Adam Ierymenko |
2015-06-29 | Fix semantics of std::unique() to actually remove duplicates (hidden memory l... | Adam Ierymenko |
2015-06-26 | Fix reporting of ipAssignments for ipv4 | Kees Bos |
2015-06-26 | GitHub issue #191 - kill intra-network multicast rate limits (which were not ... | Adam Ierymenko |
2015-06-19 | Fixed member authorization bug and minor cleanup | Kees Bos |
2015-06-18 | Fix for ipv4 assignment | Kees Bos |
2015-06-15 | Fix 404 on creation of new network | Kees Bos |
2015-06-15 | Removed a superfluous cross join | Kees Bos |
2015-06-15 | Fix controller/network/*/member/* | Kees Bos |
2015-06-15 | Bugfix controller get member info | Kees Bos |
2015-06-13 | Gateways support in network controller schema and database (not implemented y... | Adam Ierymenko |
2015-06-13 | Rename ruleId to ruleNo and optimize some indexes in Sqlite3 schema. | Adam Ierymenko |
2015-06-11 | Return 404 on delete if network member is missing (controller) | Kees Bos |
2015-06-11 | Return 404 on delete if network doesn't exist (controller) | Kees Bos |
2015-06-11 | Get deletion of networks in controller going | Kees Bos |
2015-06-11 | Change schema to enforce foreing keys | Kees Bos |
2015-05-25 | Go ahead and add flags and invFlags to the Rule table. | Adam Ierymenko |
2015-05-17 | docs | Adam Ierymenko |
2015-05-17 | Add a feature to generate a new network ID on POST. | Adam Ierymenko |
2015-05-16 | Basic controller JSON API seems to be working. | Adam Ierymenko |
2015-05-16 | . | Adam Ierymenko |
2015-05-16 | . | Adam Ierymenko |
2015-05-16 | Fixes to control plane, API, eliminate problematic inheritance pattern, and s... | Adam Ierymenko |
2015-05-16 | Fix some prepared statement problems. | Adam Ierymenko |
2015-05-16 | DELETE function in network controller JSON API, and a newIdentity convenience... | Adam Ierymenko |
2015-05-16 | More network controller cleanup, and some features to permit scripted testing. | Adam Ierymenko |
2015-05-15 | typo | Adam Ierymenko |
2015-05-15 | Netconf docs, add clock field to status, simplify netconf a bit by eliminatin... | Adam Ierymenko |
2015-05-15 | Controller API status message. | Adam Ierymenko |
2015-05-15 | Network controller cleanup and an extra sanity check. | Adam Ierymenko |
2015-04-24 | Build fixes. | Adam Ierymenko |
2015-04-22 | CRUD | Adam Ierymenko |
2015-04-21 | CRUD | Adam Ierymenko |
2015-04-21 | Fix: make sure we do not assign broadcast address as an IP to new members. | Adam Ierymenko |
2015-04-21 | More CRUD, almost done... | Adam Ierymenko |
2015-04-21 | Forgot to run schema2c. | Adam Ierymenko |
2015-04-21 | Network controller CRUD... :P | Adam Ierymenko |
2015-04-20 | Network preferred relay stuff in netconf controller. | Adam Ierymenko |
2015-04-20 | Add per-network relay stuff to sqlite table schema. | Adam Ierymenko |
2015-04-17 | Add a timestamp to netconf cache, fix some SQL queries in NC. | Adam Ierymenko |
2015-04-15 | Compile fixes. | Adam Ierymenko |
2015-04-15 | More cleanup, and fix for the extremely unlikely case of identity collision. | Adam Ierymenko |
2015-04-15 | Rename netconf to controller and NetworkConfigMaster to NetworkController for... | Adam Ierymenko |