[PR #390] reimplement how stdin is read on the cli New PR #1618

Open
opened 2026-05-05 07:57:47 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/390
Author: @AdrianKoshka
Created: 8/5/2019
Status: 🔄 Open

Base: masterHead: stdin


📝 Commits (3)

  • b3c5a79 Add StdinListen class and plumbing to use it
  • c67ad71 Enable new StdinListen and disable old stdin reading code
  • 7c5bfcc Remove old stdin reading code

📊 Changes

8 files changed (+67 additions, -52 deletions)

View changed files

📝 src/lib/barrier/App.cpp (+14 -1)
📝 src/lib/barrier/App.h (+3 -0)
📝 src/lib/barrier/ClientApp.cpp (+5 -0)
📝 src/lib/barrier/ServerApp.cpp (+5 -0)
📝 src/lib/base/EventQueue.cpp (+0 -12)
📝 src/lib/base/EventQueue.h (+0 -3)
📝 src/lib/base/StdinListen.cpp (+24 -21)
📝 src/lib/base/StdinListen.h (+16 -15)

📄 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/debauchee/barrier/pull/390 **Author:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Created:** 8/5/2019 **Status:** 🔄 Open **Base:** `master` ← **Head:** `stdin` --- ### 📝 Commits (3) - [`b3c5a79`](https://github.com/debauchee/barrier/commit/b3c5a79aef7d34df24607e907164b5da13a198e9) Add StdinListen class and plumbing to use it - [`c67ad71`](https://github.com/debauchee/barrier/commit/c67ad71c909f2eb48af28c9c4f3c6bc03e6aff41) Enable new StdinListen and disable old stdin reading code - [`7c5bfcc`](https://github.com/debauchee/barrier/commit/7c5bfcc5ae87c4c984a15261d3ea48b5fe4231b5) Remove old stdin reading code ### 📊 Changes **8 files changed** (+67 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/barrier/App.cpp` (+14 -1) 📝 `src/lib/barrier/App.h` (+3 -0) 📝 `src/lib/barrier/ClientApp.cpp` (+5 -0) 📝 `src/lib/barrier/ServerApp.cpp` (+5 -0) 📝 `src/lib/base/EventQueue.cpp` (+0 -12) 📝 `src/lib/base/EventQueue.h` (+0 -3) 📝 `src/lib/base/StdinListen.cpp` (+24 -21) 📝 `src/lib/base/StdinListen.h` (+16 -15) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 07:57:47 -06: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: github-starred/barrier#1618
No description provided.