index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
launcher
/
net
/
Upload.cpp
Age
Commit message (
Expand
)
Author
2023-05-12
Merge branch 'develop' into fix/network_and_signals
Rachel Powers
2023-05-01
refactor: logging.h -> Logging.h
Rachel Powers
2023-05-01
fix: clean up license headers for Tasks
Rachel Powers
2023-05-01
feat: add UID to debug lines of upload tasks
Rachel Powers
2023-05-01
feat: add `details` signal to `Task`
Rachel Powers
2023-04-17
Fix: signal/slot macro -> func pointer & network fixes
Rachel Powers
2023-03-05
Apply flowln's suggestion
TheKodeToad
2023-03-02
Prism-ify more license headers
TheKodeToad
2023-03-02
Replace with exact match and add TODO to improve
TheKodeToad
2023-03-01
Allow custom Modrinth API token
TheKodeToad
2023-01-25
refactor: make shared_qobject_ptr ctor explicit
flow
2022-08-08
refactor: store current capabilities
Sefa Eyeoglu
2022-07-17
fix: allow aborting upload tasks
flow
2022-07-08
chore: add missing license headers
Sefa Eyeoglu
2022-07-08
feat: track capabilities of application
Sefa Eyeoglu
2022-07-08
refactor: rename references to CurseForge to Flame
Sefa Eyeoglu
2022-06-04
feat: custom user-agent
Ryan Cao
2022-05-28
Rework curseforge download (#611)
timoreo22