Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-01 | Yay... now everything compiles! Getting close to testing on this. Still have ↵ | Adam Ierymenko | |
not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first. | |||
2014-09-30 | IncomingPacket builds! | Adam Ierymenko | |
2014-09-30 | Add origin to new MULTICAST_FRAME, move security check for certs into ↵ | Adam Ierymenko | |
Network to remove redundant code and bug-proneness, more work on IncomingPacket... | |||
2014-09-30 | Multicaster needs to be global, not per-network, and a bunch of other stuff. | Adam Ierymenko | |
2014-09-30 | Everything in for new multicast except IncomingPacket parsing... | Adam Ierymenko | |
2014-09-26 | A few more revisions to new multicast verbs. | Adam Ierymenko | |
2014-09-26 | Some Network code cleanup. | Adam Ierymenko | |
2014-09-25 | Most of new multicast code builds... now on to packet parsing. | Adam Ierymenko | |
2014-09-25 | . | Adam Ierymenko | |
2014-09-25 | . | Adam Ierymenko | |
2014-09-25 | . | Adam Ierymenko | |
2014-09-24 | Rename MulticastTopology to Multicaster -- same name as old multicast ↵ | Adam Ierymenko | |
controller but different code. More descriptive though. | |||
2014-09-24 | Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a ↵ | Adam Ierymenko | |
little more consistent about using _ to denote private member variables. | |||
2014-09-24 | Some more multicast algo work... | Adam Ierymenko | |
2014-09-24 | Rename PacketDecoder to much more descriptive IncomingPacket | Adam Ierymenko | |
2014-09-24 | . | Adam Ierymenko | |
2014-09-23 | Make MulticastTopology have its own mutex. | Adam Ierymenko | |
2014-09-22 | . | Adam Ierymenko | |
2014-09-22 | Yet more WIP on mulitcast algo... | Adam Ierymenko | |
2014-09-18 | Work on defining new direct broadcast multicast algorithm. | Adam Ierymenko | |
2014-09-18 | VERSION 0.9.3: unreleased update with some fixes for Pi users | Adam Ierymenko | |
This version is being tagged and bagged, despite the fact that it's not going to be released and won't be merged into master until 1.0.0 is ready. It contains several Linux build fixes, a fix for a unix domain socket resource leak, and build fixes for the Raspberry Pi. | |||
2014-09-18 | Fix for GitHub issue #122 and other fixes | Adam Ierymenko | |
2014-09-18 | docs | Adam Ierymenko | |
2014-09-17 | Back off from thrashing shutdownIfUnreadableCheck, fix bug in control service. | Adam Ierymenko | |
2014-09-17 | More work on control bus refactor... | Adam Ierymenko | |
2014-09-17 | More control/ refactoring | Adam Ierymenko | |
2014-09-16 | it compiles again! | Adam Ierymenko | |
2014-09-16 | Make sure open() has third argument | Adam Ierymenko | |
2014-09-16 | Get rid of __align stuff in Salsa20 -- not portable, does not seem to help ↵ | Adam Ierymenko | |
much on newer chips. | |||
2014-09-16 | cleanup | Adam Ierymenko | |
2014-09-15 | Move rest of NodeControl stuff out of node/ and into control/ | Adam Ierymenko | |
2014-09-15 | cleanup | Adam Ierymenko | |
2014-09-15 | rename ipc/ to control/ | Adam Ierymenko | |
2014-09-15 | refactoring for SDK | Adam Ierymenko | |
2014-09-13 | build fixes | Adam Ierymenko | |
2014-09-12 | Refactoring in progress... pardon our dust... | Adam Ierymenko | |
2014-09-10 | work in progress on API refactor | Adam Ierymenko | |
2014-09-05 | Rip out dead "firewall opener" code, replace in pipeline with ↵ | Adam Ierymenko | |
anti-symmetric-NAT tactics. | |||
2014-09-05 | IP assignment and change cleanup -- leave IPs that were never configured via ↵ | Adam Ierymenko | |
ZT static assignment alone. | |||
2014-09-05 | Bit of network config parser cleanup. | Adam Ierymenko | |
2014-09-05 | Remove zerotier-idtool symlink on mac uninstall.sh | Adam Ierymenko | |
2014-09-05 | Old-school GCC build fix -- make sure __GCC__ is defined | Adam Ierymenko | |
2014-09-04 | Enable configuration of multicast algorithm parameters in netconf | Adam Ierymenko | |
2014-09-04 | Fix for missing broadcast address on Linux Ethernet taps. | Adam Ierymenko | |
2014-09-03 | docs | Adam Ierymenko | |
2014-09-03 | docs | Adam Ierymenko | |
2014-09-03 | initdb changes | Adam Ierymenko | |
2014-09-03 | Some netconf-service renames and add initdb script for user use. | Adam Ierymenko | |
2014-09-03 | bin2c warning removed | Adam Ierymenko | |
2014-09-03 | Add noupdate flag in root topologies, add ability for mktopology to read ↵ | Adam Ierymenko | |
from a template. |