aboutsummaryrefslogtreecommitdiff
path: root/steam
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Fix bug in JSON output for errors. Fix extract bug due to unset library path.devMitchell Riedstra2-4/+19
2021-08-24Another development snapshot. Updated license. Added Swagger documentation--e...Mitchell Riedstra2-15/+17
2021-08-09Fix up cli. Continue fixing up the library and web app. Initial API specMitchell Riedstra5-20/+51
2021-08-04More major changes. Web UI works. Downloading games works. Status works. extr...Mitch Riedstra7-165/+367
2021-08-04Pretty large structural changes. Non-building development snapshotMitchell Riedstra8-94/+560
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. Remo...Mitchell5-150/+46
2021-03-19Sweeping changes to switch to bootstrap and make the UI overall a bit more us...Mitch Riedstra1-0/+8
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 p...Mitch Riedstra2-6/+57
2017-01-10Finding the ACF file now only returns the filename instead of the full path. ...Mitch Riedstra2-7/+20
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