mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #24] [MERGED] Code consistency, clarity, and improvements #942
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#942
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/24
Author: @yankejustin
Created: 3/18/2015
Status: ✅ Merged
Merged: 3/18/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (6)
4856568Merge pull request #3 from MaxXor/master6243e47CommandHandler Bitmap Disposal7fd83c8Removed label to increase readability79f9ca0Made sure the TcpClient will always kill itselfc6b57f8Dispose of the memory stream in Helper classb95f7f9Disposed of process on the shell closing📊 Changes
5 files changed (+78 additions, -51 deletions)
View changed files
📝
Client/Core/Commands/CommandHandler.cs(+10 -10)📝
Client/Core/RemoteShell/Shell.cs(+7 -1)📝
Server/Core/Commands/CommandHandler.cs(+25 -24)📝
Server/Core/Helper/Helper.cs(+5 -3)📝
Server/Core/Helper/UPnP.cs(+31 -13)📄 Description
Mostly non-functional changes to improve the clarity and quality of the code. Some changes to the code to make sure correct/intended behavior is enforced.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.