summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Collapse)Author
2015-04-08Remove Logger.hpp references.Adam Ierymenko
2015-04-08Move Logger to attic -- last bit of OS-specific stuff to get out of core.Adam Ierymenko
2015-04-08All of node/ now compiles again!Adam Ierymenko
2015-04-08Utils::now() removal and a bunch of compile fixes.Adam Ierymenko
2015-04-08Make Toplogy use dataStoreXX() methods from Node, and get rid of old TCP stuff.Adam Ierymenko
2015-04-08Use max of core or most recent path desperation for pings.Adam Ierymenko
2015-04-07Announce multicast groups on multicast subscribe.Adam Ierymenko
2015-04-07Math fix.Adam Ierymenko
2015-04-07Tons of refactoring, change to desperation algorithm to use max of core or ↵Adam Ierymenko
link, porting over core loop code from old Node.cpp to new CAPI version, etc.
2015-04-07Starting to port from old Node() -- identity generation.Adam Ierymenko
2015-04-07Implement read from object store.Adam Ierymenko
2015-04-07Add ping(), and a logic fix in SelfAwareness.Adam Ierymenko
2015-04-07Always use HELLO to contact, and we now confirm newly learned paths via a ↵Adam Ierymenko
two-way handshake to prevent half-connects.
2015-04-07Mutex locking fix.Adam Ierymenko
2015-04-07Implemented empirical determination of external addressing, paritioned per ↵Adam Ierymenko
scope.
2015-04-07Some external surface awareness work, and IP scope classification.Adam Ierymenko
2015-04-06Add code to check external surface against reported surface from other ↵Adam Ierymenko
trusted peers, and also rename ExternalSurface to SelfAwareness because lulz.
2015-04-06Use binary_search for multicast groups, which are kept in sorted order.Adam Ierymenko
2015-04-06Check for subscribed multicast groups should be able to check groups bridged ↵Adam Ierymenko
behind me.
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-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-18A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.Adam Ierymenko
2015-03-13Wire up externally specified NetworkConfigMasterAdam Ierymenko
2015-02-24RedisNetworkConfigMaster in its own folder. Also fix some hex/decimal Redis ↵Adam Ierymenko
database confusion.
2015-02-24Make NetworkConfigMaster a plugin to get Redis and other non-endpoint code ↵Adam Ierymenko
out of node/