summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2015-06-18Merge pull request #186 from mwarning/txQueue_vectorAdam Ierymenko
2015-06-19replace txQueue list by vector for faster memory access and less allocationsMoritz Warning
2015-06-17Almost certain fix for GitHub issue #184 on -devAdam Ierymenko
2015-06-01Apply @marning suggested SSE auto-detect to make builds easier on non-x86 pla...Adam Ierymenko
2015-06-01Kill obsolete amSupernode method -- we now have no differing behaviors.Adam Ierymenko
2015-06-01docsAdam Ierymenko
2015-06-01Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow...Adam Ierymenko
2015-06-01Rest of GitHub issue #140 implementation.Adam Ierymenko
2015-06-01Call it _relays since there might be other kinds later.Adam Ierymenko
2015-06-01Always ping / contact network preferred relays (if any).Adam Ierymenko
2015-06-01Fix for GitHub issue #170Adam Ierymenko
2015-05-25Some nodeJS work, and apply fix from GitHub issue #166 plus a small optimizat...Adam Ierymenko
2015-05-25Remove obsolete method.Adam Ierymenko
2015-05-22Build fix.Adam Ierymenko
2015-05-22typoAdam Ierymenko
2015-05-22TCP fallback tunneling is now working. That hurt more than expected.Adam Ierymenko
2015-05-22One second delay between NAT-t events.Adam Ierymenko
2015-05-22Add delay to NAT-t escalation stuff to try to address GitHub issue #167Adam Ierymenko
2015-05-21Completely factor out "desperation" from the core. I thought of a significant...Adam Ierymenko
2015-05-20Apple auto-update stuff, now for Windows.Adam Ierymenko
2015-05-17Build fixes for G++, building without SQLite3 present, and warning removal.Adam Ierymenko
2015-05-15A few revisions to PFS design.Adam Ierymenko
2015-05-15Basic OpenBSD compile fixes -- still need to update BSDEthernetTap, will do t...Adam Ierymenko
2015-05-14First stab of PFS design work with PKC security -- may not implement in 1.0.3...Adam Ierymenko
2015-05-13Some prep work to make room for perfect forward security (PFS). Will not affe...Adam Ierymenko
2015-05-13Should fix deadlock issue in GitHub issue #166Adam Ierymenko
2015-05-06Renamed supernode to rootserverKees Bos
2015-06-13Add definition for VERB_CMA -- GitHub issue #180Adam Ierymenko
2015-06-13Add new fields in operator==Adam Ierymenko
2015-06-13Gateways support in NetworkConfig object.Adam Ierymenko
2015-06-13Gateways support in network controller schema and database (not implemented y...Adam Ierymenko
2015-05-04When we reset within scope, erase the other entries for that scope so we won'...Adam Ierymenko
2015-05-04Always update timestamp.Adam Ierymenko
2015-05-04Make timeout also apply to null check in iam()Adam Ierymenko
2015-05-04Stop inlining all the Packet armor/dearmor stuff to reduce binary bloat. This...Adam Ierymenko
2015-05-04So we need to keep track of external surface per reporter, since some NATs as...Adam Ierymenko
2015-05-04Hack around GitHub issue #165 (?)Adam Ierymenko
2015-04-30Fix deadlock in SelfAwareness by deferring reconnects.Adam Ierymenko
2015-04-30Add some missing includes that older G++ cares about.Adam Ierymenko
2015-04-30Add reported external address to OK(HELLO) TRACE to verify SN behavior.Adam Ierymenko
2015-04-30Learn external IP addresses on OK(HELLO) too.Adam Ierymenko
2015-04-30Make sure identity.public exists and stays in sync, cleanup extra new in Node...Adam Ierymenko
2015-04-26Do not unite() peers across different IP scopes as this would pretty much nev...Adam Ierymenko
2015-04-24Windows now builds and runs selftest correctly, and fixed a Windows (and poss...Adam Ierymenko
2015-04-24First pass of Windows cleanup and build fixes...Adam Ierymenko
2015-04-21Network controller CRUD... :PAdam Ierymenko
2015-04-20Add 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-17Add some TRACE instrumentation to external surface address awareness.Adam Ierymenko
2015-04-15Add some additional detail to the peer record in CAPI and JSON control plane.Adam Ierymenko