summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-2/+2
* Restore start download file method (2 of 3)Thomas Tanner2015-12-201-3/+2
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into Tho...TanninOne2015-12-061-1/+0
|\
| * Merge remote-tracking branch 'TanninOne/master'Thomas Tanner2015-12-051-3/+10
| |\
| * | Added support for include-what-you-use in a very simplistic fashion to the Sc...Thomas Tanner2015-10-171-1/+0
* | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-3/+10
|\ \ \ | | |/ | |/|
| * | Fixes for quotes in module names:Thomas Tanner2015-10-111-3/+10
| |/
* | Renamed getNexusName to getGameShortName as previously because it hopefully i...Thomas Tanner2015-11-261-1/+1
* | Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-1/+1
* | Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...Thomas Tanner2015-11-241-2/+9
* | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-231-1/+2
|/
* 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