Age | Commit message (Expand) | Author |
2014-09-24 | Rename MulticastTopology to Multicaster -- same name as old multicast control... | Adam Ierymenko |
2014-09-24 | Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a lit... | Adam Ierymenko |
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 | Fix for GitHub issue #122 and other fixes | 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-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 mu... | Adam Ierymenko |
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 | refactoring for SDK | 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 anti-symmetric-... | Adam Ierymenko |
2014-09-05 | IP assignment and change cleanup -- leave IPs that were never configured via ... | Adam Ierymenko |
2014-09-05 | Bit of network config parser cleanup. | 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 | Add noupdate flag in root topologies, add ability for mktopology to read from... | Adam Ierymenko |
2014-08-27 | Fix for GitHub issue #110 -- failure to bind IPv6 now non-fatal | Adam Ierymenko |
2014-08-21 | Another fix to Network life cycle. | Adam Ierymenko |
2014-08-21 | Fix for crazy Windows threading bug... repeatedly adding and removing a netwo... | Adam Ierymenko |
2014-08-19 | Add MAC to listnetworks, and some other make stuff. | Adam Ierymenko |
2014-08-19 | Makefile changes, and make Topology::getBestSupernode() return the "next" sup... | Adam Ierymenko |
2014-08-18 | Do HttpClient refactoring for Windows. | Adam Ierymenko |
2014-08-18 | Increase sleep/wake detection threshold... might want to switch to using nati... | Adam Ierymenko |
2014-08-16 | Default to built-in root topology if signature check fails (instead of exiting) | Adam Ierymenko |
2014-08-16 | Small thread safety fix in HttpClient. | Adam Ierymenko |
2014-08-16 | Refactor HttpClient a bit. | Adam Ierymenko |
2014-08-15 | Web request part of supernode resync (not quite done, needs test) | Adam Ierymenko |
2014-08-14 | (1) distribute default root-topology in new dictionary format, (2) bump peer ... | Adam Ierymenko |
2014-08-14 | Accept supernode dictionaries in Topology, also fix (unused) field name in on... | Adam Ierymenko |
2014-08-12 | (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks | Adam Ierymenko |
2014-08-08 | Fix a Windows bug in refactored tap code, and always make sure we have a fire... | Adam Ierymenko |
2014-08-08 | Kill ugly old getSecureRandom() and replace with simple wrapper for Windows C... | Adam Ierymenko |
2014-08-08 | Fix an oversight in signed dictionaries: the timestamp and signing identity s... | Adam Ierymenko |
2014-08-07 | Windows compile fixes, compiler warning fix, unfreed memory fix in main.c (th... | Adam Ierymenko |
2014-08-07 | Compile for for TRACE, remove old TESTNET cruft. | Adam Ierymenko |
2014-08-07 | ifdef out Unix-only output redirect function on Windows | Adam Ierymenko |
2014-08-07 | Fix for GitHub issue #97 | Adam Ierymenko |
2014-08-06 | Some tap interface changes and integration into main.cpp for *nix systems. | Adam Ierymenko |
2014-08-05 | (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work f... | Adam Ierymenko |
2014-08-05 | Add signatures to Dictionary, and fix unhex() API in Utils to be a little safer. | Adam Ierymenko |