Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | CLOUD: Refactor Request | Alexander Tkachev | |
Added ErrorResponse and ErrorCallback. Each Request now has an ErrorCallback, which should be called instead of usual callback in case of failure. | |||
2016-08-24 | CLOUD: Add ListDirectoryStatus struct | Alexander Tkachev | |
It contains flags to indicate whether Request was interrupted or failed, so dependent Requests may see that list is incomplete. | |||
2016-08-24 | Remove some unnecessary blank lines | Peter Bozsó | |
2016-08-24 | Fix comment formatting | Peter Bozsó | |
2016-08-24 | CLOUD: Add OneDriveListDirectoryRequest | Alexander Tkachev | |
Works as charm. |