summaryrefslogtreecommitdiff
path: root/osdep/OSUtils.cpp
AgeCommit message (Expand)Author
2017-01-26Rip out resolver and use anycast address instead. In the long term existing T...Adam Ierymenko
2017-01-19NodeJS migration script for old Sqlite controller.db to new controller data f...Adam Ierymenko
2017-01-11Software updater work.Adam Ierymenko
2017-01-10Refactor some JSON stuff for performance, and fix a build error.Adam Ierymenko
2016-11-18Move split() to OSUtils since it is not used in core.Adam Ierymenko
2016-11-04Refactor controller to use split-out DB for better performance and less ugly.Adam Ierymenko
2016-09-30Network delete fix.Adam Ierymenko
2016-08-16More controller work -- it builds!Adam Ierymenko
2016-06-23More new CLI work.Adam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2015-11-13Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ...Adam Ierymenko
2015-07-30Suppress icacls output on lockDownFile().Adam Ierymenko
2015-04-20OSUtils::resolve()Adam Ierymenko
2015-04-16Some cleanup, and bite the bullet and go ahead and write a simple Http client...Adam Ierymenko
2015-04-14Just return files from listDirectory() since that is all we need, fix network...Adam Ierymenko
2015-04-14Fix missed closedir()Adam Ierymenko
2015-04-09Add data store functions to service/One, and shelve old main.cpp since it wil...Adam Ierymenko
2015-04-08osdep/ compile fixes, and remove some lingering OS-specific stuff from node/D...Adam Ierymenko
2015-04-08Add awareness of online status, and put old OS-dep utils in OSUtils.Adam Ierymenko