Age | Commit message (Expand) | Author |
2015-10-06 | Merge branch 'adamierymenko-dev' into netcon | Adam Ierymenko |
2015-10-06 | Some work on CIRCUIT_TEST, and a significant speedup to Poly1305. | Adam Ierymenko |
2015-10-06 | Send initial CIRCUIT_TEST packet. | Adam Ierymenko |
2015-10-06 | Plumbing through circuit test stuff. | Adam Ierymenko |
2015-10-06 | Handling of CIRCUIT_TEST, should be ready to test. | Adam Ierymenko |
2015-10-06 | Fix TRACE output. | Adam Ierymenko |
2015-10-02 | no toString() method on peer. Commenting out for now. | Grant Limberg |
2015-10-02 | change cert to com. no variable named cert. | Grant Limberg |
2015-10-01 | Simplify Dictionary and reduce memory usage, now no more std::maps in core. | 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 | . | Adam Ierymenko |
2015-10-01 | Need to hold nconf so *com does not die while being used. | Adam Ierymenko |
2015-10-01 | Send COM with MULTICAST_GATHER for future use. | Adam Ierymenko |
2015-10-01 | --bugs; | Adam Ierymenko |
2015-10-01 | Always announce multicast groups, not just to peers with direct links, and pu... | Adam Ierymenko |
2015-10-01 | Get trim() out of core where it is not needed. | Adam Ierymenko |
2015-10-01 | . | Adam Ierymenko |
2015-10-01 | Mutex cleanup. | Adam Ierymenko |
2015-10-01 | Restore group announcement on Peer::receive() but centralize packet compositi... | Adam Ierymenko |
2015-10-01 | Refactor: move network COMs out of Network and into Peer in prep for tighteni... | Adam Ierymenko |
2015-09-30 | Consider IPv6 paths reliable (no constant keepalives needed) | Adam Ierymenko |
2015-09-30 | Add new verb names, and fix some Mac compiler flags. | Adam Ierymenko |
2015-09-30 | Speed up Salsa20 just a bit. | Adam Ierymenko |
2015-09-30 | More work on circuit testing... | Adam Ierymenko |
2015-09-27 | Specify circuit test messages. | Adam Ierymenko |
2015-09-24 | (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i... | Adam Ierymenko |
2015-09-24 | Merge branch 'adamierymenko-dev' into netcon | Adam Ierymenko |
2015-09-23 | Prefer IPv6 paths if available. | Adam Ierymenko |
2015-09-23 | Make sure ZT_NO_TYPE_PUNNING also obeyed here. | Adam Ierymenko |
2015-09-23 | Fix for timer jitter problem. | Adam Ierymenko |
2015-09-23 | Plumb through localInterfaceId to track local interfaces corresponding with r... | Adam Ierymenko |
2015-09-23 | Eliminate another warning. | Adam Ierymenko |
2015-09-23 | Eliminate compiler warning. | Adam Ierymenko |
2015-09-22 | Send a random small payload for NAT keepalives, since zero byte packets seem ... | Adam Ierymenko |
2015-09-22 | Merge branch 'adamierymenko-dev' into netcon | Adam Ierymenko |
2015-09-17 | Generate local IPv6 addresses from network IDs and addresses. | Adam Ierymenko |
2015-09-11 | Integrate arp into NetconEthernetTap. | Adam Ierymenko |
2015-09-11 | ARP cache and responder agent code for use in netcon and iOS. | Adam Ierymenko |
2015-09-08 | Add a bit of useful testing instrumentation to SqliteNetworkController. | Adam Ierymenko |
2015-09-04 | Final std::map<> from Switch, and add some smallish default values for hash s... | Adam Ierymenko |
2015-09-04 | Almost done... very few std::map<>s remaining in any spot that matters. | Adam Ierymenko |
2015-09-04 | Remove way-overkill multimap from Switch. | Adam Ierymenko |
2015-09-04 | Starting in on Switch... kill map in defrag queue, which will probably improv... | Adam Ierymenko |
2015-09-04 | ... and another ... | Adam Ierymenko |
2015-09-04 | Two for one! (std::map removal) | Adam Ierymenko |
2015-09-04 | ... and another one! | Adam Ierymenko |
2015-09-04 | Another std::map<> dies. | Adam Ierymenko |
2015-09-04 | Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongo... | Adam Ierymenko |
2015-09-04 | Add entries() to go with keys() for future use. | Adam Ierymenko |