This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Concurrent Downloads #22
Merged
Merged
Changes from 73 commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
f608fd5
Instancing RxPatcher + Added UpdateServerHandler for URLs
f2803fa
Should be checking if an object is of a class type, not checking for …
12812a9
More work towards Friendly Names
edd9cc9
Added Latency testing for patch mirrors
e25fd6c
Added a file & console logger project
cf4d7c0
Added some basic logging, much more to come soon
6296faf
Oops, was not using append...
6da4afb
Added more logging, update xdelta to new version
cb473a0
Included xdelta3.1.0 in project file
bded0fc
Updated logger to be thread-safe
219ed39
Applying xdelta stage is now multi-threaded
3ff7f57
Phase Two progress now shown to user
345218b
Removed UpdateServerSelector as it's no longer required
bb28c25
Changed UpdateServerHandler to have async latency testing
e44db00
Made UpdateServerHandler public
52ab2cc
Disposing of unused objects
9a94dc1
Commented out the Close and Pause buttons
0eab94c
Reverted back to Queue for server selection
2c172e2
New GitIgnore, this is wonderful
d5fb9ad
Renamed FriendlyName to Name
b07d85c
Missed these files for Name rename
9fd2eb6
Removed old xdelta versions
f7ca6c3
Added logging to the UpdateServerSelector
0eec46e
All variable names have been standardised as it's good practice.
b34295b
First pass of multi-threaded downloading
c750a6c
Concurrent Downloading actually working
beda8b9
Updated logging, added a new catch statement
a697252
Fixes & Added active threads to download window
f829d55
Fixed download window showing invalid statuses
a5f1246
Added debug window for downloads
6783c90
Upped the .NET HTTP Connection limit to 50
1237fe1
Built libraries again.
b843860
Downloading Debug shows with --log now
300ec2a
Work towards the Cancel button actually working & DLL again
8517eae
Added Installer background back in.
3181c46
More comments
27beb75
Fixed index out of array issue when first installing
da0c8a3
Fixes VisualStudio seeing these files as Components
f092558
Added variable for MaxDownloadThreads
b2e3041
Added Logging / Threaded xDelta / Friendly Server Names (#21)
be43688
Removed binary files that are not wanted here.
f42d3a3
Instancing RxPatcher + Added UpdateServerHandler for URLs
954bfcf
Merge Conflicts done
b6a9944
More work towards Friendly Names
a821b00
Added Latency testing for patch mirrors
8391d6f
Added some basic logging, much more to come soon
392e4f3
Added more logging, update xdelta to new version
cc38bdb
Included xdelta3.1.0 in project file
ba9efa8
Applying xdelta stage is now multi-threaded
3b5cc51
Changed UpdateServerHandler to have async latency testing
4493e35
Made UpdateServerHandler public
c5ac6c1
Commented out the Close and Pause buttons
970e44a
Reverted back to Queue for server selection
0f76d24
New GitIgnore, this is wonderful
71ecbf3
Missed these files for Name rename
aa60638
Removed old xdelta versions
d1231ff
All variable names have been standardised as it's good practice.
c1295fc
First pass of multi-threaded downloading
b673f92
Concurrent Downloading actually working
7de3ba5
Fixes & Added active threads to download window
722d4de
Fixed download window showing invalid statuses
28326b6
Added debug window for downloads
3a79fb9
Upped the .NET HTTP Connection limit to 50
7027b1c
Built libraries again.
6ceaca3
Downloading Debug shows with --log now
269b42c
Work towards the Cancel button actually working & DLL again
3f3b079
Added Installer background back in.
a9671d3
More comments
57e88d2
Fixed index out of array issue when first installing
a804d7a
Fixes VisualStudio seeing these files as Components
71edc8d
Added variable for MaxDownloadThreads
4a5b81b
Removed binary files that are not wanted here.
d3a00b4
Merge branch 'concurrent_downloads' of https://github.com/TotemArts/R…
029dbb8
Deleing the .user file
28bb3bb
Fixed an incorrect merge - Null exception
9ba88dd
Fixed Join Game button fading when clicking on a server
ab4c3da
Updated installer, urls, and fixed a small bug with --log
9b89d80
Deleted files not needed
750fef3
Updated release.json URL again...
8493dce
Version number updating
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
patchUrl
would be more descriptive thanremainingArguments[0]