summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-24Work in progress...Adam Ierymenko
2013-09-22More work in progress on new Multicaster. This should be pretty much good to ↵Adam Ierymenko
go, and performance should not be too O(crappy).
2013-09-21New multicast algorithm work in progress...Adam Ierymenko
2013-09-20New packet formats for MULTICAST_FRAME, and MULTICAST_GOT. Not implemented ↵Adam Ierymenko
yet in decoder, so wont compile. Work in progress.
2013-09-19Fix for netconf advertising of multicast propagation parameters, and ↵Adam Ierymenko
defaults in Network.hpp.
2013-09-19Change Linux default build back to debug, and fix startup message. Oh, and ↵Adam Ierymenko
new crypto just kinda works. Awesome.
2013-09-19Build fix for network ID remap hack.Adam Ierymenko
2013-09-19Add temporary code to remap old Earth network ID to new one.Adam Ierymenko
2013-09-19Add validation of known-good identity to selftest to check endian and ↵Adam Ierymenko
similar issues across platforms.
2013-09-18Remove code to automatically join Earth -- network joins will now be ↵Adam Ierymenko
user-initiated and manual.
2013-09-17Netconf service build fix.Adam Ierymenko
2013-09-17Prescient endian-ness fix in deriveAddress.Adam Ierymenko
2013-09-17Get rid of 000000000000000.mcerts junk files.Adam Ierymenko
2013-09-17Make network multicast breadth/depth parameters configurable on a per-net basis.Adam Ierymenko
2013-09-17More include formatting cleanup.Adam Ierymenko
2013-09-17Some file format cleanup.Adam Ierymenko
2013-09-17Get rid of onSent(), which was never used consistently anyway.Adam Ierymenko
2013-09-17Add port and control port command line options to daemon and command line ↵Adam Ierymenko
client, add new supernode keys to Defaults.
2013-09-16Build fix to eliminate strict aliasing warnings, and a bug fix.Adam Ierymenko
2013-09-16Fix idtool build, tweak address derivation again.Adam Ierymenko
2013-09-16More tweaks to address derivation, going to test on other boxen.Adam Ierymenko
2013-09-16Build fix for 32-bit Linux and tweaks to address derivation algorithm.Adam Ierymenko
2013-09-16New crypto integrated -- going to be testing new identity address generation ↵Adam Ierymenko
algo a bit more before finalizing.
2013-09-16Integrating new crypto, work still in progress...Adam Ierymenko
2013-09-16Integrating new crypto -- work in progress, wont build yet.Adam Ierymenko
2013-09-15Small amount of crypto cleanup.Adam Ierymenko
2013-09-15Test vectors for all new crypto.Adam Ierymenko
2013-09-14Add test vectors for ensuring identical C25519 operation across systems.Adam Ierymenko
2013-09-13More new crypto: Ed25519 signatures.Adam Ierymenko
2013-09-13More work in progress on new crypto...Adam Ierymenko
2013-09-13More crypto work in progress...Adam Ierymenko
2013-09-13More new crypto -- poly1305 one-time auth code.Adam Ierymenko
2013-09-13Add new crypto: SHA512 and C25519 -- not integrated yet.Adam Ierymenko
2013-09-13Bit more of adding version to OK(HELLO)Adam Ierymenko
2013-09-13Add version info to OK(HELLO) so both sides know their version info.Adam Ierymenko
2013-09-12More experimentation with multicast rate.Adam Ierymenko
2013-09-12Get a default rate that works for multicast.Adam Ierymenko
2013-09-11Restore peer field to netconf for now, required by older versions.Adam Ierymenko
2013-09-11Reduce log noise, change to TRACE.Adam Ierymenko
2013-09-11A few logging changes.Adam Ierymenko
2013-09-11Small method rename.Adam Ierymenko
2013-09-11More updates to bandwidth accounting.Adam Ierymenko
2013-09-11Drop old Certificate type from Network.Adam Ierymenko
2013-09-11Version two of network certificate of membership, a much more concise and ↵Adam Ierymenko
fast approach.
2013-09-10Finish stripping minBalance from BandwidthAccountAdam Ierymenko
2013-09-10Look up rate info from database, but going to drop min balance cause it ↵Adam Ierymenko
seems unnecessary. Also work in progress on membership certs.
2013-09-07Apply multicast rate limits to my own multicasts. Will run locally and on a ↵Adam Ierymenko
variety of system types to test the result of this.
2013-09-07updateAndCheckMulticastBalance and friendsAdam Ierymenko
2013-09-06Bit more netconf cleanup...Adam Ierymenko
2013-09-04Multicast bandwidth accounting work in progress, and some config field ↵Adam Ierymenko
changes and cleanup.