Age | Commit message (Expand) | Author |
2015-07-24 | Add version to log. | Adam Ierymenko |
2015-07-23 | (1) Fix updating of network revision counter on member change. | Adam Ierymenko |
2015-07-23 | Add a rate limiting circuit breaker to the network controller to prevent floo... | Adam Ierymenko |
2015-07-23 | Eliminate some poorly thought out optimizations from the netconf/controller i... | Adam Ierymenko |
2015-07-22 | Add a Log table to log queries for debugging and security logging. No JSON AP... | Adam Ierymenko |
2015-07-05 | Fix for output of empty (no members) network | Kees Bos |
2015-07-21 | Fix to member listing: I wanted an object with member IDs as keys and member ... | Adam Ierymenko |
2015-07-21 | List members in the form of a hash of member ID and member revision so code c... | Adam Ierymenko |
2015-07-21 | Remove "members" from Network record and instead enumerate members via specif... | Adam Ierymenko |
2015-07-21 | Fix IP auto-assign bug due to missing subnet routes. | Adam Ierymenko |
2015-07-21 | Report controllerInstanceId in all objects so that controller resets can be e... | Adam Ierymenko |
2015-07-20 | Fix bug in rules JSON output. | Adam Ierymenko |
2015-07-20 | Proper handling of NULL entry for etherType in rules table. | Adam Ierymenko |
2015-07-20 | Fix string overwrite bug. | Adam Ierymenko |
2015-07-20 | Get rid of false foreign key in Relay. | Adam Ierymenko |
2015-07-17 | IP assignment pool range bug fix. | Adam Ierymenko |
2015-07-17 | Fix some SQL and make instanceId more robustly random. | Adam Ierymenko |
2015-07-17 | Fix bad JSON in response. | Adam Ierymenko |
2015-07-17 | Add a concept of an "instanceId" to the controller, which the OnePoint can us... | Adam Ierymenko |
2015-07-16 | Add memberRevision stuff to JSON output, and update docs. | Adam Ierymenko |
2015-07-16 | Add a concept of a member revision counter to networks. This can be used to s... | Adam Ierymenko |
2015-07-14 | Networks don't need their ID as a default name. | Adam Ierymenko |
2015-07-14 | Don't allow zero as a network number. | Adam Ierymenko |
2015-06-29 | ipLocalRoutes now exposed via network objects in JSON controller API, and doc... | Adam Ierymenko |
2015-06-29 | Untested -- modifications to support IP ranges instead of ip/mask for IP assi... | 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-05-25 | Go ahead and add flags and invFlags to the Rule table. | 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 | 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 | 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 |