Simon Giesecke
|
41e3f14d6a
|
Problem: ptr/ref parameters and local variables are non-const but never modified
Solution: add const
|
2020-01-27 10:38:00 +01:00 |
|
Simon Giesecke
|
4c3f115469
|
Problem: raw malloc used unnecessarily
Solution: use std::string instead
|
2019-12-23 14:12:07 +01:00 |
|
Simon Giesecke
|
a83c57d0bb
|
Problem: identifiers not conformant with naming convention
Solution: fix identifier names
|
2019-12-08 15:24:48 +01:00 |
|
Luca Boccassi
|
a61db18eee
|
Problem: WSS LAST_ENDPOINT returns WS transport
Solution: add wss_address_t subclass of ws_address_t to override the
to_string method
|
2019-11-28 12:37:53 +00:00 |
|
somdoron
|
7296fb5b15
|
problem: unsecured websocket is rarely used in production
Solution: support websocket with tls (wss)
|
2019-10-02 08:58:26 +03:00 |
|
somdoron
|
a48fdd6a7f
|
problem: ws_engine doesn't send correct host and path
Solution: extract path and host from the address
|
2019-09-05 17:33:38 +03:00 |
|
Luca Boccassi
|
a56d36b8e5
|
Merge pull request #3587 from somdoron/stream_engine_base
problem: ws_engine duplicate code from stream_engine
|
2019-07-18 11:57:27 +01:00 |
|
somdoron
|
157b2a2ee0
|
problem: ws_engine duplicate code from stream_engine
Solution: New class called stream_engine_base which is inherited by ws_engine, zmtp_engine and raw_engine.
|
2019-07-18 11:28:08 +03:00 |
|
Luca Boccassi
|
10a0baf691
|
Problem: wrong copyright dates in newly added files
Solution: fix them
|
2019-07-16 17:36:44 +01:00 |
|
somdoron
|
39941a0c82
|
problem: browser cannot communicate with zeromq directly
Solution: implement ZWS 2.0 which websocket transport for zeromq
|
2019-07-16 10:12:20 +03:00 |
|