b26e9d0338
IXDNSLookup. Uses weak pointer + smart_ptr + shared_from_this instead of static sets + mutex to handle object going away before dns lookup has resolved
Benjamin Sergeant2019-06-19 00:43:59 -07:00
43deaba547
IXDNSLookup. Uses weak pointer + smart_ptr + shared_from_this instead of static sets + mutex to handle object going away before dns lookup has resolved
Benjamin Sergeant2019-06-19 00:43:59 -07:00
dbd62b8622
cobra_to_sentry / backtraces are reversed and line number is not extracted correctly
Benjamin Sergeant2019-06-13 10:18:40 -07:00
2d02ae0f0c
cobra_to_sentry / backtraces are reversed and line number is not extracted correctly
v4.0.4
Benjamin Sergeant2019-06-13 10:18:40 -07:00
a1709c07d9
- mbedtls and zlib are searched with find_package, and we use the vendored version if nothing is found
Benjamin Sergeant2019-06-10 11:18:27 -07:00
750a752ac0
- mbedtls and zlib are searched with find_package, and we use the vendored version if nothing is found
v4.0.2
Benjamin Sergeant2019-06-10 11:18:27 -07:00
3e15840b14
- WebSocket::send() sends message in TEXT mode by default - WebSocketMessage sets a new binary field, which tells whether the received incoming message is binary or text
Benjamin Sergeant2019-06-09 11:55:34 -07:00
55c65b08bf
- WebSocket::send() sends message in TEXT mode by default - WebSocketMessage sets a new binary field, which tells whether the received incoming message is binary or text
Benjamin Sergeant2019-06-09 11:55:34 -07:00
edf0b0dce5
- WebSocket::send() sends message in TEXT mode by default - WebSocketMessage sets a new binary field, which tells whether the received incoming message is binary or text
v4.0.0
Benjamin Sergeant2019-06-09 11:55:34 -07:00
0d147cbd94
WebSocket::send takes a third arg, binary which default to true (can be text too)
Benjamin Sergeant2019-06-09 11:35:31 -07:00
a11aa3e0dd
WebSocket::send takes a third arg, binary which default to true (can be text too)
Benjamin Sergeant2019-06-09 11:35:31 -07:00
be93f7480a
WebSocket callback only take one object, a const ix::WebSocketMessagePtr& msg
Benjamin Sergeant2019-06-09 11:33:17 -07:00
de0bf5ebcd
WebSocket callback only take one object, a const ix::WebSocketMessagePtr& msg
Benjamin Sergeant2019-06-09 11:33:17 -07:00
23cf4bd59b
Add explicite WebSocket::sendBinary New headers + WebSocketMessage class to hold message data, still not used across the board
Benjamin Sergeant2019-06-09 10:10:33 -07:00
d4115880b9
Add explicite WebSocket::sendBinary New headers + WebSocketMessage class to hold message data, still not used across the board
Benjamin Sergeant2019-06-09 10:10:33 -07:00
051c34bc5d
Add test/compatibility folder with small servers and clients written in different languages and different libraries to test compatibility.
Benjamin Sergeant2019-06-08 09:46:26 -07:00
3c80c75e4a
Add test/compatibility folder with small servers and clients written in different languages and different libraries to test compatibility.
Benjamin Sergeant2019-06-08 09:46:26 -07:00
9623ceb4d5
ws echo_server has a -g option to print a greeting message on connect
Benjamin Sergeant2019-06-08 09:16:33 -07:00
5cb72dce4c
ws echo_server has a -g option to print a greeting message on connect
Benjamin Sergeant2019-06-08 09:16:33 -07:00
e1a7395880
IXSocketMbedTLS: better error handling in close and connect
Benjamin Sergeant2019-06-06 14:59:22 -07:00
d2747487e3
IXSocketMbedTLS: better error handling in close and connect
Benjamin Sergeant2019-06-06 14:59:22 -07:00