Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-08-24 | CLOUD: Fix warnings | Eugene Sandulenko | |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | CLOUD: Use uint64 in StorageInfo | Alexander 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-24 | Fix comment formatting | Peter Bozsó | |
2016-08-24 | CLOUD: Make StorageInfo useful | Alexander Tkachev | |
It now contains a few useful methods to get name or quota usage. DropboxStorage returns a finely filled StorageInfo. | |||
2016-08-24 | CLOUD: Add Callback typedefs | Alexander Tkachev | |
And do some minor cleanup work. |