Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-26 | GitHub issue #191 - kill intra-network multicast rate limits (which were not ↵ | Adam Ierymenko | |
well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast. | |||
2015-06-19 | Fixed member authorization bug and minor cleanup | Kees Bos | |
2015-06-13 | Gateways support in network controller schema and database (not implemented ↵ | Adam Ierymenko | |
yet in client) toward GitHub issue #178 | |||
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 ↵ | Adam Ierymenko | |
start on a NodeJS class for talking to the network controller. | |||
2015-05-16 | Fix some prepared statement problems. | Adam Ierymenko | |
2015-05-16 | DELETE function in network controller JSON API, and a newIdentity ↵ | Adam Ierymenko | |
convenience request in ControlPlane for scripted testing. | |||
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 ↵ | Adam Ierymenko | |
eliminating caching for now. We will re-add if it is needed. | |||
2015-04-24 | Build fixes. | Adam Ierymenko | |
2015-04-22 | CRUD | Adam Ierymenko | |
2015-04-21 | CRUD | Adam Ierymenko | |
2015-04-21 | More CRUD, almost done... | 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-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 ↵ | Adam Ierymenko | |
for consistency. |