Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
4,635 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 60 commits in 1 repository
Created a pull request in jpdillingham/Soulseek.NET that received 2 comments
Opened 7 other pull requests in 1 repository
jpdillingham/Soulseek.NET
7
merged
- Refactor example API to remove file paths from routes
- Auto negotiate string encoding to increase compatibility with Soulseek NS
- Update AverageSpeed at the first packet and at the end of the transfer
- Fix 404 when downloading files beginning with a forward slash
- Simplify EventArgs containing only one property
- Add IsPrivileged flag to ConnectToPeerResponse
- Improve transfer speed when running on Linux-like OS
Created an issue in jpdillingham/Soulseek.NET that received 2 comments
Downloads fail when filenames contain certain characters
Particularly an apostrophe, but probably others. The remote client returns a "File not shared" rejection which is almost certainly a failure to req…
Opened 4 other issues in 1 repository
jpdillingham/Soulseek.NET
3
closed
1
open
- Refactor example API to remove filenames from route parameters
- Compute AverageSpeed properly for downloads that end quickly
- Allow read and write buffer sizes to be specified via environment variables
- 404 response trying to download from an instance running on a linux-like os to an instance running on a linux-like os