Age | Commit message (Expand) | Author |
2015-05-25 | Some nodeJS work, and apply fix from GitHub issue #166 plus a small optimizat... | Adam Ierymenko |
2015-05-25 | Remove obsolete method. | Adam Ierymenko |
2015-05-22 | Build fix. | Adam Ierymenko |
2015-05-22 | typo | Adam Ierymenko |
2015-05-22 | TCP fallback tunneling is now working. That hurt more than expected. | Adam Ierymenko |
2015-05-22 | One second delay between NAT-t events. | Adam Ierymenko |
2015-05-22 | Add delay to NAT-t escalation stuff to try to address GitHub issue #167 | Adam Ierymenko |
2015-05-21 | Completely factor out "desperation" from the core. I thought of a significant... | Adam Ierymenko |
2015-05-20 | Apple auto-update stuff, now for Windows. | Adam Ierymenko |
2015-05-17 | Build fixes for G++, building without SQLite3 present, and warning removal. | Adam Ierymenko |
2015-05-15 | A few revisions to PFS design. | Adam Ierymenko |
2015-05-15 | Basic OpenBSD compile fixes -- still need to update BSDEthernetTap, will do t... | Adam Ierymenko |
2015-05-14 | First stab of PFS design work with PKC security -- may not implement in 1.0.3... | Adam Ierymenko |
2015-05-13 | Some prep work to make room for perfect forward security (PFS). Will not affe... | Adam Ierymenko |
2015-05-13 | Should fix deadlock issue in GitHub issue #166 | Adam Ierymenko |
2015-05-04 | When we reset within scope, erase the other entries for that scope so we won'... | Adam Ierymenko |
2015-05-04 | Always update timestamp. | Adam Ierymenko |
2015-05-04 | Make timeout also apply to null check in iam() | Adam Ierymenko |
2015-05-04 | Stop inlining all the Packet armor/dearmor stuff to reduce binary bloat. This... | Adam Ierymenko |
2015-05-04 | So we need to keep track of external surface per reporter, since some NATs as... | Adam Ierymenko |
2015-05-04 | Hack around GitHub issue #165 (?) | Adam Ierymenko |
2015-04-30 | Fix deadlock in SelfAwareness by deferring reconnects. | Adam Ierymenko |
2015-04-30 | Add some missing includes that older G++ cares about. | Adam Ierymenko |
2015-04-30 | Add reported external address to OK(HELLO) TRACE to verify SN behavior. | Adam Ierymenko |
2015-04-30 | Learn external IP addresses on OK(HELLO) too. | Adam Ierymenko |
2015-04-30 | Make sure identity.public exists and stays in sync, cleanup extra new in Node... | Adam Ierymenko |
2015-04-26 | Do not unite() peers across different IP scopes as this would pretty much nev... | Adam Ierymenko |
2015-04-24 | Windows now builds and runs selftest correctly, and fixed a Windows (and poss... | Adam Ierymenko |
2015-04-24 | First pass of Windows cleanup and build fixes... | Adam Ierymenko |
2015-04-21 | Network controller CRUD... :P | Adam Ierymenko |
2015-04-20 | Add per-network relays to NetworkConfig. | Adam Ierymenko |
2015-04-20 | (1) now builds and works on Linux, (2) fix a threading problem causing carsh ... | Adam Ierymenko |
2015-04-17 | Add some TRACE instrumentation to external surface address awareness. | Adam Ierymenko |
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 |