Björn Ritzl
|
f988413a74
|
Fix logging in example when error is nil
|
2021-01-14 09:49:08 +01:00 |
|
JCash
|
73b236b249
|
Added ci build status badge to README.md
|
2020-12-24 14:22:07 +01:00 |
|
JCash
|
636a11daa3
|
Added ci build status badge to README.md
|
2020-12-24 14:20:08 +01:00 |
|
JCash
|
0f147ef180
|
Added auth/email to resolve step
|
2020-12-24 12:48:53 +01:00 |
|
Mathias Westerdahl
|
3cd0328c2a
|
Ci build script (#27)
* Added bob.yml
* Added all platforms
* Added macOS builder
* There's no jre on macOS
* jarsigner exists in the jdk
* Added pull_request_target
* Added cron job
|
2020-12-24 11:56:34 +01:00 |
|
Björn Ritzl
|
f5aa57452f
|
Merge pull request #26 from defold/Issue-25-crash-in-callback
Destroy connections when finalizing the extension
1.5.2
|
2020-12-22 12:21:20 +01:00 |
|
Björn Ritzl
|
7e89b8a685
|
Destroy connections when finalizing the extension
|
2020-12-22 12:19:12 +01:00 |
|
Mathias Westerdahl
|
ba7454a431
|
Merge pull request #24 from defold/issue-22-skip-protocol-by-default
Issue 22: Don't send Sec-WebSocket-Protocol unless specified
1.5.1
|
2020-11-10 08:42:30 +01:00 |
|
JCash
|
b93a91c9b8
|
Issue 22: Don't send Sec-WebSocket-Protocol unless specified
|
2020-11-09 19:03:27 +01:00 |
|
Mathias Westerdahl
|
0bf63cbdf8
|
Added credit and link to wslay
|
2020-11-01 09:28:27 +01:00 |
|
Mathias Westerdahl
|
8a9dc759a4
|
Merge pull request #21 from defold/issue-18-error-message-fix
Issue 18: Documentation fix
1.5.0
|
2020-10-31 15:48:47 +01:00 |
|
Mathias Westerdahl
|
70afde4cfa
|
Merge pull request #20 from defold/issue-17-path-fix
Issue 17: Fixed path argument in http handshake
|
2020-10-31 15:48:21 +01:00 |
|
Mathias Westerdahl
|
ed6d131470
|
Merge pull request #19 from defold/issue-16-conneciton-protocol
Issue 16: Added protocol as a connection parameter
|
2020-10-31 15:47:58 +01:00 |
|
JCash
|
2c9c0b74f1
|
Issue 18: Documentation fix
|
2020-10-31 10:55:36 +01:00 |
|
JCash
|
8450a88640
|
Issue 17: Fixed path argument in http handshake
|
2020-10-31 10:40:21 +01:00 |
|
JCash
|
3636ea73db
|
added documentation
|
2020-10-31 10:18:50 +01:00 |
|
JCash
|
1cc1d802b3
|
Issue 16: Added protocol as a connection parameter
|
2020-10-31 10:14:44 +01:00 |
|
JCash
|
94bcc82f25
|
cleanup
|
2020-10-18 09:42:53 +02:00 |
|
JCash
|
d62a53cbcc
|
Doc fix
|
2020-10-18 09:42:40 +02:00 |
|
Mathias Westerdahl
|
ea2fe97943
|
Merge pull request #15 from defold/issue-5-custom-headers
Issue 5: Added support for custom headers
1.4.0
|
2020-10-17 14:02:21 +02:00 |
|
Mathias Westerdahl
|
268e9bf472
|
Merge pull request #14 from defold/issue-13-connect-timeout
Issue 13: Added support for connect sequence timeout
|
2020-10-17 12:30:41 +02:00 |
|
Mathias Westerdahl
|
5ee358cbba
|
Merge pull request #12 from defold/issue-11-support-text-frames
Issue 11: Added support for both binary and text frames
|
2020-10-17 12:29:45 +02:00 |
|
JCash
|
78d527d3a8
|
Issue 5: Added support for custom headers
|
2020-10-17 12:26:20 +02:00 |
|
JCash
|
b54e3e07ad
|
review fix
|
2020-10-17 11:47:23 +02:00 |
|
JCash
|
e105702c79
|
Issue 13: Added support for connect sequence timeout
Decreased the select timeout when reading headers
Don't call callback with DISCONNECTED if the connection was never connected
|
2020-10-17 11:40:53 +02:00 |
|
JCash
|
9d1ace0a82
|
Issue 11: Added support for both binary and text frames
|
2020-10-17 10:28:19 +02:00 |
|
Mathias Westerdahl
|
833477a134
|
Added another tcpdump example
|
2020-10-15 15:26:23 +02:00 |
|
Mathias Westerdahl
|
15a589585a
|
Added more debugging tools to README
|
2020-10-15 11:35:23 +02:00 |
|
Mathias Westerdahl
|
3fe8fbc0ff
|
Added external debugging tools to README
|
2020-10-15 10:39:50 +02:00 |
|
JCash
|
ba2b8e4a69
|
Updated hex string logging to use our internal logging functions
This will keep the output in-order
1.3.0
|
2020-10-13 09:33:38 +02:00 |
|
JCash
|
176f213060
|
updated documentation
|
2020-10-13 09:14:21 +02:00 |
|
Mathias Westerdahl
|
dc1d57d661
|
Merge pull request #10 from defold/issue-4-case-insensitive-header
Issue 4: Compare header keys without case sensitivity
1.2.0
|
2020-10-12 09:59:55 +02:00 |
|
JCash
|
5b0a9960a8
|
Check the response headers more thoroughly
|
2020-10-12 09:45:05 +02:00 |
|
JCash
|
40ba1b334c
|
Issue 4: Compare header keys without case sensitivity
|
2020-10-12 09:33:47 +02:00 |
|
Mathias Westerdahl
|
23ba179e2a
|
Merge pull request #9 from defold/issue-8-close-event
Issue 8: Handle the websocket close event
1.1.0
|
2020-09-28 09:30:12 +02:00 |
|
JCash
|
36bf5d1c03
|
code cleanup
|
2020-09-27 17:04:00 +02:00 |
|
JCash
|
274f29d7e4
|
moved error checking code outside of socket implementation
|
2020-09-27 17:02:14 +02:00 |
|
JCash
|
bd8569f49a
|
Issue 8: Handle the websocket close event
|
2020-09-27 16:54:22 +02:00 |
|
Mathias Westerdahl
|
18a768774f
|
Merge pull request #7 from defold/issue-6-multiple-messages
Issue 6: Handle multiple messages per frame
|
2020-09-27 10:14:08 +02:00 |
|
JCash
|
8e32fa3c76
|
compile fixes
|
2020-09-26 15:50:24 +02:00 |
|
JCash
|
832a156395
|
Issue 6: Handle multiple messages per frame
|
2020-09-26 12:51:43 +02:00 |
|
JCash
|
8df9eed682
|
Removed redundant / in concatenated uri's
1.0.0
|
2020-09-06 09:35:09 +02:00 |
|
JCash
|
071adac853
|
Added separate code path for html5
|
2020-09-05 11:02:59 +02:00 |
|
JCash
|
6ef040aee6
|
more testing
|
2020-09-05 10:52:37 +02:00 |
|
JCash
|
337a389cf8
|
more testing
|
2020-09-04 18:37:58 +02:00 |
|
JCash
|
b9f3563652
|
more testing
|
2020-09-04 18:11:40 +02:00 |
|
JCash
|
358e652946
|
more testing
|
2020-09-04 17:56:03 +02:00 |
|
JCash
|
44fc5037cb
|
more testing
|
2020-09-04 17:38:09 +02:00 |
|
JCash
|
18ecf3857f
|
more testing
|
2020-09-04 17:16:49 +02:00 |
|
JCash
|
b31e5bec7f
|
more testing
|
2020-09-04 16:59:30 +02:00 |
|