Age | Commit message (Expand) | Author |
2015-04-15 | Add some additional detail to the peer record in CAPI and JSON control plane. | Adam Ierymenko |
2015-04-15 | More cleanup, and fix for the extremely unlikely case of identity collision. | Adam Ierymenko |
2015-04-15 | Putting the main binary back together... | Adam Ierymenko |
2015-04-15 | Rename netconf to controller and NetworkConfigMaster to NetworkController for... | Adam Ierymenko |
2015-04-15 | Disable a few noisy TRACEs, and limit how often we confirm new paths to avoid... | Adam Ierymenko |
2015-04-15 | Fix some deadlock issues, move awareness of broadcast subscription into core,... | Adam Ierymenko |
2015-04-14 | Add beacon broadcasting back into Node. | Adam Ierymenko |
2015-04-14 | Bunch of tap stuff, IP address assignment hookups, etc. | Adam Ierymenko |
2015-04-14 | Just return files from listDirectory() since that is all we need, fix network... | Adam Ierymenko |
2015-04-14 | Fix some minor issues, now to reintegrate taps. | Adam Ierymenko |
2015-04-14 | Fix < logic. | Adam Ierymenko |
2015-04-14 | Turns out you do have to unpack and compare sockaddr structures due to sin_le... | Adam Ierymenko |
2015-04-14 | Bunch more control plane work, and shelve old UI -- React FTW. | Adam Ierymenko |
2015-04-13 | Basic control plane queries working. | Adam Ierymenko |
2015-04-13 | JSON control plane, almost done... | Adam Ierymenko |
2015-04-10 | Add some TRACE around pinging (for now), and refactor service/One to just run... | Adam Ierymenko |
2015-04-10 | Restrict unite() to desperation==0 since NAT-t only works right now with dire... | Adam Ierymenko |
2015-04-09 | TRACE compile fixes, other fixes, and it basically works! It says HELLO. | Adam Ierymenko |
2015-04-09 | Starting on new service/ code to encapsulate node/ with osdep/ stuff, and add... | Adam Ierymenko |
2015-04-08 | osdep/ compile fixes, and remove some lingering OS-specific stuff from node/D... | Adam Ierymenko |
2015-04-08 | Node peer list function for CAPI, and some Peer cleanup. | Adam Ierymenko |
2015-04-08 | Node status and network list. | Adam Ierymenko |
2015-04-08 | Add awareness of online status, and put old OS-dep utils in OSUtils. | Adam Ierymenko |
2015-04-08 | Clean OS-dep stuff out of node/Utils. | Adam Ierymenko |
2015-04-08 | Add events for packet decode errors, etc., and re-implement TRACE as an event. | Adam Ierymenko |
2015-04-08 | Rename StatusCallback to more descriptive EventCallback. | Adam Ierymenko |
2015-04-08 | Remove Logger.hpp references. | 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 |