summaryrefslogtreecommitdiff
path: root/node/SoftwareUpdater.cpp
AgeCommit message (Collapse)Author
2014-10-01Yay... 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-24Rename 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-08-16Refactor HttpClient a bit.Adam Ierymenko
2014-08-14(1) distribute default root-topology in new dictionary format, (2) bump peer ↵Adam Ierymenko
serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates
2014-05-19Another sanity check on filename for GitHub issue #72Adam Ierymenko
2014-05-19Redis schema updates and fix for GitHub issue #72Adam Ierymenko
2014-03-07Some text changes, remove unused modules from installer project.Adam Ierymenko
2014-02-24Fix for GitHub issue #40: updates.d not being cleared.Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2014-02-07Remove old updates from updates.d on Node startup.Adam Ierymenko
2014-01-21Several things:Adam Ierymenko
(1) Add a bunch of tedious type casts to eliminate unnecessary compiler warnings on Windows X64 builds. (2) Some EthernetTap work to integrate Windows custom IOCTL for multicast group lookup (not done quite yet). (3) Dump some more info in selftest to make sure our Windows path lookup functions are returning sane results.
2014-01-18Builds on Windows now.Adam Ierymenko
2014-01-05Refactor SoftwareUpdate to make .nfo parse and signature check code easily ↵Adam Ierymenko
reusable so it can be used from the Qt GUI code.
2013-12-27Some logging improvements in software updater.Adam Ierymenko
2013-12-11Software update fetcher seems to work, going back to updater/installer itself.Adam Ierymenko
2013-12-10Rest of software updater, ready to test...Adam Ierymenko