aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/download.go
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04Further refactoring.Mitch Riedstra1-61/+0
2021-03-04Refactor. Pull most of the functions into methods off of an App struct.Mitch Riedstra1-4/+4
Kill most global variables.
2021-01-12Remove the rwmutex from the steam library as the template may be mutating ↵Mitchell1-4/+4
the map causing issues. Embed the mutexes.
2021-01-09Add a progress bar to the UI for installation via HTTP. Uses polling, but ↵Mitch Riedstra1-1/+0
whatever.
2021-01-09Add some download stats, and a status endpoint.Mitch Riedstra1-6/+35
2020-11-21Allow the library to be changed. Fix up quit handler. Improve loggingMitch Riedstra1-2/+4
2020-11-21Most of the functionality I want is there now, it's not pretty though.Mitch Riedstra1-0/+31
Build the web server and the command line in the build script Allow for deletion of games from the library Move the download function out of main.go Add more information to the index template and handler. Allow for downloads from URLs and installation from local files. Allow changing of the library path via a command line flag Automatically start the web browser on windows