[PR #146] [MERGED] Improved UnsafeStreamCodec code #1002

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/146
Author: @MaxXor
Created: 5/18/2015
Status: Merged
Merged: 5/18/2015
Merged by: @MaxXor

Base: masterHead: pr/145


📝 Commits (7)

  • 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
  • 8866103 Reformatted UnsafeStreamCodec

📊 Changes

4 files changed (+235 additions, -155 deletions)

View changed files

📝 Client/Core/Helper/UnsafeStreamCodec.cs (+88 -78)
📝 Server/Core/Commands/SurveillanceHandler.cs (+10 -0)
📝 Server/Core/Compression/JpgCompression.cs (+21 -2)
📝 Server/Core/Helper/UnsafeStreamCodec.cs (+116 -75)

📄 Description

No description provided


🔄 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/146 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 5/18/2015 **Status:** ✅ Merged **Merged:** 5/18/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `pr/145` --- ### 📝 Commits (7) - [`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 - [`8866103`](https://github.com/quasar/Quasar/commit/8866103318f26197acc5ba3576eea243f031d7cc) Reformatted UnsafeStreamCodec ### 📊 Changes **4 files changed** (+235 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Helper/UnsafeStreamCodec.cs` (+88 -78) 📝 `Server/Core/Commands/SurveillanceHandler.cs` (+10 -0) 📝 `Server/Core/Compression/JpgCompression.cs` (+21 -2) 📝 `Server/Core/Helper/UnsafeStreamCodec.cs` (+116 -75) </details> ### 📄 Description _No description provided_ --- <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#1002
No description provided.