[PR #19] [MERGED] Add ipv6 support #1545

Closed
opened 2026-05-05 07:56:03 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/19
Author: @walker0643
Created: 3/6/2018
Status: Merged
Merged: 3/24/2018
Merged by: @walker0643

Base: masterHead: ipv6


📝 Commits (1)

📊 Changes

21 files changed (+213 additions, -145 deletions)

View changed files

📝 src/lib/arch/IArchNetwork.h (+1 -0)
📝 src/lib/arch/unix/ArchNetworkBSD.cpp (+74 -57)
📝 src/lib/arch/unix/ArchNetworkBSD.h (+3 -2)
📝 src/lib/arch/win32/ArchNetworkWinsock.cpp (+83 -54)
📝 src/lib/arch/win32/ArchNetworkWinsock.h (+7 -2)
📝 src/lib/client/Client.cpp (+3 -1)
📝 src/lib/ipc/IpcClient.cpp (+2 -2)
📝 src/lib/ipc/IpcServer.cpp (+1 -1)
📝 src/lib/net/ISocketFactory.h (+7 -2)
📝 src/lib/net/NetworkAddress.cpp (+1 -1)
📝 src/lib/net/SecureListenSocket.cpp (+3 -2)
📝 src/lib/net/SecureListenSocket.h (+2 -1)
📝 src/lib/net/SecureSocket.cpp (+3 -2)
📝 src/lib/net/SecureSocket.h (+1 -1)
📝 src/lib/net/TCPListenSocket.cpp (+2 -2)
📝 src/lib/net/TCPListenSocket.h (+1 -1)
📝 src/lib/net/TCPSocket.cpp (+2 -2)
📝 src/lib/net/TCPSocket.h (+1 -1)
📝 src/lib/net/TCPSocketFactory.cpp (+6 -6)
📝 src/lib/net/TCPSocketFactory.h (+7 -4)

...and 1 more files

📄 Description

Needs testing please!


🔄 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/19 **Author:** [@walker0643](https://github.com/walker0643) **Created:** 3/6/2018 **Status:** ✅ Merged **Merged:** 3/24/2018 **Merged by:** [@walker0643](https://github.com/walker0643) **Base:** `master` ← **Head:** `ipv6` --- ### 📝 Commits (1) - [`24987e0`](https://github.com/debauchee/barrier/commit/24987e069496b185ad88de09657dced2a73189ef) merge modified patch from synergy PR https://github.com/symless/synergy-core/pull/6178 ### 📊 Changes **21 files changed** (+213 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/arch/IArchNetwork.h` (+1 -0) 📝 `src/lib/arch/unix/ArchNetworkBSD.cpp` (+74 -57) 📝 `src/lib/arch/unix/ArchNetworkBSD.h` (+3 -2) 📝 `src/lib/arch/win32/ArchNetworkWinsock.cpp` (+83 -54) 📝 `src/lib/arch/win32/ArchNetworkWinsock.h` (+7 -2) 📝 `src/lib/client/Client.cpp` (+3 -1) 📝 `src/lib/ipc/IpcClient.cpp` (+2 -2) 📝 `src/lib/ipc/IpcServer.cpp` (+1 -1) 📝 `src/lib/net/ISocketFactory.h` (+7 -2) 📝 `src/lib/net/NetworkAddress.cpp` (+1 -1) 📝 `src/lib/net/SecureListenSocket.cpp` (+3 -2) 📝 `src/lib/net/SecureListenSocket.h` (+2 -1) 📝 `src/lib/net/SecureSocket.cpp` (+3 -2) 📝 `src/lib/net/SecureSocket.h` (+1 -1) 📝 `src/lib/net/TCPListenSocket.cpp` (+2 -2) 📝 `src/lib/net/TCPListenSocket.h` (+1 -1) 📝 `src/lib/net/TCPSocket.cpp` (+2 -2) 📝 `src/lib/net/TCPSocket.h` (+1 -1) 📝 `src/lib/net/TCPSocketFactory.cpp` (+6 -6) 📝 `src/lib/net/TCPSocketFactory.h` (+7 -4) _...and 1 more files_ </details> ### 📄 Description Needs testing please! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:56:03 -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#1545
No description provided.