103 Commits

Author SHA1 Message Date
Erik
31adcd4728
clean up some things before xcode8 release 2016-09-10 09:17:50 -04:00
Erik Little
a55e9ab3ba
Merge branch 'development' into swift3
* development:
  Don't parse twice for errors
  use guarded try
  change spm name
  Modify mac version base mac os 10.9
2016-09-08 07:30:28 -04:00
Kevin Cassidy Jr
d808d8f157 Fix truncation of binary data, use range operator for clarity 2016-09-07 20:19:55 -07:00
Erik
49dfd7432c
use guarded try 2016-09-02 17:57:26 -04:00
Erik
c7d75b6b83
refactor 2016-08-31 19:58:40 -04:00
Erik
f5cf2b8de5
Fix swift3 errors that happened during merge 2016-08-31 18:19:24 -04:00
Erik
bd192b9af5
merge development 2016-08-31 18:13:31 -04:00
Erik
cf12865aa0
fix sid bug 2016-08-29 05:10:03 -04:00
Erik
bd7f94333d
Refactor engine. Fix infinite recursion in configuration 2016-08-27 13:05:22 -04:00
David Beck
536367392f Switch to using Any instead of AnyObject
In Swift 3 AnyObject is rarely what you want to use. Objective-C API gets imported as Any and while types like Array and Dictionary can be coerced to AnyObject, they prefer Any, which doesn’t require a manual cast.
2016-08-23 10:10:33 -07:00
Erik
3bf7a09f98
Swift 3 beta6. Doesn't work, something in websocket.swift is segfaulting the compiler 2016-08-15 18:52:25 -04:00
Erik
07f2ca5f16
rename engine init 2016-08-14 11:06:55 -04:00
Erik
b8d6c28ae4
merge development 2016-08-14 10:51:44 -04:00
Erik
e2bf84f576
Add SocketIOClientConfiguration 2016-08-13 14:55:33 -04:00
Erik
ddd7003d89
merge development 2016-08-11 22:08:48 -04:00
Erik
b6cb0b2c7b
bump websocket version 2016-08-08 18:24:42 -04:00
Erik
ee63c4e386
refactor out checking for base64 2016-08-02 20:14:04 -04:00
Erik
61a20cf27e
update for beta 4 2016-08-02 19:38:08 -04:00
Erik
a5db13c8b5
merge development 2016-07-29 20:06:43 -04:00
Erik
d03d77aff8
add check for bad paths 2016-07-28 21:36:37 -04:00
Erik
637e0bb14c
Fix socketpollable crashing 2016-07-27 21:16:48 -04:00
Adam Putinski
777fa30c76 Fix Xcode 8 Beta 3 issues/warnings 2016-07-19 23:01:59 -04:00
Erik
f140d7979e
change method name 2016-07-16 21:27:18 -04:00
Erik
36aa57e89c beta2 2016-07-06 11:47:25 -04:00
Erik
17d3e659c1 refactor some serialization into methods 2016-07-01 15:36:06 -04:00
Erik
c129118496 merge development 2016-06-24 02:53:31 -04:00
Erik
2e5442d386 unknown message isn't fatal 2016-06-24 02:35:18 -04:00
Erik
4383ddfe65 notify client when engine disconnects 2016-06-24 02:21:25 -04:00
Erik
7c3de9f30a even more xcode 8 stuff. style changes 2016-06-15 10:13:44 -04:00
Erik
2adcf2d35d more xcode 8 stuff 2016-06-15 09:32:47 -04:00
Erik
9a4ec5a82a xcode 8 2016-06-14 20:41:59 -04:00
Erik
7500ea83a0 merge development 2016-06-14 19:51:56 -04:00
Erik
6fd3294fba Revert "swift 2.3"
This reverts commit bfa163f3c2e85776d8bcf0c24eca65b7398f403d.
2016-06-14 19:41:18 -04:00
Erik
bfa163f3c2 swift 2.3 2016-06-14 19:37:27 -04:00
Erik
e163598ee6 add option for sslsecurity 2016-06-14 16:11:37 -04:00
Erik
2c059e1a6e log server 2016-06-14 09:38:35 -04:00
Erik
523ced2f9a merge development 2016-06-09 09:37:26 -04:00
Erik
cb0a6f5460 rename method 2016-06-07 13:20:23 -04:00
Erik
b919d3e411 hopefully fix socket.io/socket.io-client-swift#374 2016-06-07 13:12:34 -04:00
Erik
02f30a81dd fix test 2016-06-06 16:25:37 -04:00
Erik
e57bcba47d encoding should already be done at this point 2016-06-06 15:41:19 -04:00
Erik
aae61f3b2e Merge development 2016-06-01 11:17:19 -04:00
Erik
71f9058723 refactors: refactor creating packet string, various other refactors 2016-05-30 21:42:00 -04:00
Erik Little
4fa3225cba Merge pull request #372 from ATLCTO/master
Fix crash if error contains formatting strings.
2016-05-25 08:19:28 -04:00
Patrick Childers
3d47ff469f Fix crash if error contains formatting strings. 2016-05-23 17:03:51 -04:00
Erik
f90ad8caeb update for latest swift 2016-05-21 11:45:35 -04:00
Erik
3401414430 bump websocket 2016-05-17 22:35:33 -04:00
Erik
50216647ca refactors 2016-05-11 13:40:45 -04:00
Erik
6452f6a97a merge dev 2016-05-05 13:33:52 -04:00
Yannick Loriot
119b479be2 Minor refactoring to make the build of the query more readable 2016-05-04 13:03:40 +02:00