This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 47d0fbb1f Add Package.swift to root of repo
add 29d8773e7 THRIFT-4838: Add unix socket support for Swift Client: Swift
Patch: Kino Roy
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 3 +
LANGUAGES.md | 2 +-
lib/swift/Sources/LinuxHelper.swift | 2 +-
lib/swift/Sources/TSocketServer.swift | 44 +++++++++++
lib/swift/Sources/TSocketTransport.swift | 9 +++
lib/swift/Sources/UnixSocket.swift | 92 ++++++++++++++++++++++
.../swift/CrossTests/Sources/TestClient/main.swift | 7 +-
.../swift/CrossTests/Sources/TestServer/main.swift | 22 ++++--
test/tests.json | 4 +-
9 files changed, 175 insertions(+), 10 deletions(-)
create mode 100644 lib/swift/Sources/UnixSocket.swift