index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
netconf
Age
Commit message (
Collapse
)
Author
2015-04-15
Rename netconf to controller and NetworkConfigMaster to NetworkController ↵
Adam Ierymenko
for consistency.
2015-04-01
Tons more refactoring: simplify Network, move explicit management of Tap ↵
Adam Ierymenko
out, redo COM serialization, etc.
2015-03-20
Add MIT-licensed Joyent http-parser lib to ext/ for use with new control plane.
Adam Ierymenko
2015-03-20
Add SqliteNetworkConfigMaster::DBC for external access to raw sqlite3 db.
Adam Ierymenko
2015-03-18
A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.
Adam Ierymenko
2015-03-17
DB init works now.
Adam Ierymenko
2015-03-17
Sqlite auto-init and version check.
Adam Ierymenko
2015-03-17
Include the Sqlite schema to auto-init the database.
Adam Ierymenko
2015-03-13
Wire up externally specified NetworkConfigMaster
Adam Ierymenko
2015-03-12
docs
Adam Ierymenko
2015-03-12
Netconf build fixes, schema, etc.
Adam Ierymenko
2015-03-12
Sqlite schema for netconf.
Adam Ierymenko
2015-03-11
Changed 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-24
Redis network config master work, and the beginnings of some actual unit ↵
Adam Ierymenko
test code.
2015-02-24
RedisNetworkConfigMaster in its own folder. Also fix some hex/decimal Redis ↵
Adam Ierymenko
database confusion.
2015-02-24
netconf/ is where Redis code lives
Adam Ierymenko