Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-08-24 | CLOUD: JANITORIAL: Fix code formatting | 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: Add BoxListDirectoryByIdRequest | Alexander Tkachev | |
Similarly to Google Drive, Box uses only ids of files. That means id resolving would be slow. | |||
2016-08-24 | Fix comment formatting | Peter Bozsó | |
2016-08-24 | CLOUD: Change ISO8601 to use strchr | Alexander Tkachev | |
I'm not sure it works as it should though. | |||
2016-08-24 | CLOUD: Add DropboxListDirectoryRequest | Alexander Tkachev | |
Does multiple CurlJsonRequests while Dropbox returns "has_more" = true. |