Age | Commit message (Expand) | Author |
2015-04-08 | Rename StatusCallback to more descriptive EventCallback. | Adam Ierymenko |
2015-04-08 | Remove Logger.hpp references. | Adam Ierymenko |
2015-04-08 | . | Adam Ierymenko |
2015-04-08 | Move Logger to attic -- last bit of OS-specific stuff to get out of core. | Adam Ierymenko |
2015-04-08 | All of node/ now compiles again! | Adam Ierymenko |
2015-04-08 | Utils::now() removal and a bunch of compile fixes. | Adam Ierymenko |
2015-04-08 | Make Toplogy use dataStoreXX() methods from Node, and get rid of old TCP stuff. | Adam Ierymenko |
2015-04-08 | Use max of core or most recent path desperation for pings. | Adam Ierymenko |
2015-04-07 | Announce multicast groups on multicast subscribe. | Adam Ierymenko |
2015-04-07 | Math fix. | Adam Ierymenko |
2015-04-07 | Tons of refactoring, change to desperation algorithm to use max of core or li... | Adam Ierymenko |
2015-04-07 | Starting to port from old Node() -- identity generation. | Adam Ierymenko |
2015-04-07 | Implement read from object store. | Adam Ierymenko |
2015-04-07 | Add ping(), and a logic fix in SelfAwareness. | Adam Ierymenko |
2015-04-07 | Always use HELLO to contact, and we now confirm newly learned paths via a two... | Adam Ierymenko |
2015-04-07 | Mutex locking fix. | Adam Ierymenko |
2015-04-07 | Implemented empirical determination of external addressing, paritioned per sc... | Adam Ierymenko |
2015-04-07 | Some external surface awareness work, and IP scope classification. | Adam Ierymenko |
2015-04-06 | Add code to check external surface against reported surface from other truste... | Adam Ierymenko |
2015-04-06 | Use binary_search for multicast groups, which are kept in sorted order. | Adam Ierymenko |
2015-04-06 | Check for subscribed multicast groups should be able to check groups bridged ... | Adam Ierymenko |
2015-04-06 | build fixes | Adam Ierymenko |
2015-04-06 | Don't need to announce on multicast leave. | Adam Ierymenko |
2015-04-06 | Multicast group join/leave and group membership announcement. | Adam Ierymenko |
2015-04-06 | Network now calls port config function as per new API. | Adam Ierymenko |
2015-04-06 | Network build fixes and cleanup of remaining internal references to _tap | Adam Ierymenko |
2015-04-06 | More build fixes, and attic/ some stuff. | Adam Ierymenko |
2015-04-06 | More NAT strategy cleanup. | Adam Ierymenko |
2015-04-06 | Get rid of random port strategy -- research does not support. | Adam Ierymenko |
2015-04-06 | build fixes. | Adam Ierymenko |
2015-04-06 | Bring IncomingPacket into line with new changes. | Adam Ierymenko |
2015-04-03 | Eliminate redundant SharedPtr assignment. | Adam Ierymenko |
2015-04-03 | Bunch more cleanup, improvements to NAT traversal logic, finished updating Sw... | Adam Ierymenko |
2015-04-03 | Send path simplification. | Adam Ierymenko |
2015-04-02 | The concept of link desperation (escalating to less desirable transports) sim... | Adam Ierymenko |
2015-04-01 | More cleanup. | Adam Ierymenko |
2015-04-01 | More cleanup. | Adam Ierymenko |
2015-04-01 | Tons more refactoring: simplify Network, move explicit management of Tap out,... | Adam Ierymenko |
2015-04-01 | ... | Adam Ierymenko |
2015-04-01 | More refactoring... and update the API a bit... turns out my strategy for red... | Adam Ierymenko |
2015-03-31 | docs | Adam Ierymenko |
2015-03-31 | Refactoring... lalalala... | Adam Ierymenko |
2015-03-31 | Whole heap more cleanup and refactoring... | Adam Ierymenko |
2015-03-31 | Move more stuff into osdep/ -- node/ will not use threads directly. | Adam Ierymenko |
2015-03-31 | docs | Adam Ierymenko |
2015-03-31 | osnet -> osdep | Adam Ierymenko |
2015-03-31 | osnet -> osdep | Adam Ierymenko |
2015-03-31 | More CAPI work, and move old control/ and old node/Node to attic. | Adam Ierymenko |
2015-03-31 | Phy is a better name than Wire, and other cleanup. | Adam Ierymenko |
2015-03-30 | Work on new simplified C API -- required for embedded, language bindings, mob... | Adam Ierymenko |