summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for include-what-you-use in a very simplistic fashion to the Sc...Thomas Tanner2015-10-171-1/+0
* cleaned up warning messages from the download manager in case of download pro...Tannin2015-05-251-2/+7
* dropping an url on the download widget now attempts to download the urlTannin2015-05-111-5/+2
* dropped redundant report.h/report.cppTannin2015-05-091-1/+1
* Merge with branch1.2Tannin2015-01-241-2/+4
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-2/+4
| * - workaround for GetModuleFileName-calls that supply wrong buffer sizeTannin2014-11-061-1/+2
| * - moved the hook-recursion-protection to tlsTannin2014-09-291-31/+19
| * - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+1
| * - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+1
| * - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-2/+1
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-1471/+1471
* | replaced all uses of NULL with nullptrTannin2014-11-281-16/+16
* | cleanup und bugfixes after refactoringTannin2014-11-281-1/+1
* | MergeTannin2014-11-061-1/+1
|\ \
| * | - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+1
* | | - workaround for GetModuleFileName-calls that supply wrong buffer sizeTannin2014-11-061-1/+2
* | | - moved the hook-recursion-protection to tlsTannin2014-09-291-31/+19
|/ /
* | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+1
* | - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-2/+1
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-1471/+1471
|/
* MergeTannin2014-06-231-2/+5
|\
| * - changed the url used to login on nexus (the previous page was disabled)Tannin2014-06-211-2/+5
* | - download read buffer is now limited to 1MB. Might prevent out-of-memory err...Tannin2014-06-171-3/+1
|/
* - added a new mod type that represents files handled externally (i.e. DLCs) a...Tannin2014-05-311-1/+1
* - files in bsas are now only displayed in the data tab if they are managed by moTannin2014-05-251-73/+110
* - mod list context menu split into two menus (one for whole list, one for sel...Tannin2014-05-131-4/+4
* - main window now has a small view displaying log messagesTannin2014-05-041-1/+2
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-5/+33
* - loot integration now displays the reportTannin2014-04-051-16/+22
* Merge with branch1.1Tannin2014-04-051-34/+165
|\
| * - bugfix: if resuming a download failed with the server sending a textual err...Tannin2014-03-181-1/+1
| * - when a download server returns a text file, it's assumed to be an error and...Tannin2014-01-181-17/+16
| * - added an about dialogTannin2014-01-161-1/+0
| * - implemented hook for NtQueryDirectoryFileTannin2014-01-131-2/+4
| * download manager now removed orphaned meta filesTannin2014-01-041-3/+22
| * - nxmhandler will now ask before registering itselfTannin2014-01-041-4/+45
| * - download manager now saves the file times on nexus, for potential later use...Tannin2013-12-071-4/+22
| * - MO now warns if a nxm-link for a wrong game was attempted instead of downlo...Tannin2013-10-101-2/+15
| * - new toggle to display hidden downloadsTannin2013-10-101-9/+49
| * - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-051-0/+1
| * - download progress is now visible in task barTannin2013-09-281-0/+4
* | - added support for mod page pluginsTannin2013-09-151-70/+129
|/
* - bugfix: division-by-zero error in the newly introduced server-speed calcula...Tannin2013-09-021-1/+3
* - mod list can now be sorted by install timeTannin2013-08-311-1/+21
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-301-0/+14
* - download size is now displayedTannin2013-08-241-0/+10
* - bugfix: download manager will now properly pause all downloads on exiting t...Tannin2013-08-171-2/+42
* - caching of downloadwidgets to fix performance problem, currently broken and...Tannin2013-06-291-21/+74
* - some fixes for qt5 compatibilityTannin2013-06-201-3/+7