summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-06build fixesAdam Ierymenko
2015-04-06Don't need to announce on multicast leave.Adam Ierymenko
2015-04-06Multicast group join/leave and group membership announcement.Adam Ierymenko
2015-04-06Network now calls port config function as per new API.Adam Ierymenko
2015-04-06Network build fixes and cleanup of remaining internal references to _tapAdam Ierymenko
2015-04-06More build fixes, and attic/ some stuff.Adam Ierymenko
2015-04-06More NAT strategy cleanup.Adam Ierymenko
2015-04-06Get rid of random port strategy -- research does not support.Adam Ierymenko
2015-04-06build fixes.Adam Ierymenko
2015-04-06Bring IncomingPacket into line with new changes.Adam Ierymenko
2015-04-03Eliminate redundant SharedPtr assignment.Adam Ierymenko
2015-04-03Bunch more cleanup, improvements to NAT traversal logic, finished updating ↵Adam Ierymenko
Switch.
2015-04-03Send path simplification.Adam Ierymenko
2015-04-02The concept of link desperation (escalating to less desirable transports) ↵Adam Ierymenko
simplifies a ton of stuff. Loads of spaghetti logic can die since we no longer have to make these decisions down in the core.
2015-04-01More cleanup.Adam Ierymenko
2015-04-01More cleanup.Adam Ierymenko
2015-04-01Tons more refactoring: simplify Network, move explicit management of Tap ↵Adam Ierymenko
out, redo COM serialization, etc.
2015-04-01...Adam Ierymenko
2015-04-01More refactoring... and update the API a bit... turns out my strategy for ↵Adam Ierymenko
reducing indirect function calls also increased memcpy()s which are more expensive. This is simpler and faster.
2015-03-31docsAdam Ierymenko
2015-03-31Refactoring... lalalala...Adam Ierymenko
2015-03-31Whole heap more cleanup and refactoring...Adam Ierymenko
2015-03-31Move more stuff into osdep/ -- node/ will not use threads directly.Adam Ierymenko
2015-03-31docsAdam Ierymenko
2015-03-31osnet -> osdepAdam Ierymenko
2015-03-31osnet -> osdepAdam Ierymenko
2015-03-31More CAPI work, and move old control/ and old node/Node to attic.Adam Ierymenko
2015-03-31Phy is a better name than Wire, and other cleanup.Adam Ierymenko
2015-03-30Work on new simplified C API -- required for embedded, language bindings, ↵Adam Ierymenko
mobile (language bindings again), etc.
2015-03-30Turns out that node/ likely has no business with or need for the system IP ↵Adam Ierymenko
routing table. So shelve that code for now.
2015-03-30Wire selftest, and passes all tests.Adam Ierymenko
2015-03-30Build fixes.Adam Ierymenko
2015-03-26Wire should be good to test.Adam Ierymenko
2015-03-24More Wire cleanup/docs and minor fixes.Adam Ierymenko
2015-03-24A bit more cleanup and doc work on new select abstractionAdam Ierymenko
2015-03-23Most of new cleaner IO abstraction.Adam Ierymenko
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-12Delete duplicate redis-schema.mdAdam 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-03-02Add historic protocol docs exhibit.Adam Ierymenko
2015-02-26Make clean fixes.Adam Ierymenko