Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-10 | More toward GitHub issue #56 | Adam Ierymenko | |
2014-03-31 | Oops... turns out we need to differentiate incoming from outgoing TCP and ↵ | Adam Ierymenko | |
indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. | |||
2014-03-19 | IPC changes and SocketManager changes all build! | Adam Ierymenko | |
2014-03-18 | Everything but the local config bus... blech. | Adam Ierymenko | |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
2014-01-28 | Yank PROBE stuff since it's not used and was a premature addition to the ↵ | Adam Ierymenko | |
protocol. | |||
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-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko | |
2013-10-17 | Get rid of not used and maybe never to be used Filter code. | Adam Ierymenko | |
2013-10-16 | Lots of cleanup, more work on certificates, some security fixes. | Adam Ierymenko | |
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-27 | Whew, it builds! | Adam Ierymenko | |
2013-09-17 | Some file format cleanup. | Adam Ierymenko | |
2013-07-13 | Cleanup, comments, regularize TRACE messages. | Adam Ierymenko | |
2013-07-11 | It builds now. The Switch object has been put on a diet. Now to test on the ↵ | Adam Ierymenko | |
testnet before merge to master. | |||
2013-07-11 | More work in progress on Switch / PacketDecoder refactor. | Adam Ierymenko | |
2013-07-11 | More major Switch refactor work... still in progress. | Adam Ierymenko | |
2013-07-11 | Factoring out packet decoder from Switch to put that object on a little bit ↵ | Adam Ierymenko | |
of a diet. Work in progress, wont build yet. | |||
2013-07-10 | Factored out multicast propagation algorithm from Switch and Topology, also ↵ | Adam Ierymenko | |
cleaned up and clarified it a bit. | |||
2013-07-08 | Silly multicast propagation fix: exclude upstream sender to never send ↵ | Adam Ierymenko | |
duplicate multicasts back to where they came from | |||
2013-07-06 | Send HELLO instead of NOP for NAT-t in order to measure latency always. Also ↵ | Adam Ierymenko | |
prevents a race that can cause the first NAT-t to fail where the NOP arrives before the WHOIS reply from the supernode. Now NAT-t initiators will push their own public keys anyway so that doesnt matter. | |||
2013-07-04 | New git repository for release - version 0.2.0 tagged | Adam Ierymenko | |