Simon Giesecke
|
db8f4fba21
|
Problem: redundant inline/ZMQ_FINAL declarations
Solution: remove them
|
2020-02-04 18:34:13 +01:00 |
|
Simon Giesecke
|
628adf1cb7
|
Problem: inconsistent polymorphic inheritance
Solution: consistently use virtual, override and final
|
2020-01-27 08:46:55 +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
|
f60f909899
|
Problem: missing use of C++11 = delete and = default
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
|
2019-12-09 09:48:21 +01: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 |
|
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 |
|