aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/EnsureMetadataTask.cpp
AgeCommit message (Expand)Author
2023-07-14Split in two the optionsTrial97
2023-07-14made the number of concurrent tasks configurableTrial97
2023-07-12the other placeTrial97
2023-07-12small pointer checkTrial97
2023-06-23Renamed getResults to resultsReadyTrial97
2023-06-18Fixed leaksTrial97
2023-06-15Made ByteSynkArray to use shared_ptrTrial97
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2023-01-13fix(ModUpdater): fail mods individually when there's errors in the JSONflow
2023-01-13refactor: change some ResourceAPI from NetJob to Taskflow
2023-01-13refactor: generalize mod models and APIs to resourcesflow
2022-08-28fix: Mod type enum -> Resource type enumflow
2022-08-28Merge pull request #1052 from flowln/resource_modelSefa Eyeoglu
2022-08-20refactor: move general info from Mod to Resourceflow
2022-08-05fix: don't mutate QHash while iterating over itflow
2022-08-05fix: add some more nullptr checks / protectionflow
2022-07-24refactor+feat: improve code separation in ensure metadataflow
2022-07-24feat: do incremental calculation of CF's hashflow
2022-07-24feat: use QIODevice for calcuating the JAR hash on Modrinthflow
2022-07-17fix: bogus returns in EnsureMetadataTaskflow
2022-07-17fix: std::list -> QListflow
2022-07-17change: make Mod a QObject used as a pointerflow
2022-07-17fix: handling around disabled modsflow
2022-07-17feat: improve metadata gen. networking and performanceflow
2022-07-17feat: add EnsureMetadataTaskflow