summaryrefslogtreecommitdiffstats
path: root/src/filedownloader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove call to abort() causing Qt debug spamSimon Rettberg2019-07-091-1/+0Star
| | | | | deleteLater() should suffice and clean up soon anyways..
* WTF did we have two classes for downloading files?Simon Rettberg2018-11-301-55/+29Star
|
* FileDownloader: Follow redirectsSimon Rettberg2018-11-281-1/+3
|
* Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-261-7/+7
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-32/+32
| | | | | | | | | | * Remove unused methods for adding hostname and user to xml * Avoid copying/(de)serializing XML a thousand times * Fix Session::isValid() or rather make it a bit more usable (although it's unused currently) * baseDir is global, not per VSession, which doesn't make any sense without the legacy approach of recusively loading one xml file per entry
* fileDownloader.* -> filedownloader.*Simon Rettberg2018-06-151-0/+73