| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | Nothing really major. | 
|  |  | 
|  | It now keeps track of downloaded bytes. | 
|  |  | 
|  | Now NetworkReadStream, which is used in DownloadRequest, which is used
in FolderDownloadRequest, returns progress information provided by
libcurl. | 
|  | It now shows the remote and local directories and a progress bar.
Storage now shows OSD messages on download success and failure. | 
|  | CloudManager's shortcuts are added too.
The idea is to keep FolderDownload request within Storage, and provide
necessary means to access it. The download is started and cancelled
through the DownloadDialog. | 
|  |  | 
|  | Added ErrorResponse and ErrorCallback. Each Request now has an
ErrorCallback, which should be called instead of usual callback in case
of failure. | 
|  | It contains flags to indicate whether Request was interrupted or failed,
so dependent Requests may see that list is incomplete. | 
|  |  | 
|  | I forgot to delete callbacks! | 
|  | Uses Storage's listDirectory() and download() methods to download
contents. |