Age | Commit message (Expand) | Author |
2016-04-19 | Revise peer path weighting to always prioritize cluster-optimal paths. | Adam Ierymenko |
2016-02-10 | More tweaks to new symmetric NAT buster, and stop using old iterative method ... | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2016-01-12 | Docs and cleanup. | Adam Ierymenko |
2016-01-12 | Simplify Peer locking to eliminate deadlock with new path recursion check cod... | Adam Ierymenko |
2016-01-05 | Implement first pass on rapid dead path detection, and increment version to 1... | Adam Ierymenko |
2015-12-21 | Selectively move over changes from "edge" to "dev" excluding netcon. | Adam Ierymenko |
2015-11-30 | Fix for GitHub issue #260 -- fix for (non-exploitable) crash in network prefe... | Adam Ierymenko |
2015-11-09 | Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NAT | Adam Ierymenko |
2015-11-09 | Mark geo-redirected paths as suboptimal and do not report that we have a peer... | Adam Ierymenko |
2015-11-06 | Further pare down Cluster messaging and rename some stuff. | Adam Ierymenko |
2015-11-02 | Make root and relay selection somewhat more robust. | Adam Ierymenko |
2015-11-02 | Tweak some more timings for better reliability. | Adam Ierymenko |
2015-10-29 | Tweak some timings, and remove some dead code. | Adam Ierymenko |
2015-10-28 | Fix inverted sense bug. | Adam Ierymenko |
2015-10-27 | Add a circuit breaker for VERB_PUSH_DIRECT_PATHS. | Adam Ierymenko |
2015-10-27 | Replicate peer endpoints and forget paths if we have them -- this allows two ... | Adam Ierymenko |
2015-10-27 | Factor out RemotePath subclass of Path -- no longer needed, just cruft. | Adam Ierymenko |
2015-10-27 | Fix infinite loop in Cluster, clean up some stuff elsewhere, and back out rat... | Adam Ierymenko |
2015-10-16 | Fix vProto init. | Adam Ierymenko |
2015-10-16 | Peer save/restore fix. | Adam Ierymenko |
2015-10-16 | Add rate limit on receive of DIRECT_PATH_PUSH to prevent DOS exploitation. | Adam Ierymenko |
2015-10-16 | IPv6 support fixes. | Adam Ierymenko |
2015-10-14 | Work in progress on Cluster for new root infrastructure, multi-homing. | Adam Ierymenko |
2015-10-13 | World stuff... | Adam Ierymenko |
2015-10-01 | The return of peer peristence. | Adam Ierymenko |
2015-10-01 | Peer serialization and related changes. | Adam Ierymenko |
2015-10-01 | Mutex cleanup. | Adam Ierymenko |
2015-10-01 | Refactor: move network COMs out of Network and into Peer in prep for tighteni... | Adam Ierymenko |
2015-09-24 | (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i... | Adam Ierymenko |
2015-09-23 | Plumb through localInterfaceId to track local interfaces corresponding with r... | Adam Ierymenko |
2015-09-04 | Another std::map<> dies. | Adam Ierymenko |
2015-07-13 | Clean up some YAGNI issues with implementation of GitHub issue #180, and make... | Adam Ierymenko |
2015-07-07 | More cleanup to direct path push, comment fixes, etc. | Adam Ierymenko |
2015-07-06 | pushDirectPaths() implementation | Adam Ierymenko |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | 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-04-30 | Fix deadlock in SelfAwareness by deferring reconnects. | Adam Ierymenko |
2015-04-24 | First pass of Windows cleanup and build fixes... | Adam Ierymenko |
2015-04-15 | Disable a few noisy TRACEs, and limit how often we confirm new paths to avoid... | Adam Ierymenko |
2015-04-10 | Restrict unite() to desperation==0 since NAT-t only works right now with dire... | Adam Ierymenko |
2015-04-08 | Node peer list function for CAPI, and some Peer cleanup. | Adam Ierymenko |
2015-04-08 | Remove Logger.hpp references. | Adam Ierymenko |
2015-04-07 | Tons of refactoring, change to desperation algorithm to use max of core or li... | 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 | Implemented empirical determination of external addressing, paritioned per sc... | Adam Ierymenko |
2015-04-06 | Bring IncomingPacket into line with new changes. | Adam Ierymenko |
2015-04-03 | Bunch more cleanup, improvements to NAT traversal logic, finished updating Sw... | Adam Ierymenko |