| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-30 | Keep track of basic aliveness for peers regardless if direct or indirect ↵ | Adam Ierymenko | |
| connectivity and use this for multicast propagation. Also consolidate adding of active bridges via the same functor as regular multicast next hops. | |||
| 2014-04-18 | Cleanup, dead code removal, some pretty insignificant security stuff that's ↵ | Adam Ierymenko | |
| based on recommendations. | |||
| 2014-04-10 | More toward GitHub issue #56 | Adam Ierymenko | |
| 2014-04-10 | Probable fix for GitHub issue #63 - do not unite() if either path is TCP, ↵ | Adam Ierymenko | |
| since doing so can result in asymmetric failed NAT-t over UDP if one side has a firewall that permits outgoing UDP but not incoming. | |||
| 2014-04-10 | More logic cleanup and some documentation / comment improvements. | Adam Ierymenko | |
| 2014-04-09 | Yet more cleanup to TCP logic, this time adding a master switch and adding ↵ | Adam Ierymenko | |
| UDP preference in send(). | |||
| 2014-04-09 | Some cleanup, and use best (not first) UDP addresses for NAT-t ↵ | Adam Ierymenko | |
| VERB_RENDEZVOUS computation. | |||
| 2014-04-03 | A few more tweaks to TCP failover... seems to be switching back and forth ↵ | Adam Ierymenko | |
| pretty well now! | |||
| 2014-04-03 | Such ping logic. So edge case. | Adam Ierymenko | |
| 2014-04-02 | More tweaks to TCP failover logic. Such edge case. | Adam Ierymenko | |
| 2014-04-01 | More tweaks to algorithm for determining when to fail over to TCP, and stop ↵ | Adam Ierymenko | |
| supernodes from resynchronizing unless explicitly ordered. | |||
| 2014-03-31 | Clean dead paths from peers. | Adam Ierymenko | |
| 2014-03-21 | A few renamings to be consistent. | Adam Ierymenko | |
| 2014-03-21 | Builds with new Path code. | Adam Ierymenko | |
| 2014-03-20 | Work in progress: refactoring paths, adding TCP fallback. | Adam Ierymenko | |
| 2014-03-20 | Reworking of paths in Peer work-in-progress, and TCP connect support in ↵ | Adam Ierymenko | |
| SocketManager. Also add FD_SETSIZE checking for the default select implementation of sockets. | |||
| 2014-03-18 | Everything but the local config bus... blech. | Adam Ierymenko | |
| 2014-03-17 | Compile fixes. | Adam Ierymenko | |
| 2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
| 2014-02-03 | Yank a code path it turns out we probably don't want. | Adam Ierymenko | |
| 2014-01-30 | Bunch of fixes to startup, pinging, and choice of route. Also some TRACE ↵ | Adam Ierymenko | |
| updates. | |||
| 2014-01-28 | Fix for GitHub issue #35 and also possibly partial fix for #29 issues. | Adam Ierymenko | |
| 2013-12-31 | Fix several things: | Adam Ierymenko | |
| (1) The changes to path learning in the two previous releases were poorly thought out, and this version should remedy that by introducing PROBE. This is basically a kind of ECHO request and is used to authenticate endpoints that are not learned via a valid request/response pair. Thus we will still passively learn endpoints, but securely. (2) Turns out there was a security oversight in _doHELLO() that could have permitted... well... I'm not sure it was exploitable to do anything particularly interesting since a bad identity would be discarded anyway, but fix it just the same. | |||
| 2013-12-24 | Fix for GitHub issue #20 (untested) | Adam Ierymenko | |
| 2013-12-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko | |
| 2013-10-21 | Peers are now dumped on shutdown in a persistence cache and reloaded on ↵ | Adam Ierymenko | |
| startup, which is good enough for clients right now. Supernodes will get something else for long-term authoritative identity caching. | |||
| 2013-10-21 | Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ↵ | Adam Ierymenko | |
| way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems. | |||
| 2013-10-05 | Remove a whole bunch of now-unnecessary cruft from Topology and PacketDecoder. | Adam Ierymenko | |
| 2013-10-02 | Clean up some routine stuff like pings, and stop keeping links open forever ↵ | Adam Ierymenko | |
| even if there are no frames passing between them. | |||
| 2013-10-02 | Multicast propagation is now working from non-supernodes, and working quite ↵ | Adam Ierymenko | |
| well. Time for some more simulation before 0.5.0! | |||
| 2013-10-01 | Each peer now tracks the last time it announced multicast LIKEs ↵ | Adam Ierymenko | |
| independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet. | |||
| 2013-09-24 | Work in progress... | Adam Ierymenko | |
| 2013-09-17 | Get rid of onSent(), which was never used consistently anyway. | Adam Ierymenko | |
| 2013-09-16 | New crypto integrated -- going to be testing new identity address generation ↵ | Adam Ierymenko | |
| algo a bit more before finalizing. | |||
| 2013-08-30 | Improve code security posture by replacing sprintf with a safer function. | Adam Ierymenko | |
| 2013-08-12 | Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's ↵ | Adam Ierymenko | |
| a start. | |||
| 2013-08-06 | More detail and output improvements to command bus "listpeers," and a little ↵ | Adam Ierymenko | |
| cleanup. | |||
| 2013-07-13 | Compile fixes, integration of fast PRNG. | Adam Ierymenko | |
| 2013-07-11 | More work in progress on Switch / PacketDecoder refactor. | Adam Ierymenko | |
| 2013-07-11 | Work in progress... | Adam Ierymenko | |
| 2013-07-06 | Added creation and periodic update of a file called "status" in the home ↵ | Adam Ierymenko | |
| directory that contains peer link status. Useful for debugging and statistics. Send it SIGHUP to force an update now. Otherwise it updates every 120 seconds. | |||
| 2013-07-04 | New git repository for release - version 0.2.0 tagged | Adam Ierymenko | |
