index
:
steam-export
beta-binaries
binaries
dev
dev-mar-2021
dev-wip
master
old_dev
Steam exporting tool. Cross platform. Faster than the built-in backup tool.
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-03
Add a note on Valve's transfer feature.
HEAD
master
Mitchell Riedstra
1
-0
/
+4
2021-08-02
Compatibility with MacOS. Starting browsers is now a bit simplier on each pla...
Mitch Riedstra
5
-21
/
+53
2021-04-05
Remove delete button if not local
Mitchell Riedstra
1
-0
/
+2
2021-04-03
Some changes to make supporting a demo environment easier. Docker compose demo.
Mitchell Riedstra
9
-15
/
+173
2021-03-27
Resolve issue with holding too many file handles open
Mitchell Riedstra
1
-1
/
+2
2021-03-20
Update documentation. Remove all traces of chdir from the steam library. Remo...
Mitchell
17
-179
/
+100
2021-03-19
Sweeping changes to switch to bootstrap and make the UI overall a bit more us...
Mitch Riedstra
8
-180
/
+429
2021-03-19
Pull in bootstrap and a few other JS libraries.
Mitch Riedstra
51
-0
/
+58422
2021-03-14
Block /quit on non-local machines
Mitch Riedstra
1
-1
/
+1
2021-03-04
Further refactoring.
Mitch Riedstra
10
-403
/
+377
2021-03-04
Refactor. Pull most of the functions into methods off of an App struct.
Mitch Riedstra
8
-139
/
+124
2021-03-04
Switch go go 1.16 and use Embed
Mitch Riedstra
6
-160
/
+155
2021-01-17
Add some screenshots and patch up the readme
Mitch Riedstra
3
-6
/
+8
2021-01-12
Remove the rwmutex from the steam library as the template may be mutating the...
Mitchell
5
-52
/
+53
2021-01-12
Ignore ipv4 link local addresses
Mitchell
2
-4
/
+7
2021-01-09
Add a progress bar to the UI for installation via HTTP. Uses polling, but wha...
Mitch Riedstra
7
-15
/
+217
2021-01-09
Add some download stats, and a status endpoint.
Mitch Riedstra
4
-14
/
+70
2021-01-08
Also show the size of games on the page listing
Mitch Riedstra
4
-6
/
+57
2021-01-08
Make the application a bit more user friendly
Mitch Riedstra
8
-14
/
+165
2020-12-25
Flush the tarwriter before we return
Mitch Riedstra
3
-1
/
+97
2020-11-21
set executable
Mitch Riedstra
1
-0
/
+0
2020-11-21
Add a note on where to get the binaries
Mitch Riedstra
1
-0
/
+8
2020-11-21
Add some version information and a license.
Mitch Riedstra
5
-6
/
+33
2020-11-21
Allow the library to be changed. Fix up quit handler. Improve logging
Mitch Riedstra
6
-5
/
+44
2020-11-21
Bind to a random port of the default one is taken. Add a quit option to the GUI
Mitch Riedstra
2
-2
/
+21
2020-11-21
Adjust the build script
Mitch Riedstra
2
-24
/
+3
2020-11-21
Most of the functionality I want is there now, it's not pretty though.
Mitch Riedstra
10
-60
/
+321
2020-11-21
Initial version of a web interface
Mitch Riedstra
8
-1
/
+263
2020-11-20
Remove dead code. Remove 32 bit windows builds.
Mitch Riedstra
6
-324
/
+0
2020-11-20
Works after reorganization.
Mitch Riedstra
7
-178
/
+193
2020-11-20
Reorganize. Update to use go modules.
Mitch Riedstra
13
-9
/
+21
2017-02-05
Rename steam-export-cli.go -> cli.go
Mitch Riedstra
1
-0
/
+0
2017-02-04
Moved the libraries around
Mitch Riedstra
11
-3
/
+3
2017-01-17
Convert Windows to Unix paths.. This means no filenames on unix with a '\' bu...
Mitch Riedstra
1
-0
/
+5
2017-01-17
Changes to archive handling to improve cross-platform compatibility
Mitch Riedstra
2
-7
/
+15
2017-01-16
Change the help text
Mitch Riedstra
1
-6
/
+8
2017-01-16
Add support for gzipped archives
Mitch Riedstra
4
-22
/
+63
2017-01-16
Renamed default example config file
Mitch Riedstra
1
-0
/
+0
2017-01-16
Make command line applications work. Make it build on Unix
Mitch Riedstra
2
-1
/
+3
2017-01-16
Pull default configuration into the application, add an edit command
Mitch Riedstra
6
-14
/
+119
2017-01-16
Prevent windows file from being included on other platforms
Mitch Riedstra
1
-0
/
+2
2017-01-16
Change default path depending on platform
Mitch Riedstra
3
-11
/
+23
2017-01-16
Allow a default repositoriy to be set in 'config.yml' Minor changes to build ...
Mitch Riedstra
4
-9
/
+27
2017-01-16
Make the program's usage information look better
Mitch Riedstra
1
-2
/
+4
2017-01-16
Add ability to delete games. Remove old "main.go"
Mitch Riedstra
5
-52
/
+48
2017-01-16
Update 'Readme.md'
mitch
1
-1
/
+1
2017-01-16
Add the ability to package and export games
Mitch Riedstra
2
-4
/
+98
2017-01-16
Added ability to extract games. Initial code to delete games. Initial basic p...
Mitch Riedstra
4
-6
/
+191
2017-01-10
Finding the ACF file now only returns the filename instead of the full path. ...
Mitch Riedstra
2
-7
/
+20
2017-01-10
Added the ability to pass in multiple input arguments to the archive
Mitch Riedstra
1
-22
/
+14
[next]