Age | Commit message (Expand) | Author |
2016-04-12 | Refactor IncomingPacket for new NetworkConfig | Adam Ierymenko |
2016-03-03 | Fix problems with previous commit. | Adam Ierymenko |
2016-02-23 | Fix a CIRCUIT_TEST bug in forwarding of tests along hop paths on private netw... | Adam Ierymenko |
2016-02-22 | Fix checking of path address validity. | Adam Ierymenko |
2016-02-22 | Deprecate reporting of local clock in circuit tests since a small number of u... | Adam Ierymenko |
2016-02-22 | Reduce direct ping delay back to 1m and make SelfAwareness aware of local rec... | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2016-01-12 | Add a network-associated user ptr in API. | Adam Ierymenko |
2016-01-11 | Instead of using binary packet comparison, add a callback to the API to expli... | Adam Ierymenko |
2016-01-11 | Remove somewhat ugly and costly anti-recursion hack -- we will switch to more... | Adam Ierymenko |
2016-01-06 | Close another potential anti-recursion loophole. | 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-09 | Fix for possible high CPU usage on multicast queries. | Adam Ierymenko |
2015-11-08 | Cluster simplification and refactor work in progress... | Adam Ierymenko |
2015-11-06 | Further pare down Cluster messaging and rename some stuff. | Adam Ierymenko |
2015-11-05 | Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers. | Adam Ierymenko |
2015-11-02 | Decided to make this 1.1.0 (semantic versioning increment is warranted), and ... | Adam Ierymenko |
2015-10-28 | TRACE build fixes. | Adam Ierymenko |
2015-10-28 | Clean up PUSH_DIRECT_PATH limits a bit more and make them a bit smarter. | Adam Ierymenko |
2015-10-27 | Add a circuit breaker for VERB_PUSH_DIRECT_PATHS. | Adam Ierymenko |
2015-10-27 | More cleanup. | 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-27 | Well that was broken. | Adam Ierymenko |
2015-10-27 | Fix inverted sense bug. | Adam Ierymenko |
2015-10-27 | Some cleanup, and use VERB_PUSH_DIRECT_PATHS to redirect newer peers. | Adam Ierymenko |
2015-10-20 | Move replication of COMs to avoid race condition. | Adam Ierymenko |
2015-10-20 | Finish wiring up Cluster, fix some issues with other recent changes. | Adam Ierymenko |
2015-10-20 | Wire up peer announcement in cluster. | Adam Ierymenko |
2015-10-20 | Cluster work -- integrating with the rest of the code. | Adam Ierymenko |
2015-10-19 | Fix bad COM attachment bug and eliminate an unnecessary redundant check. | Adam Ierymenko |
2015-10-19 | Do not allow VERB_RENDEZVOUS from non-upstream peers to block potential DOS v... | Adam Ierymenko |
2015-10-16 | Add rate limit on receive of DIRECT_PATH_PUSH to prevent DOS exploitation. | Adam Ierymenko |
2015-10-15 | GitHub issue #235, and I also see no reason not to communicate with people fr... | Adam Ierymenko |
2015-10-14 | Fix for world size in OK(HELLO) | Adam Ierymenko |
2015-10-13 | Full integration of World and World updates. | 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-09 | Create files for each hop (more convenient) and fix a packet parse bug. | Adam Ierymenko |
2015-10-09 | Be a bit more verbose in circuit test reports to more clearly track current a... | Adam Ierymenko |
2015-10-09 | Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE) | Adam Ierymenko |
2015-10-08 | Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TES... | Adam Ierymenko |
2015-10-07 | Make sure received() gets called for some new messages, and docs. | Adam Ierymenko |
2015-10-07 | Finally add an ECHO. | Adam Ierymenko |
2015-10-07 | Limit proof of work difficulty to something sane. | Adam Ierymenko |
2015-10-07 | Add proof of work request for future DDOS mitigation use. | Adam Ierymenko |
2015-10-07 | Kill debug line. | Adam Ierymenko |
2015-10-07 | More cleanup and simple refactoring, consolidate InetAddres serialize/deseria... | Adam Ierymenko |