This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
BlueSocket
Watch
1
Star
0
Fork
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0.12.11
BlueSocket
/
Sources
T
History
Bill Abt
9adddc5f87
Move the convenience function to create an Address given a host and port to the Socket class level as a utility function and renamed it createAddress. Made the necessary changes to the test suite and turned on ALL UDP tests.
2016-12-06 16:46:16 -05:00
..
Info.plist
Xcode project file changes due to rename from BlueSocket to Socket.
2016-03-24 15:42:32 -04:00
Socket.h
Xcode project file changes due to rename from BlueSocket to Socket.
2016-03-24 15:42:32 -04:00
Socket.swift
Move the convenience function to create an Address given a host and port to the Socket class level as a utility function and renamed it createAddress. Made the necessary changes to the test suite and turned on ALL UDP tests.
2016-12-06 16:46:16 -05:00
SocketProtocols.swift
Handle SSL requested retry attempts for read and write functions.
2016-11-16 12:00:03 -05:00
SocketUtils.swift
Added UNIX domain socket support. Added additional tests to cover the new support. Added new error code, SOCKET_ERR_CONNECTION_RESET, to indicate that socket read failed due the connection being reset by the peer.
2016-11-29 10:17:47 -05:00