2d46a0605bfix warning: field '_eventCallback' will be initialized after field '_publishMode'
Benjamin Sergeant
2018-12-23 14:18:53 -08:00
0349b7f1c7fix warning: field '_eventCallback' will be initialized after field '_publishMode'
Benjamin Sergeant
2018-12-23 14:18:53 -08:00
ba54664748Fix warning: field '_done' will be initialized after field '_wait' [-Wreorder] _done(false),
Benjamin Sergeant
2018-12-23 14:17:30 -08:00
ce1ba20db5Fix warning: field '_done' will be initialized after field '_wait' [-Wreorder] _done(false),
Benjamin Sergeant
2018-12-23 14:17:30 -08:00
a79f4c10a1set thread name / rename example
Benjamin Sergeant
2018-12-23 14:14:38 -08:00
395d823f41set thread name / rename example
Benjamin Sergeant
2018-12-23 14:14:38 -08:00
bd04b28b9easync dns lookup fix
Benjamin Sergeant
2018-12-14 17:49:42 -08:00
6884f9f74fasync dns lookup fix
Benjamin Sergeant
2018-12-14 17:49:42 -08:00
cbadecab33non blocking dns lookup
Benjamin Sergeant
2018-12-14 16:28:11 -08:00
b34eccd749non blocking dns lookup
Benjamin Sergeant
2018-12-14 16:28:11 -08:00
8c079787f0add cancellation support while connecting, to speed up WebSocket::stop
Benjamin Sergeant
2018-12-09 17:56:20 -08:00
50b638f7fdadd cancellation support while connecting, to speed up WebSocket::stop
Benjamin Sergeant
2018-12-09 17:56:20 -08:00
62528e6a0bhttp upgrade and connections use non blocking sockets
Benjamin Sergeant
2018-12-09 14:07:40 -08:00
5bf1b91528http upgrade and connections use non blocking sockets
Benjamin Sergeant
2018-12-09 14:07:40 -08:00
49bf8bd830threading race condition fixes, detected by TSAN
Benjamin Sergeant
2018-12-06 08:27:28 -08:00
f77ececc92threading race condition fixes, detected by TSAN
Benjamin Sergeant
2018-12-06 08:27:28 -08:00
c64bc20bb5cleanup
Benjamin Sergeant
2018-11-14 15:52:28 -08:00
58cccbdcf9cleanup
Benjamin Sergeant
2018-11-14 15:52:28 -08:00
54da891f79per-message deflate compression fixes
Benjamin Sergeant
2018-11-13 17:46:05 -08:00
5710ffba6aper-message deflate compression fixes
Benjamin Sergeant
2018-11-13 17:46:05 -08:00
e847716076move files around
Benjamin Sergeant
2018-11-12 17:56:59 -08:00
ccd4522b8fmove files around
Benjamin Sergeant
2018-11-12 17:56:59 -08:00
3a68bbd1b2update readme / remove reference to missing compression support now that it is supported ...
Benjamin Sergeant
2018-11-12 09:01:42 -08:00
28f29b7385update readme / remove reference to missing compression support now that it is supported ...
Benjamin Sergeant
2018-11-12 09:01:42 -08:00
9cb1d03411tweaks doc / license + send proper error code when closing the connecion
Benjamin Sergeant
2018-11-12 09:00:55 -08:00
a7a422d6edtweaks doc / license + send proper error code when closing the connecion
Benjamin Sergeant
2018-11-12 09:00:55 -08:00
4fed156b90per message deflate support (with zlib)
Benjamin Sergeant
2018-11-09 18:23:49 -08:00
43fcf93584per message deflate support (with zlib)
Benjamin Sergeant
2018-11-09 18:23:49 -08:00
de8bcd36e8(satori_publisher) better error handling
Benjamin Sergeant
2018-11-07 14:54:44 -08:00
32f4c8305e(satori_publisher) better error handling
Benjamin Sergeant
2018-11-07 14:54:44 -08:00
135cfe3238Add some example shell scripts to build on Linux
Benjamin Sergeant
2018-11-07 12:33:33 -08:00
3cf44c8078Add some example shell scripts to build on Linux
Benjamin Sergeant
2018-11-07 12:33:33 -08:00
6dbfe28427Add new example folder for publishing events to satori, with a minimal satori sdk
Benjamin Sergeant
2018-11-07 12:26:32 -08:00
9e899fde2fAdd new example folder for publishing events to satori, with a minimal satori sdk
Benjamin Sergeant
2018-11-07 12:26:32 -08:00
2b203c4616Add missing files ...
Benjamin Sergeant
2018-11-07 12:24:08 -08:00
ffd4f1d322Add missing files ...
Benjamin Sergeant
2018-11-07 12:24:08 -08:00
f12e655cf8Add DockerFile + parse rsv1 field
Benjamin Sergeant
2018-11-07 11:45:17 -08:00
10dd13deb3Add DockerFile + parse rsv1 field
Benjamin Sergeant
2018-11-07 11:45:17 -08:00
cf0045a483stopping connection on Linux does not close the socket, which can create problem when re-starting the connection
Benjamin Sergeant
2018-11-01 17:02:49 -07:00
c1ed83a005stopping connection on Linux does not close the socket, which can create problem when re-starting the connection
Benjamin Sergeant
2018-11-01 17:02:49 -07:00
9c81eeace0add stop and start directives to ws_connect + display close info
Benjamin Sergeant
2018-10-31 10:27:17 -07:00
7117c74142add stop and start directives to ws_connect + display close info
Benjamin Sergeant
2018-10-31 10:27:17 -07:00
5b333f91f6update readme.md
Benjamin Sergeant
2018-10-27 11:46:11 -07:00
dd06a3fb25update readme.md
Benjamin Sergeant
2018-10-27 11:46:11 -07:00
912d926260Handle Sec-WebSocket-Accept correctly
Benjamin Sergeant
2018-10-27 10:24:48 -07:00
45b579447eHandle Sec-WebSocket-Accept correctly
Benjamin Sergeant
2018-10-27 10:24:48 -07:00
a8dfd640a7capture an error code and a reason when the server closes the connection
Benjamin Sergeant
2018-10-25 18:51:19 -07:00
bb0b1836cdcapture an error code and a reason when the server closes the connection
Benjamin Sergeant
2018-10-25 18:51:19 -07:00
390044b716add doc about ping/pong
Benjamin Sergeant
2018-10-25 15:14:31 -07:00
d5c8815438add doc about ping/pong
Benjamin Sergeant
2018-10-25 15:14:31 -07:00
8ac36e6ee5ping pong example: more error handling
Benjamin Sergeant
2018-10-25 14:46:23 -07:00
ac500ed079ping pong example: more error handling
Benjamin Sergeant
2018-10-25 14:46:23 -07:00
208c693088ping / pong support / fix bug in dispatching received message type
Benjamin Sergeant
2018-10-25 14:40:58 -07:00
2bc38acbb1ping / pong support / fix bug in dispatching received message type
Benjamin Sergeant
2018-10-25 14:40:58 -07:00
eae2f7d113Better ping/pong support
Benjamin Sergeant
2018-10-25 12:01:47 -07:00
977feae1d6Better ping/pong support
Benjamin Sergeant
2018-10-25 12:01:47 -07:00
45f92115f9New ws_connect example. Close to wscat node.js tool.
Benjamin Sergeant
2018-10-08 21:42:45 -07:00
9c872fcc3eNew ws_connect example. Close to wscat node.js tool.
Benjamin Sergeant
2018-10-08 21:42:45 -07:00
a6199f1009ping / pong support / fix bug in dispatching received message type
feature/windows_port_tls
Benjamin Sergeant
2018-10-25 14:40:58 -07:00
69093953daBetter ping/pong support
Benjamin Sergeant
2018-10-25 12:01:47 -07:00
64e88d617bmore examples
Benjamin Sergeant
2018-10-09 17:45:28 -07:00
5b4ca7f9dfmore headers
Benjamin Sergeant
2018-10-09 16:54:17 -07:00