mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 15:55:58 +03:00
[PR #40] [CLOSED] Configurable Keep Alive Extension Added #952
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#952
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/40
Author: @abdullah2993
Created: 4/4/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
430bc54Refactor76fb1d7Configurable KeepAlive Socket Option Added📊 Changes
318 files changed (+15751 additions, -11080 deletions)
View changed files
📝
Client/Client.csproj(+1 -0)📝
Client/Config/Settings.cs(+5 -2)📝
Client/Core/Client.cs(+69 -72)📝
Client/Core/Commands/CommandHandler.cs(+846 -765)📝
Client/Core/Compression/SafeQuickLZ.cs(+97 -83)📝
Client/Core/Elevation/CommandButton.cs(+3 -3)📝
Client/Core/Elevation/FrmElevation.cs(+61 -39)📝
Client/Core/Encryption/AES.cs(+5 -5)📝
Client/Core/Encryption/SHA256.cs(+6 -10)📝
Client/Core/Helper/FileSplit.cs(+33 -33)📝
Client/Core/Helper/Helper.cs(+43 -35)📝
Client/Core/Helper/UnsafeStreamCodec.cs(+92 -83)📝
Client/Core/Information/GeoIP.cs(+26 -17)📝
Client/Core/Information/OSInfo.cs(+15 -14)📝
Client/Core/Misc/JpgCompression.cs(+14 -13)➕
Client/Core/Misc/KeepAlive.cs(+78 -0)📝
Client/Core/Packets/ClientPackets/DesktopResponse.cs(+10 -7)📝
Client/Core/Packets/ClientPackets/DirectoryResponse.cs(+11 -8)📝
Client/Core/Packets/ClientPackets/DownloadFileResponse.cs(+15 -11)📝
Client/Core/Packets/ClientPackets/DrivesResponse.cs(+7 -4)...and 80 more files
📄 Description
Check the latest commit first one was just resharpe and codemate
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.