Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
a-luna
/
async-file-server
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
12
Code
Issues
1
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 28, 2019
successfully updated nuget packages for test project
a-luna
committed
c002788
Copy full SHA for c002788
removed build status badges
a-luna
authored
f205d82
Copy full SHA for f205d82
removing appveyor and travis ci config files, test results are failing but are always 100% pass inside VS2017 IDE.
a-luna
committed
516d52c
Copy full SHA for 516d52c
another travis fix, needed to update ubuntu version defined in script
a-luna
committed
18d1951
Copy full SHA for 18d1951
reverting .travis.yml to target detnet SDK 2.1.302
a-luna
committed
92db870
Copy full SHA for 92db870
trying to fix issue with travis ci...
a-luna
committed
cd9b069
Copy full SHA for cd9b069
minor changes, mostly updating targeting framework to 2.2
a-luna
committed
1071e5d
Copy full SHA for 1071e5d
Commits on Aug 21, 2018
Forgot to add nuget packages needed by AppVeyor and Travis CI.
a-luna
committed
ad45cd5
Copy full SHA for ad45cd5
Merge branch 'master' of https://github.com/a-luna/async-file-server
a-luna
committed
65ed693
Copy full SHA for 65ed693
Massive refactoring. Basically created an entirely new design for the server which is much more object-oriented and aims for single-responsibility, blah blah.
Show description for 13785c9
a-luna
committed
13785c9
Copy full SHA for 13785c9
Commits on Aug 5, 2018
updated sunmary to indicate project now targets .NET Core 2.1
a-luna
committed
bca7a2a
Copy full SHA for bca7a2a
Refactored unnecessary private class variables from AsyncFileServer.
Show description for ce7d966
a-luna
committed
ce7d966
Copy full SHA for ce7d966
CI build issue appears to be fixed on AppVeyor, hopefully this final change will fix Travis CI as well...
a-luna
committed
23b62bd
Copy full SHA for 23b62bd
Commits on Aug 4, 2018
Still trying to get CI builds to pass...
a-luna
committed
ccd184f
Copy full SHA for ccd184f
Trying to fix errors causing CI builds to fail. All tests pass on my local machine, both in the IDE and CLI.
a-luna
committed
584f831
Copy full SHA for 584f831
Fixed minor warnings related to mock file transfer objects and added more assertions to latest unit tests, should improve code coverate results significantly.
a-luna
committed
2d0d82a
Copy full SHA for 2d0d82a
Refactored unit tests into separate .cs files, but kept a single class for all tests by making each file part of the same partial class.
Show description for 0b38a8f
a-luna
committed
0b38a8f
Copy full SHA for 0b38a8f
Commits on Aug 1, 2018
Added a new unit test, VerifyGetFileAndFileDoesNotExist
a-luna
committed
da055e4
Copy full SHA for da055e4
Fixed whatever I broke in the last commit. That was not very fun.
a-luna
committed
febcc5f
Copy full SHA for febcc5f
Changed file list request/response to use ASCII unit and record separators since this is the best way to avoid delimiter colision.
Show description for 8058bab
a-luna
committed
8058bab
Copy full SHA for 8058bab
Removed a batch file that is no longer needed since CI scripts are working.
a-luna
committed
3e14029
Copy full SHA for 3e14029
Added badges for build status and code coverage
a-luna
authored
d41959f
Copy full SHA for d41959f
Last fix for AppVeyor? Need directory where code coverage file will be save to to exist in order for build to pass...
a-luna
committed
7ef5bb1
Copy full SHA for 7ef5bb1
Issue with Travis CI yml fixed, still working on AppVeyor...
a-luna
committed
239a6e6
Copy full SHA for 239a6e6
Changes to .yml files to fix build issues seen on CI services...
a-luna
committed
7bc4738
Copy full SHA for 7bc4738
Trying to fix an issue with Travis CI and submodules...
a-luna
committed
b579e7a
Copy full SHA for b579e7a
Renamed Test project to make filtering namespaces easier when generating code coverage metrics.
Show description for 1540afa
a-luna
committed
1540afa
Copy full SHA for 1540afa
Commits on Jul 30, 2018
Major changes. Added unit tests and 2 test classes which enable full testing of the file transfer stalled/retry counter/max download attempts/limit exceeded lockout functionality.
Show description for 8dc42a2
a-luna
committed
8dc42a2
Copy full SHA for 8dc42a2
Commits on Jul 28, 2018
Forgot to commit the change made to AaronLuna.Common submodule before the previous...
a-luna
committed
5715b5d
Copy full SHA for 5715b5d
Created a better process for handling errors when deserializing the settings xml file. Previously, the program would crash. Now, the exception is handled, shown to the user and the malformed xml is…
Show description for d0fe4d3
a-luna
committed
d0fe4d3
Copy full SHA for d0fe4d3
Commits on Jul 27, 2018
Major refactoring in progress, removed all properties and methods which perform queries on ServerRequests/FileTransfers/TexrSessions/ServerErrors from AsyncFileServer and created the ServerState cl…
Show description for fa54eca
a-luna
committed
fa54eca
Copy full SHA for fa54eca
Minor refactorings, fixed a bug with how the list of server requests was displayed in the event log viewer.
Show description for d65df3e
a-luna
committed
d65df3e
Copy full SHA for d65df3e
Fixed a major bug with receiving a file an other minor bug fixes and refactorings.
a-luna
committed
d29d27b
Copy full SHA for d29d27b
Commits on Jul 26, 2018
Major changes and bug fixes, mostly related to how communication details are stored and handled, as well as changes to how errors are handled and reported to UI.
a-luna
committed
074e665
Copy full SHA for 074e665
Commits on Jul 24, 2018
A bunch of minor bug fixes, mostly related to event logs and menu display tweaks.
a-luna
committed
910c3b1
Copy full SHA for 910c3b1
Pagination
Previous
Next
You can’t perform that action at this time.