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