summaryrefslogtreecommitdiff
path: root/node/SoftwareUpdater.hpp
AgeCommit message (Collapse)Author
2015-03-31Move more stuff into osdep/ -- node/ will not use threads directly.Adam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
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-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-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-26Bump version to 0.6.4 for testing, integrate software updater auto-check ↵Adam Ierymenko
into PacketDecoder decode path and main loop.
2013-12-11Software update work...Adam Ierymenko
2013-12-10Rest of software updater, ready to test...Adam Ierymenko