Commit Graph

248 Commits

Author SHA1 Message Date
Erik 166d59341c bump websocket 2015-09-28 13:44:16 -04:00
Erik c757ede90e don't request if closed 2015-09-28 12:42:02 -04:00
Erik a005646054 bump websocket 2015-09-26 16:49:34 -04:00
Erik 3754cd2c2d fix namespaces 2015-09-25 12:42:22 -04:00
Erik 0eeecd84ce tweaks to socketengine 2015-09-25 10:13:23 -04:00
Erik 0ebbf3f0cd Don't need optionals here 2015-09-24 15:01:06 -04:00
Erik 12b312de57 tweaks 2015-09-24 14:48:33 -04:00
Erik bb518ac1a4 See what using an Either type would look like 2015-09-24 14:40:16 -04:00
Erik Little e2cd910fa7 Merge pull request #186 from lightsprint09/travis-test-imporvements
Travis test imporvements
2015-09-19 16:41:35 -04:00
Erik 9860452814 don't use operator 2015-09-18 13:09:22 -04:00
Erik 835e1c2262 I don't see a need for unowned 2015-09-18 12:54:09 -04:00
Erik ba7ffe6d26 space 2015-09-18 12:46:55 -04:00
Erik 6ed90a3e60 clean up once 2015-09-18 12:45:35 -04:00
Erik d2d9c49414 no need to force unwrap 2015-09-18 12:41:27 -04:00
Erik 4c033f81d6 make final class 2015-09-18 12:31:55 -04:00
Erik b0cf8d2c40 tweaks 2015-09-18 12:28:28 -04:00
Lukas Schmidt 198f24c684 clean code 2015-09-18 18:09:35 +02:00
Erik f464eba995 tweaks 2015-09-18 11:52:35 -04:00
Erik a56227d08a merge master 2015-09-18 11:33:07 -04:00
Erik 0233bce881 tweaks to closing 2015-09-18 09:27:14 -04:00
Erik 9a05f6043b tweaks to once 2015-09-17 23:52:23 -04:00
Kevin Jose Martin a9b4193fe4 Fix "Variable 'handler' captured by a closure before being initialized" error 2015-09-17 22:06:12 -04:00
Kevin Jose Martin aaaf9dc451 Filter against SocketEventHandler#id 2015-09-17 21:49:18 -04:00
Kevin Jose Martin fe8469cfc6 Add SocketEventHandler#id to filter against 2015-09-17 21:48:09 -04:00
Kevin Jose Martin f5c3a2cac9 Add strict equality and execute "callback" as non-optional 2015-09-17 21:08:37 -04:00
Kevin Jose Martin 7d26bd3ee8 Fix type declarations 2015-09-17 21:00:56 -04:00
Kevin Jose Martin 136847fd77 Fix "Variable used within its own initial value" error 2015-09-17 20:41:34 -04:00
Kevin Jose Martin 9b3f84dcd0 Remove type declarations 2015-09-17 20:33:36 -04:00
Kevin Jose Martin a72f96759e Adds SocketIOClient#once(event, callback)
When the specified event is emitted, the handler deregisters itself.
2015-09-17 18:19:49 -04:00
Erik ba5638a109 Revert "tweak to objective-c api"
This reverts commit d0a57ca353.
2015-09-17 09:09:02 -04:00
Erik 2f2bd49045 fix socketio/socket.io-client-swift#181 2015-09-17 09:06:09 -04:00
Erik 67afbcbd56 mess around with api 2015-09-16 12:46:19 -04:00
Erik d0a57ca353 tweak to objective-c api 2015-09-16 11:16:12 -04:00
Erik f818d64405 fix socketio/socket.io-client-swift#177 2015-09-14 15:40:13 -04:00
Erik 60e0142955 further tweaks to stringreader 2015-09-13 14:05:10 -04:00
Erik e84acb1471 only need to get the substring once 2015-09-13 13:56:51 -04:00
Erik 8044d6fc1c don't need to call predacessor 2015-09-13 13:46:36 -04:00
Erik e3ff1f434b add license 2015-09-13 13:39:51 -04:00
Erik ca67e9e47e use pure swift 2015-09-13 13:37:43 -04:00
Erik f5f2a15133 tweaks to string reading 2015-09-12 21:26:09 -04:00
Erik 2e9232365d remove unused property 2015-09-12 17:14:30 -04:00
Erik a91fc638f2 remove old log message 2015-09-12 17:12:12 -04:00
Erik 0e0d47b6ed Refactor engine polling. Change SocketGenericParser to SocketStringReader 2015-09-12 17:04:34 -04:00
NachoSoto c6997f32dd Fixed indentation 2015-09-11 05:52:17 +00:00
NachoSoto e955699b21 SSLCert is now private 2015-09-11 05:43:16 +00:00
NachoSoto 2bb7360918 WebSockets: removed unnecessary weaks and simplified code 2015-09-11 05:42:55 +00:00
NachoSoto d5b9afd28d SwiftRegex does not need to be exposed 2015-09-11 05:39:24 +00:00
NachoSoto adb3650609 SwiftRegex: failing with fatalError 2015-09-11 05:38:08 +00:00
NachoSoto dc50af1505 SwiftRegex: changed static method to static to avoid unnecessary dynamic dispatching 2015-09-11 05:37:58 +00:00
NachoSoto bad0d4b419 SocketPacket: using Logger instead of print 2015-09-11 05:36:05 +00:00