summaryrefslogtreecommitdiffstats
path: root/mqtt_websockets
AgeCommit message (Collapse)Author
2022-06-30Fixes vbi parser in mqtt5 implementation (#13277)Timotej S
bump mqtt_websockets
2022-06-14ACLK statistics on bytes recvd and sent (#13091)Timotej S
2022-06-07Fix Coverity errors in mqtt_websockets submodule (#13082)Timotej S
- update mqtt_websockets submodule to bring in the Coverity scan fixes
2022-06-06Allow usage of the new MQTT 5 implementation (#12838)Timotej S
* adds support for new MQTT5 implementation in agent, currently by default disabled as Tech Preview
2022-04-08bump mqtt_websockets (#12625)Timotej S
2022-01-20mqtt_websockets submodule to latest master (fix #12011) (#12015)Timotej S
2022-01-19Blocking publish and in flight buffer regrowth (#11932)Timotej S
* implements blocking publish to support huge nodes until new MQTT is ready
2021-07-26Allows ACLK-NG to grow MQTT buffer (#11340)Timotej S
* bumps mqtt_websockets to allow buffer growth on buffer full error
2021-06-28support TLS SNI in ACLK-NG (#11285)Timotej S
2021-05-27fix mqtt_websockets submodule version (#11196)Timotej S
2021-05-25Move parser from children to main thread (#11152)thiagoftsm
Centralize eBPF plugin parser to avoid possible contradictions between user configuration and visualized charts.
2021-05-24fixes ACLK-NG on FreeBSD (#11172)Timotej S
2021-05-24Fix mqtt_websockets (ACLK-NG) on MacOS (#11145)Timotej S
2021-05-06Updates mqtt_websockets (#11105)Timotej S
* fixes some reconnection issues
2021-05-06build mqtt_websockets with netdata autotools (#11083)Timotej S
* build mqtt_websockets with netdata autotools * avoids handwritten makefiles in submodules
2021-03-24mqtt-c coverity fixes (#10851)Timotej S
2021-03-16Adds ACLK-NG as fallback(#10315)Timotej S
* adds a new implementation of ACLK written almost from scratch * external dependencies only OpenSSL and JSON-C * fallback for systems where ACLK Legacy can't build (for technical or philosophical reasons) * can be forced to build by giving "--aclk-ng" to the installer