Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-13 | Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ↵ | Adam Ierymenko | |
(2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. | |||
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 ↵ | Adam Ierymenko | |
client. Need a cross-platform built-in one to do cli right. | |||
2015-04-14 | Just return files from listDirectory() since that is all we need, fix ↵ | Adam Ierymenko | |
network request on network restore logic, and remember saved networks in service/One | |||
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 ↵ | Adam Ierymenko | |
will get rebuilt. | |||
2015-04-08 | osdep/ compile fixes, and remove some lingering OS-specific stuff from ↵ | Adam Ierymenko | |
node/Defaults | |||
2015-04-08 | Add awareness of online status, and put old OS-dep utils in OSUtils. | Adam Ierymenko | |