mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #19] [MERGED] Add ipv6 support #1545
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1545
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/debauchee/barrier/pull/19
Author: @walker0643
Created: 3/6/2018
Status: ✅ Merged
Merged: 3/24/2018
Merged by: @walker0643
Base:
master← Head:ipv6📝 Commits (1)
24987e0merge modified patch from synergy PR https://github.com/symless/synergy-core/pull/6178📊 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.