aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storageinfo.h
AgeCommit message (Collapse)Author
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-08-24CLOUD: Fix warningsEugene Sandulenko
2016-08-24JANITORIAL: Remove spaces at the end of the lineAlexander Tkachev
I knew there were some, but I wanted to fix them once, instead of doing it all the time.
2016-08-24CLOUD: Use uint64 in StorageInfoAlexander Tkachev
There was a warning regarding 25 GB constant. By the way, I'm not sure how to print uint64 (%llu is available in C99 only, and gcc produces a warning about that).
2016-08-24Fix comment formattingPeter Bozsó
2016-08-24CLOUD: Make StorageInfo usefulAlexander Tkachev
It now contains a few useful methods to get name or quota usage. DropboxStorage returns a finely filled StorageInfo.
2016-08-24CLOUD: Add Callback typedefsAlexander Tkachev
And do some minor cleanup work.