Age | Commit message (Expand) | Author |
2016-04-26 | Bunch more refactoring for an even more compact NetworkConfig representation,... | Adam Ierymenko |
2016-04-12 | Fix one more old NetworkConfig bit of code. | Adam Ierymenko |
2016-01-13 | Old SF root is dead. Now we are just on Alice and Bob. (world update for 1.1.4) | Adam Ierymenko |
2016-01-12 | boring doc stuff | 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-20 | The World as of 2015-11-20 | Adam Ierymenko |
2015-11-17 | Fix crash on exit in Windows (does not affect other OSes) and revert debuggin... | Adam Ierymenko |
2015-11-16 | Real World -- edge now talks to real net. | Adam Ierymenko |
2015-11-14 | get the compiler to stop complaining about two string literals (one a macro) ... | Grant Limberg |
2015-11-13 | Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ... | Adam Ierymenko |
2015-11-12 | Eliminate Windows warnings. | Adam Ierymenko |
2015-11-02 | Make root and relay selection somewhat more robust. | Adam Ierymenko |
2015-10-30 | Fix evil bug, and instrument/assert on some other stuff, and a bit of cleanup. | Adam Ierymenko |
2015-10-30 | Add some debug code in TRACE mode to catch a bug. | Adam Ierymenko |
2015-10-30 | getPeer() had a small potential to be unsafe. | Adam Ierymenko |
2015-10-28 | Fix bug in peer count. | Adam Ierymenko |
2015-10-27 | Fix infinite loop in Cluster, clean up some stuff elsewhere, and back out rat... | Adam Ierymenko |
2015-10-27 | More root cleanup. | Adam Ierymenko |
2015-10-27 | Cleanup, including simplification of root server picking algorithm since we n... | Adam Ierymenko |
2015-10-26 | Fix infinite loop if there are no live roots (never happened before?!? wow!) | Adam Ierymenko |
2015-10-26 | Fix test world def. | Adam Ierymenko |
2015-10-26 | Add the whole new World, though with test identities at this point. | Adam Ierymenko |
2015-10-26 | Cluster status plumbing. | Adam Ierymenko |
2015-10-23 | Fully specify new network in alice-test, this will (with different identities... | Adam Ierymenko |
2015-10-23 | Fix bug in setWorld that might have caused a peer entry for myself (which wou... | Adam Ierymenko |
2015-10-20 | Wire up peer announcement in cluster. | Adam Ierymenko |
2015-10-19 | Restore default World for commit to upstream | Adam Ierymenko |
2015-10-19 | Do not allow VERB_RENDEZVOUS from non-upstream peers to block potential DOS v... | Adam Ierymenko |
2015-10-19 | Some test stuff that will not be pushed elsewhere. | Adam Ierymenko |
2015-10-16 | Peer save/restore fix. | Adam Ierymenko |
2015-10-14 | Untested cluster code, not enabled. | Adam Ierymenko |
2015-10-14 | Work in progress on Cluster for new root infrastructure, multi-homing. | Adam Ierymenko |
2015-10-13 | cleanup | Adam Ierymenko |
2015-10-13 | World stuff... | Adam Ierymenko |
2015-10-13 | More World stuff, and mkworld. | Adam Ierymenko |
2015-10-12 | Work in progress on refactoring root-topology into World and adding in-band u... | Adam Ierymenko |
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 | 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 | Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongo... | Adam Ierymenko |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | Adam Ierymenko |
2015-06-19 | Root server terminology cleanup, and tighten up a security check by checking ... | Adam Ierymenko |
2015-05-06 | Renamed supernode to rootserver | Kees Bos |
2015-04-08 | Add events for packet decode errors, etc., and re-implement TRACE as an event. | Adam Ierymenko |
2015-04-08 | Make Toplogy use dataStoreXX() methods from Node, and get rid of old TCP stuff. | Adam Ierymenko |
2015-04-07 | Implemented empirical determination of external addressing, paritioned per sc... | Adam Ierymenko |
2015-04-07 | Some external surface awareness work, and IP scope classification. | Adam Ierymenko |