1474 Commits

Author SHA1 Message Date
Erik
cc3d7f8b07
Merge branch 'documentation' into development
* documentation:
  Document SocketIOClientSwift
2017-05-06 14:46:22 -04:00
Erik
1ff8e11a1f
Document SocketIOClientSwift
add docs

Start documenting engine

More engine documentation

Document engine

document SocketEngineClient

Document SocketEnginePollable and SocketEnginePacketType

Document SocketEngineWebsocket

Document SocketIOClient

Document SocketIOClientStatus

Document SocketLogger

Document some typealiases

Document SocketIOClientOption

Document SocketIOClientConfiguration
2017-05-06 14:41:50 -04:00
Erik
a8ee018a16
Document SocketAnyEvent 2017-05-05 23:14:48 -04:00
Erik
08c6186fe4
Move operators inside type 2017-05-05 23:10:32 -04:00
Erik
e78200ee34
Document ack types 2017-05-05 23:05:55 -04:00
Erik
23c76417d2
Fix #667 Make no ack an enum case 2017-05-05 22:35:39 -04:00
Erik
58f51d07a2
Merge branch 'refactor-engine' into development
* refactor-engine:
  remove refactor build
  Open client
  Make client single queued
  Make engine single queued
  add ignore for appcode
2017-05-05 22:10:21 -04:00
Erik
9edd322a70
remove refactor build 2017-05-05 22:09:59 -04:00
Erik
abdffb9a4f
Open client 2017-05-05 22:07:14 -04:00
Erik
84dd3078d8
Make client single queued
Shouldn't need to protoct ack generation now that client is single queued
2017-05-05 22:07:12 -04:00
Erik
ed049e888d
Make engine single queued
Fix polling

allow building of refactor branch

remove self reference

Some refactoring
2017-05-05 22:07:12 -04:00
Erik
7e494f4bcb
add ignore for appcode 2017-05-05 22:07:12 -04:00
Erik Little
e1160114f6
Merge branch 'master' into development
* master:
  Fixed headings
2017-05-04 07:56:57 -04:00
Erik
e5eec3e97f
Fix #657 2017-05-03 22:21:33 -04:00
Erik
c87bb409b5
Parsable doesn't have to be a client 2017-05-01 18:45:53 -04:00
Erik
7777c76dae
refactor protocol 2017-05-01 18:44:27 -04:00
Erik Little
34d1e2f251 Merge pull request #658 from philipengberg/patch-1
Fixed headings
2017-04-25 05:03:32 -04:00
Philip Engberg
d668da69fb Fixed headings 2017-04-25 08:14:24 +02:00
Erik Little
1669f2c28f Merge pull request #651 from musicabbage/development
remove engine’s listener before assign new instance
2017-04-14 07:40:34 -04:00
musicabbage
907b1b3ae2 Removed if-statement for review notes
https://github.com/socketio/socket.io-client-swift/pull/651#pullrequestreview-32616528
2017-04-14 14:57:46 +08:00
musicabbage
e29c9043b2 remove engine’s listener before assign new instance 2017-04-13 12:08:38 +08:00
Erik Little
6f3610e578 Merge pull request #643 from hfossli/patch-1
Fix markdown formatting issues in README.md
2017-04-04 05:12:18 -04:00
Håvard Fossli
9a2b59ad78 Update README.md 2017-04-04 11:03:42 +02:00
Erik
1949b1fd48
actually bump version v8.3.3 2017-03-30 18:58:26 -04:00
Erik
6bf970e491
bump version 2017-03-30 18:54:04 -04:00
Erik
23050890e9
Merge branch 'development'
* development:
  Revert "double encoding should be getting fixed, make the default false"
2017-03-30 18:53:11 -04:00
Erik
d3c1d0cd04
Revert "double encoding should be getting fixed, make the default false"
This reverts commit 0fcb7903bb1ad6d1bb19fbf8567a2f63e5c78390.
2017-03-30 18:52:42 -04:00
Erik
3faf183cb2
bump version v8.3.2 2017-03-29 12:22:15 -04:00
Erik
fafd8b5f22
Merge branch 'development'
* development:
  bump websocket
  note that swift2.3 is a tag now
  Bump websocket version, fix some warnings
2017-03-29 12:20:37 -04:00
Erik
373c1a3447
bump websocket 2017-03-29 12:20:28 -04:00
Erik
3d5cf24de4
note that swift2.3 is a tag now 2017-03-28 05:14:39 -04:00
Erik
1f8c8b8f61
note that swift2.3 is a tag now 2017-03-28 05:14:25 -04:00
Erik
9e94ed1cea
Bump websocket version, fix some warnings 2017-03-28 05:10:46 -04:00
Erik
01790af3c5
bump version for xcode 8.3 v8.3.1 2017-03-28 05:03:14 -04:00
Erik
551ad7f6af
bump version v8.3.0 2017-03-08 19:56:48 -05:00
Erik
b3fd4203d2
Merge branch 'development'
* development:
  SocketAckManager thread-safe acks removal
  thread-safe ack generation
  bump websocket
  Fix building on xcode8.3
  double encoding should be getting fixed, make the default false
  bump websocket
2017-03-08 19:55:46 -05:00
Erik Little
c462381587 Merge pull request #629 from Sistemium/development
SocketAckManager thread-safe acks removal
2017-03-07 10:17:52 -05:00
Alexander Levin
99faafe723 SocketAckManager thread-safe acks removal 2017-03-06 19:57:19 +02:00
Erik Little
efefecdbe3 Merge pull request #622 from Sistemium/development
thread-safe ack generation
2017-02-23 18:50:36 -05:00
Alexander Levin
fcb2b6bbf6 thread-safe ack generation 2017-02-23 09:32:50 +02:00
Erik
cce88ae3eb
bump websocket 2017-02-12 12:13:21 -05:00
Erik Little
1616a58bd7
Fix building on xcode8.3 2017-01-30 12:13:02 -05:00
Erik
0fcb7903bb
double encoding should be getting fixed, make the default false 2017-01-23 16:48:37 -05:00
Erik
3db37023c7
Merge branch 'master' into development
* master:
  Update SocketEngine.swift
  Update SocketEngine.swift
2017-01-23 16:44:02 -05:00
Erik Little
e38bda7239 Merge pull request #602 from mephi1984/patch-1
Update SocketEngine.swift
2017-01-23 08:47:49 -05:00
Erik
9a05f794f7
bump websocket 2016-12-30 19:49:23 -05:00
Vladislav Khorev
f943f41895 Update SocketEngine.swift
Fix issue #101
Place code in handleOpen, according to suggestion:
https://github.com/socketio/socket.io-client-swift/pull/602#issuecomment-269233001
2016-12-30 19:49:48 +03:00
Vladislav Khorev
494f3fa199 Update SocketEngine.swift
Fix issue #101
https://github.com/socketio/socket.io-client-swift/issues/101
2016-12-26 12:40:14 +03:00
Erik
0bb7fdd2eb
bump version v8.2.0 2016-12-18 20:19:09 -05:00
Erik
650538ad2e
Merge branch 'development'
* development:
  bump ws, fix #598
  remove namespace from socket id
2016-12-18 20:17:51 -05:00