summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-01The return of peer peristence.Adam Ierymenko
2015-10-01Peer serialization and related changes.Adam Ierymenko
2015-10-01No reason to randomly pick uPnP secondary port. In fact it would likely ↵Adam Ierymenko
cause problems on restarts and uPnP rule bloat.
2015-10-01.Adam Ierymenko
2015-10-01Need to hold nconf so *com does not die while being used.Adam Ierymenko
2015-10-01Send COM with MULTICAST_GATHER for future use.Adam Ierymenko
2015-10-01--bugs;Adam Ierymenko
2015-10-01Always announce multicast groups, not just to peers with direct links, and ↵Adam Ierymenko
push network COMs to any MULTICAST_LIKE recipient for future use.
2015-10-01Get trim() out of core where it is not needed.Adam Ierymenko
2015-10-01.Adam Ierymenko
2015-10-01Mutex cleanup.Adam Ierymenko
2015-10-01Restore group announcement on Peer::receive() but centralize packet ↵Adam Ierymenko
composition in one place.
2015-10-01Refactor: move network COMs out of Network and into Peer in prep for ↵Adam Ierymenko
tightening up multicast lookup and other things.
2015-09-30Consider IPv6 paths reliable (no constant keepalives needed)Adam Ierymenko
2015-09-30Add new verb names, and fix some Mac compiler flags.Adam Ierymenko
2015-09-30Speed up Salsa20 just a bit.Adam Ierymenko
2015-09-30More work on circuit testing...Adam Ierymenko
2015-09-28Never assign v4 IPs ending in .255 even within range.Adam Ierymenko
2015-09-27Specify circuit test messages.Adam Ierymenko
2015-09-24(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local ↵Adam Ierymenko
interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
2015-09-23Prefer IPv6 paths if available.Adam Ierymenko
2015-09-23Version bump, preparing for a likely 1.0.6 soon.Adam Ierymenko
2015-09-23Pick a random secondary UDP port for uPnP mapped traffic because of broken ↵Adam Ierymenko
routers.
2015-09-23.Adam Ierymenko
2015-09-23Pick random port on -p0Adam Ierymenko
2015-09-23Make sure ZT_NO_TYPE_PUNNING also obeyed here.Adam Ierymenko
2015-09-23Fix for timer jitter problem.Adam Ierymenko
2015-09-23Plumb through localInterfaceId to track local interfaces corresponding with ↵Adam Ierymenko
remote addresses.
2015-09-23Eliminate another warning.Adam Ierymenko
2015-09-23Eliminate compiler warning.Adam Ierymenko
2015-09-22Send a random small payload for NAT keepalives, since zero byte packets seem ↵Adam Ierymenko
to fail to keep associations alive behind some NATs.
2015-09-18Controller side support for IPv6 assignment.Adam Ierymenko
2015-09-17Generate local IPv6 addresses from network IDs and addresses.Adam Ierymenko
2015-09-15Drop Sqlite-based Log table for now and switch to an in-memory log for ↵Adam Ierymenko
recent activity. Log table gets too big on busy nodes. Should probably support push of events to some kind of event system later.
2015-09-14Fix JSON.Adam Ierymenko
2015-09-11ifdef default assignmentsGrant Limberg
2015-09-11Extra statement to clean up Members -- cascade did not seem to work, ↵Adam Ierymenko
possibly due to dual key.
2015-09-11ARP cache and responder agent code for use in netcon and iOS.Adam Ierymenko
2015-09-10Rename some stuff in Phy since it can be used with any stream socket.Adam Ierymenko
2015-09-10.Adam Ierymenko
2015-09-10Add expansion of netconf in _test field.Adam Ierymenko
2015-09-10Fix deadlock in test mode.Adam Ierymenko
2015-09-10Fix to allowing identity to be populated if not present.Adam Ierymenko
2015-09-10Add socketpair support to Phy.Adam Ierymenko
2015-09-08Allow identity to be populated for newly inserted Member objects to permit ↵Adam Ierymenko
transfer from old network controller and testing.
2015-09-08Add a bit of useful testing instrumentation to SqliteNetworkController.Adam Ierymenko
2015-09-04Final std::map<> from Switch, and add some smallish default values for hash ↵Adam Ierymenko
size.
2015-09-04Almost done... very few std::map<>s remaining in any spot that matters.Adam Ierymenko
2015-09-04Remove way-overkill multimap from Switch.Adam Ierymenko
2015-09-04Starting in on Switch... kill map in defrag queue, which will probably ↵Adam Ierymenko
improve performance pretty decently under high load with lots of peers.