summaryrefslogtreecommitdiff
path: root/netconf
AgeCommit message (Collapse)Author
2015-04-15Rename netconf to controller and NetworkConfigMaster to NetworkController ↵Adam Ierymenko
for consistency.
2015-04-01Tons more refactoring: simplify Network, move explicit management of Tap ↵Adam Ierymenko
out, redo COM serialization, etc.
2015-03-20Add MIT-licensed Joyent http-parser lib to ext/ for use with new control plane.Adam Ierymenko
2015-03-20Add SqliteNetworkConfigMaster::DBC for external access to raw sqlite3 db.Adam Ierymenko
2015-03-18A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.Adam Ierymenko
2015-03-17DB init works now.Adam Ierymenko
2015-03-17Sqlite auto-init and version check.Adam Ierymenko
2015-03-17Include the Sqlite schema to auto-init the database.Adam Ierymenko
2015-03-13Wire up externally specified NetworkConfigMasterAdam Ierymenko
2015-03-12docsAdam Ierymenko
2015-03-12Netconf build fixes, schema, etc.Adam Ierymenko
2015-03-12Sqlite schema for netconf.Adam Ierymenko
2015-03-11Changed my mind design-wise on netconf/ -- will embed using SQLite. This ↵Adam Ierymenko
fits much better into the OnePoint plans. I am also officially sick of NoSQL, which in this cases forces you to invent things that SQL gives you for free.
2015-02-24Redis network config master work, and the beginnings of some actual unit ↵Adam Ierymenko
test code.
2015-02-24RedisNetworkConfigMaster in its own folder. Also fix some hex/decimal Redis ↵Adam Ierymenko
database confusion.
2015-02-24netconf/ is where Redis code livesAdam Ierymenko