Age | Commit message (Expand) | Author |
2013-09-17 | Make network multicast breadth/depth parameters configurable on a per-net basis. | Adam Ierymenko |
2013-09-17 | More include formatting cleanup. | Adam Ierymenko |
2013-09-17 | Some file format cleanup. | Adam Ierymenko |
2013-09-17 | Get rid of onSent(), which was never used consistently anyway. | Adam Ierymenko |
2013-09-17 | Add port and control port command line options to daemon and command line cli... | Adam Ierymenko |
2013-09-16 | Build fix to eliminate strict aliasing warnings, and a bug fix. | Adam Ierymenko |
2013-09-16 | Fix idtool build, tweak address derivation again. | Adam Ierymenko |
2013-09-16 | More tweaks to address derivation, going to test on other boxen. | Adam Ierymenko |
2013-09-16 | Build fix for 32-bit Linux and tweaks to address derivation algorithm. | Adam Ierymenko |
2013-09-16 | New crypto integrated -- going to be testing new identity address generation ... | Adam Ierymenko |
2013-09-16 | Integrating new crypto, work still in progress... | Adam Ierymenko |
2013-09-16 | Integrating new crypto -- work in progress, wont build yet. | Adam Ierymenko |
2013-09-15 | Small amount of crypto cleanup. | Adam Ierymenko |
2013-09-15 | Test vectors for all new crypto. | Adam Ierymenko |
2013-09-14 | Add test vectors for ensuring identical C25519 operation across systems. | Adam Ierymenko |
2013-09-13 | More new crypto: Ed25519 signatures. | Adam Ierymenko |
2013-09-13 | More work in progress on new crypto... | Adam Ierymenko |
2013-09-13 | More crypto work in progress... | Adam Ierymenko |
2013-09-13 | More new crypto -- poly1305 one-time auth code. | Adam Ierymenko |
2013-09-13 | Add new crypto: SHA512 and C25519 -- not integrated yet. | Adam Ierymenko |
2013-09-13 | Bit more of adding version to OK(HELLO) | Adam Ierymenko |
2013-09-13 | Add version info to OK(HELLO) so both sides know their version info. | Adam Ierymenko |
2013-09-12 | More experimentation with multicast rate. | Adam Ierymenko |
2013-09-12 | Get a default rate that works for multicast. | Adam Ierymenko |
2013-09-11 | Reduce log noise, change to TRACE. | Adam Ierymenko |
2013-09-11 | A few logging changes. | Adam Ierymenko |
2013-09-11 | Small method rename. | Adam Ierymenko |
2013-09-11 | More updates to bandwidth accounting. | Adam Ierymenko |
2013-09-11 | Drop old Certificate type from Network. | Adam Ierymenko |
2013-09-11 | Version two of network certificate of membership, a much more concise and fas... | Adam Ierymenko |
2013-09-10 | Finish stripping minBalance from BandwidthAccount | Adam Ierymenko |
2013-09-10 | Look up rate info from database, but going to drop min balance cause it seems... | Adam Ierymenko |
2013-09-07 | Apply multicast rate limits to my own multicasts. Will run locally and on a v... | Adam Ierymenko |
2013-09-07 | updateAndCheckMulticastBalance and friends | Adam Ierymenko |
2013-09-06 | Bit more netconf cleanup... | Adam Ierymenko |
2013-09-04 | Multicast bandwidth accounting work in progress, and some config field change... | Adam Ierymenko |
2013-08-30 | Improve code security posture by replacing sprintf with a safer function. | Adam Ierymenko |
2013-08-30 | docs and minor cleanup | Adam Ierymenko |
2013-08-30 | Remove old launcher code, fix build error in idtool, add terminate command to... | Adam Ierymenko |
2013-08-30 | Change rate limiter a little... | Adam Ierymenko |
2013-08-28 | Check network ethernet type whitelist instead of hard-coded ethernet types. | Adam Ierymenko |
2013-08-28 | Add etherTypes to netconf response. | Adam Ierymenko |
2013-08-28 | Filter work, add name and desc to netconf response, small compiler warning fix. | Adam Ierymenko |
2013-08-27 | Jigger with shutdown method to avoid a crash on CTRL+C in Windows. Feels a bi... | Adam Ierymenko |
2013-08-27 | Build fixes for *nix. | Adam Ierymenko |
2013-08-27 | Drop extra debug output. | Adam Ierymenko |
2013-08-27 | Build fix in tap, handling of Windows shutdown signals. | Adam Ierymenko |
2013-08-27 | More tap work -- DHCP configuration and such. | Adam Ierymenko |
2013-08-27 | Dike out some cruft in Windows tap that we will never use, like TUN mode, DHC... | Adam Ierymenko |
2013-08-27 | Tap now basically sorta works on Windows. Now have to figure out how to contr... | Adam Ierymenko |