aboutsummaryrefslogtreecommitdiff
path: root/steam
AgeCommit message (Collapse)AuthorFilesLines
2021-03-27Resolve issue with holding too many file handles openMitchell Riedstra1-1/+2
2021-03-20Update documentation. Remove all traces of chdir from the steam library. ↵Mitchell5-150/+46
Remove most linter complaints.
2021-03-19Sweeping changes to switch to bootstrap and make the UI overall a bit more ↵Mitch Riedstra1-0/+8
user friendly
2021-01-09Add some download stats, and a status endpoint.Mitch Riedstra1-2/+9
2021-01-08Also show the size of games on the page listingMitch Riedstra3-5/+56
2020-12-25Flush the tarwriter before we returnMitch Riedstra3-1/+97
2020-11-21Initial version of a web interfaceMitch Riedstra1-0/+17
2020-11-20Works after reorganization.Mitch Riedstra5-100/+144
2020-11-20Reorganize. Update to use go modules.Mitch Riedstra4-0/+234
2017-02-04Moved the libraries aroundMitch Riedstra4-234/+0
2017-01-16Add support for gzipped archivesMitch Riedstra1-4/+4
2017-01-16Prevent windows file from being included on other platformsMitch Riedstra1-0/+2
2017-01-16Change default path depending on platformMitch Riedstra2-0/+13
2017-01-16Add ability to delete games. Remove old "main.go"Mitch Riedstra1-4/+17
2017-01-16Added ability to extract games. Initial code to delete games. Initial basic ↵Mitch Riedstra2-6/+57
progress on a command line application.
2017-01-10Finding the ACF file now only returns the filename instead of the full path. ↵Mitch Riedstra2-7/+20
When you package a game the ACF file is now included.
2017-01-06Added an archive library and ability to package steam gamesMitch Riedstra2-1/+29
2017-01-03Added a build script with other minimal changesMitch Riedstra1-2/+2
2017-01-01Add ability to find the ACF file related to the gameMitch Riedstra1-4/+53
2016-12-30InitialMitch Riedstra1-0/+65