Bill Abt
|
ed4b5fd735
|
Update podspec to soon to be next version.
0.12.63
|
2017-09-11 11:00:25 -04:00 |
|
Bill Abt
|
3d50775baf
|
Update project files to accommodate relocated files.
0.12.62
|
2017-09-11 10:53:54 -04:00 |
|
Bill Abt
|
a98e678e97
|
Merge pull request #83 from IBM-Swift/swift_4
Swift 4
|
2017-09-11 10:41:13 -04:00 |
|
Quan Vo
|
885c9c2a2a
|
Fix BlueSocket.xcodeproj
|
2017-09-07 15:57:25 -05:00 |
|
Quan Vo
|
feb412914e
|
Add excludes in Swift 4 package manifest
|
2017-09-05 09:28:18 -05:00 |
|
Quan Vo
|
e70aff9e53
|
Fix array shuffle on Linux Swift 4
|
2017-08-31 09:22:22 -05:00 |
|
Quan Vo
|
0b335ed341
|
Linux fixes
|
2017-08-30 15:04:36 -05:00 |
|
Quan Vo
|
a8a5fa768c
|
Keep Swift version 3.1.1
|
2017-08-30 13:58:42 -05:00 |
|
Quan Vo
|
b13217e33c
|
Add Swift 4 support
|
2017-08-30 13:55:26 -05:00 |
|
Quan Vo
|
558fdeb7b6
|
Swift 4 support
|
2017-08-23 11:36:57 -05:00 |
|
Bill Abt
|
6ce3c43a1e
|
Added missing ".git" to SPM package dependency example.
|
2017-08-08 15:39:03 -04:00 |
|
Bill Abt
|
c53f2459ee
|
Merge branch 'master' of github.com:IBM-Swift/BlueSocket
0.12.61
|
2017-08-07 10:04:50 -04:00 |
|
Bill Abt
|
c11d4197c3
|
Update podspec to soon to be next version.
|
2017-08-07 10:04:39 -04:00 |
|
Bill Abt
|
395b3d0be5
|
Update to use $SWIFT_4_DEV_SNAPSHOT for env variables.
|
2017-08-07 10:01:10 -04:00 |
|
Bill Abt
|
b60886b4b3
|
Update podspec to soon to be next version.
0.12.60
|
2017-08-06 10:26:18 -04:00 |
|
Bill Abt
|
aa1fb2746d
|
Fixed a couple of typos in the new connect documentation.
|
2017-08-06 10:21:51 -04:00 |
|
Bill Abt
|
19163ec97e
|
In the connect API, If the socket is in blocking mode it will be changed to non-blocking mode temporarily if a timeout greater than zero (0) is provided. The returned socket will be set back to its original setting (blocking or non-blocking). This obviates the need to set the socket into non-blocking mode in order to utilize the connection timeout.
|
2017-08-06 10:15:17 -04:00 |
|
Bill Abt
|
22bbd60a88
|
Update the testConnectToWithTimeout test. Setting the socket to non-blocking mode is no longer needed.
|
2017-08-06 10:11:57 -04:00 |
|
Bill Abt
|
fb0cf0afeb
|
Update documentation for connect API.
|
2017-08-06 10:10:48 -04:00 |
|
Bill Abt
|
40db185c15
|
Added new parameter to connect API to allow the setting of a timeout value when using non-blocking sockets.
|
2017-08-05 11:10:14 -04:00 |
|
Bill Abt
|
14f4ff9979
|
Added new test to test the variant of connect that uses a timeout value.
|
2017-08-05 11:05:53 -04:00 |
|
Bill Abt
|
a1c5ce815e
|
Update documentation to add new parameters to connect API.
|
2017-08-05 11:05:07 -04:00 |
|
Bill Abt
|
fb557515d1
|
Fixed problem with interpreting the passed boolean value. Was disabling broadcast instead of enabling it and vice versa due to an error coding the ternary.
0.12.59
|
2017-08-03 15:48:55 -04:00 |
|
Bill Abt
|
fa95a0dac3
|
Update podspec to soon to be next version.
|
2017-08-03 15:47:32 -04:00 |
|
Bill Abt
|
1e825b58fa
|
Added new utility function, udpBroadcast, to allow enablement and disablement of broadcast mode fro UDP sockets.
0.12.58
|
2017-08-03 11:58:41 -04:00 |
|
Bill Abt
|
82f2bd7779
|
Added documentation for new udpBroadcast() API.
|
2017-08-03 11:56:00 -04:00 |
|
Bill Abt
|
f122eeb767
|
Update podspec to soon to be next version.
|
2017-08-03 11:55:20 -04:00 |
|
Bill Abt
|
632e6cd9ed
|
If the attempt to set the SO_REUSEPORT socket option fails, check errno for ENOPROTOOPT and if set, silently ignore the error. This can happen when using WSL (Windows Subsystem for Linux).
0.12.57
|
2017-08-01 11:38:17 -04:00 |
|
Bill Abt
|
b699b0ce02
|
Update podspec to soon to be next version.
|
2017-08-01 11:35:21 -04:00 |
|
Bill Abt
|
007fa40784
|
Merge pull request #73 from IBM-Swift/swift4
Add Xcode9 and 6-29 snapshot to Travis IBM-Swift/Kitura#1121
0.12.56
|
2017-07-06 14:05:11 -04:00 |
|
Quan Vo
|
85b3471d5c
|
Fix escaping character error in swiftlint.yml
|
2017-07-06 10:40:22 -05:00 |
|
Quan Vo
|
cbe85ba020
|
Add Xcode 9 and 6-29 snapshot to Travis IBM-Swift/Kitura#1121
|
2017-07-05 16:10:41 -05:00 |
|
Bill Abt
|
df2e65fcaf
|
More minor swiftlint warnings.
0.12.55
|
2017-06-21 20:24:21 -04:00 |
|
Bill Abt
|
22db2247be
|
Update podspec to soon to be latest version.
|
2017-06-21 20:20:44 -04:00 |
|
Bill Abt
|
52ae8858c9
|
Fixed some minor swiftlint warnings.
|
2017-06-21 20:20:20 -04:00 |
|
Bill Abt
|
406641a6f0
|
Update podspec to soon to be latest version.
0.12.54
|
2017-06-21 18:21:57 -04:00 |
|
Bill Abt
|
3d9ddad965
|
Merge pull request #72 from mna/clean-fix-unix-socket
Fix unix socket on Mac / embedded library in Xcode. Fixes #68.
|
2017-06-21 18:20:49 -04:00 |
|
Martin Angers
|
a661bc2dad
|
fix formatting
|
2017-06-21 14:50:38 -04:00 |
|
Martin Angers
|
52a1d88d4e
|
remove need to force-unwrap path
|
2017-06-21 14:34:47 -04:00 |
|
Martin Angers
|
776c421c06
|
replace strncpy with UnsafeMutableBufferPointer
|
2017-06-21 14:33:15 -04:00 |
|
Bill Abt
|
21f3abdf65
|
Update podspec to soon to be latest version.
0.12.53
|
2017-06-09 08:43:44 -04:00 |
|
Bill Abt
|
d33396cbff
|
Merge pull request #67 from ymesika/master
Updates to SSLServiceDelegate to support ALPN protocols
|
2017-06-09 08:36:26 -04:00 |
|
Yossi Mesika
|
74b5335331
|
Added missing parameter description and build only on linux
|
2017-06-09 06:55:23 +03:00 |
|
Bill Abt
|
7134af50bd
|
Updated README.md and project files to support the latest beta of Swift 4 and Xcode 9.
|
2017-06-08 10:49:38 +03:00 |
|
Bill Abt
|
ad932e760c
|
Update podspec to soon to be latest version.
|
2017-06-08 10:49:38 +03:00 |
|
Niklas Saers
|
b929c6b686
|
Update podspec to allow for watchOS and tvOS too
|
2017-06-08 10:49:38 +03:00 |
|
Bill Abt
|
71ab9880d0
|
Updated version to soon to be next version, updated Swift version to 3.1.1.
|
2017-06-08 10:49:38 +03:00 |
|
Bill Abt
|
271a7b7292
|
Updated README.md and project files to support the latest beta of Swift 4 and Xcode 9.
0.12.52
|
2017-06-06 11:09:36 -04:00 |
|
Bill Abt
|
c00eaca9fa
|
Update podspec to soon to be latest version.
0.12.51
|
2017-06-05 09:00:55 -04:00 |
|
Bill Abt
|
c067f158e6
|
Merge pull request #70 from niklassaers/master
Update podspec to allow for watchOS and tvOS too
|
2017-06-05 08:57:59 -04:00 |
|