[PR #145] [MERGED] Codec improvements #1001

Closed
opened 2026-02-27 15:52:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/145
Author: @yankejustin
Created: 5/18/2015
Status: Merged
Merged: 5/18/2015
Merged by: @MaxXor

Base: masterHead: CodecImprovement


📝 Commits (6)

  • f95f098 Merge pull request #1 from MaxXor/master
  • ab19a9f Make the lock readonly
  • 95a2715 Removed unnecessary comment
  • d1e04a9 Removed clearing of local lists + setting to null
  • af591e1 Formatted code of UnsafeStreamCodec
  • af20dd5 Disposing IDisposable Resources

📊 Changes

4 files changed (+272 additions, -196 deletions)

View changed files

📝 Client/Core/Helper/UnsafeStreamCodec.cs (+105 -97)
📝 Server/Core/Commands/SurveillanceHandler.cs (+10 -0)
📝 Server/Core/Compression/JpgCompression.cs (+21 -2)
📝 Server/Core/Helper/UnsafeStreamCodec.cs (+136 -97)

📄 Description

Improvements to the UnsafeStreamCodec

I noticed that the UnsafeStreamCodec needed some love in a few different ways. These changes will help make it an even more valuable piece of xRAT.

Upcoming

My next change to UnsafeStreamCodec is to add some documentation. That will come later when I have more extra time.




Enjoy.   :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/145 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 5/18/2015 **Status:** ✅ Merged **Merged:** 5/18/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `CodecImprovement` --- ### 📝 Commits (6) - [`f95f098`](https://github.com/quasar/Quasar/commit/f95f098ea594de1f4b86c5436b7f5356fe98db9a) Merge pull request #1 from MaxXor/master - [`ab19a9f`](https://github.com/quasar/Quasar/commit/ab19a9fbefb25a07c749453e246359c664524597) Make the lock readonly - [`95a2715`](https://github.com/quasar/Quasar/commit/95a271554b064a8a40e19ada4f16c6a5d6c61574) Removed unnecessary comment - [`d1e04a9`](https://github.com/quasar/Quasar/commit/d1e04a98a87b46d339d5e83d2db162c85627673e) Removed clearing of local lists + setting to null - [`af591e1`](https://github.com/quasar/Quasar/commit/af591e1d3a588e9b4fa9226ae467a51cd9ccfc8d) Formatted code of UnsafeStreamCodec - [`af20dd5`](https://github.com/quasar/Quasar/commit/af20dd54e32299efbe458cb49718e7c811a58fff) Disposing IDisposable Resources ### 📊 Changes **4 files changed** (+272 additions, -196 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Helper/UnsafeStreamCodec.cs` (+105 -97) 📝 `Server/Core/Commands/SurveillanceHandler.cs` (+10 -0) 📝 `Server/Core/Compression/JpgCompression.cs` (+21 -2) 📝 `Server/Core/Helper/UnsafeStreamCodec.cs` (+136 -97) </details> ### 📄 Description <h1>Improvements to the UnsafeStreamCodec</h1> I noticed that the <i>UnsafeStreamCodec</i> needed some love in a few different ways. These changes will help make it an even more valuable piece of xRAT. <h1>Upcoming</h1> My next change to <i>UnsafeStreamCodec</i> is to add some documentation. That will come later when I have more extra time. <br /> <hr /> <br /> Enjoy.&nbsp;&nbsp;&nbsp;<b>:)</b> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1001
No description provided.