summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)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
2013-09-21New multicast algorithm work in progress...Adam Ierymenko
2013-09-20New packet formats for MULTICAST_FRAME, and MULTICAST_GOT. Not implemented ye...Adam Ierymenko
2013-09-19Fix for netconf advertising of multicast propagation parameters, and defaults...Adam Ierymenko
2013-09-19Change Linux default build back to debug, and fix startup message. Oh, and ne...Adam Ierymenko
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-18Remove code to automatically join Earth -- network joins will now be user-ini...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 cli...Adam Ierymenko
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
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-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 fas...Adam Ierymenko
2013-09-10Finish stripping minBalance from BandwidthAccountAdam Ierymenko
2013-09-10Look up rate info from database, but going to drop min balance cause it seems...Adam Ierymenko
2013-09-07Apply multicast rate limits to my own multicasts. Will run locally and on a v...Adam Ierymenko
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 change...Adam Ierymenko
2013-08-30Improve code security posture by replacing sprintf with a safer function.Adam Ierymenko
2013-08-30docs and minor cleanupAdam Ierymenko
2013-08-30Remove old launcher code, fix build error in idtool, add terminate command to...Adam Ierymenko