Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-30 | Make new multicast depth and prefix bits parameters configurable. | Adam Ierymenko | |
2013-09-27 | Whew, it builds! | Adam Ierymenko | |
2013-09-26 | Work in progress... | Adam Ierymenko | |
2013-09-21 | New multicast algorithm work in progress... | Adam Ierymenko | |
2013-09-17 | Make network multicast breadth/depth parameters configurable on a per-net basis. | Adam Ierymenko | |
2013-09-17 | Add port and control port command line options to daemon and command line ↵ | Adam Ierymenko | |
client, add new supernode keys to Defaults. | |||
2013-09-12 | Get a default rate that works for multicast. | Adam Ierymenko | |
2013-09-04 | Multicast bandwidth accounting work in progress, and some config field ↵ | Adam Ierymenko | |
changes and cleanup. | |||
2013-08-14 | Windows builds, self test runs in Debug mode! | Adam Ierymenko | |
2013-08-13 | Version 0.4.3 (the real one): fix Gentoo ip config failures and crashes | Adam Ierymenko | |
This version fixes problems with locating the 'ip' command on Gentoo and possibly other Linux systems, and a problem that could cause a crash if EthernetTap was unable to locate one of the commands it invokes to configure IP information on tap devices. The code also now builds on Windows. It doesn't run yet, but it's a step. Windows port is in full swing. Finally, the multicast rate limit defaults were raised a little. More testing is needed here, and real world measurments. | |||
2013-08-12 | Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's ↵ | Adam Ierymenko | |
a start. | |||
2013-08-09 | Tweak default multicast rate limits. | Adam Ierymenko | |
2013-08-09 | Add a concept of debt to RateLimiter, save a bit of RAM. | Adam Ierymenko | |
2013-08-08 | Add RateLimiter for rate limiting multicast, not tested yet. | Adam Ierymenko | |
2013-08-08 | Back off a little on multicast propagation depth. Eventually this will be a ↵ | Adam Ierymenko | |
network parameter. | |||
2013-08-05 | Poll for network autoconf, and a few other documentation changes. | Adam Ierymenko | |
2013-07-30 | Call clean on all networks periodically, generalize Topology clean cycle to ↵ | Adam Ierymenko | |
an overall clean cycle. | |||
2013-07-27 | Back out of RPC... blech. Have a better idea. | Adam Ierymenko | |
2013-07-25 | RPC infrastructure work in progress. | Adam Ierymenko | |
2013-07-17 | New simpler command interface via loopback UDP protected by a crypto token. | Adam Ierymenko | |
2013-07-12 | Bunch of little bug fixes in newly refactored code. | Adam Ierymenko | |
2013-07-10 | Adding signatures to multicast frames, work in progress, does not build yet | Adam Ierymenko | |
2013-07-10 | Factored out multicast propagation algorithm from Switch and Topology, also ↵ | Adam Ierymenko | |
cleaned up and clarified it a bit. | |||
2013-07-09 | Several things: | Adam Ierymenko | |
(1) Probable fix for issue #7 and major cleanup of EthernetTap code with consolidation for all unix-like systems and specialization for different flavors only when needed. (2) Refactor of Buffer<> to make its members private, and Packet to use Buffer's methods exclusively to access them. This improves clarity and means we're no longer lying about Buffer's role in the code's security posture. (3) Add -fstack-protect to Makefile to bounds check stack variables. | |||
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 | |