aboutsummaryrefslogtreecommitdiff
path: root/launcher/net
AgeCommit message (Expand)Author
2023-08-21fixed httpmetacache loadTrial97
2023-08-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-08-14chore: update license headersSefa Eyeoglu
2023-08-14chore: reformatSefa Eyeoglu
2023-08-11fix: fix more warningsSefa Eyeoglu
2023-08-10Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warningsSefa Eyeoglu
2023-08-04chore: update license headersSefa Eyeoglu
2023-08-02chore: reformatSefa Eyeoglu
2023-08-01Apply suggestions from code reviewRachel Powers
2023-07-02Fail NetRequest on connection close from QTTrial97
2023-07-01Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
2023-06-27More clenupTrial97
2023-06-27Simplify Upload and DownloadTrial97
2023-06-25fix: ensure `finished` signal is emitedRachel Powers
2023-06-25fix(net): fix emit signals in download & upload taskseth
2023-06-25fixup! Merge remote-tracking branch 'upstream/develop' into refactor/net-spli...Rachel Powers
2023-06-25Merge remote-tracking branch 'upstream/develop' into refactor/net-split-heade...Rachel Powers
2023-06-25feat(net): ApiUpload ^& fix unfired `finished` signalsRachel Powers
2023-06-25fix: class rename (lsp acitons undid the first rename :P)Rachel Powers
2023-06-25chore: formatRachel Powers
2023-06-25refactor: override / mask static `make` functions for ApiDownloadRachel Powers
2023-06-25refactor: split out setting api headers for downloadsRachel Powers
2023-06-15Made ByteSynkArray to use shared_ptrTrial97
2023-06-09Updated the messagesTrial97
2023-06-09Fixed some crashesTrial97
2023-06-04chore: clean up after new compiler warningsRachel Powers
2023-05-21feat: Qt 5.15 adds transfer timeouts. at least use it for downloadsRachel Powers
2023-05-12Merge branch 'develop' into fix/network_and_signalsRachel Powers
2023-05-06refactor: move functions to utils + code-review fixesRachel Powers
2023-05-05Apply suggestions from code reviewRachel Powers
2023-05-01feat: estimate remining time on downloadsRachel Powers
2023-05-01refactor: logging.h -> Logging.hRachel Powers
2023-05-01fix: clean up license headers for TasksRachel Powers
2023-05-01feat: add UID to debug lines of upload tasksRachel Powers
2023-05-01feat: add download size to download details alongside speedRachel Powers
2023-05-01feat: add `details` signal to `Task`Rachel Powers
2023-05-01fix: properly map progress rangeRachel Powers
2023-05-01feat: Propogated subtask progressRachel Powers
2023-05-01feat: better task trackingRachel Powers
2023-04-17Fix: signal/slot macro -> func pointer & network fixesRachel Powers
2023-03-05Apply flowln's suggestionTheKodeToad
2023-03-02Prism-ify more license headersTheKodeToad
2023-03-02Replace with exact match and add TODO to improveTheKodeToad
2023-03-01Allow custom Modrinth API tokenTheKodeToad
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2023-01-24Merge branch 'develop' into remove-updaterSefa Eyeoglu
2023-01-13refactor: generalize mod models and APIs to resourcesflow
2022-12-17refactor(Tasks): remove 'm_total_size' from ConcurrentTaskflow
2022-11-21refactor: remove old updaterSefa Eyeoglu
2022-11-14Prefix member variables in HttpMetaCacheTheLastRar