summaryrefslogtreecommitdiffstats
path: root/mqtt_websockets
AgeCommit message (Collapse)Author
2023-01-09MQTT5 Topic Alias (#14148)Timotej S
* bump websockets * add new files to makefile * set topic aliases for used topics
2022-12-14Revert "MQTT 5 publish topic alias support" (#14145)Emmanuel Vasilakis
Revert "MQTT 5 publish topic alias support (#14067)" This reverts commit a749ab00a63b229d99f6bc82a965206e5481db3e.
2022-12-13MQTT 5 publish topic alias support (#14067)Timotej S
* mqtt_websockets bumps version * use the new topic alias support in netdata
2022-11-25fix build on old openssl versions on centos (#14045)Timotej S
* fix old openssl versions on centos * branch->master
2022-11-25minor - wss to point to master instead of branch (#14043)Timotej S
mqtt_websockets submodule point to master
2022-11-25minor - Adds better information in case of SSL error (#14041)Timotej S
* bump websockets
2022-11-16Fix connection resets on big parents (#14004)Timotej S
bump wss
2022-11-15fixes MQTT-NG QoS0 (#13997)Timotej S
* bump websockets * mqtt_websockets point to master
2022-11-01Return accidentaly removed 32bit RPi keep alive fix (#13925)Timotej S
bump websockets
2022-10-17Inject costallocz to mqtt_websockets library and its children (#13813)Timotej S
* use mallocz, freez & family also from within the mqtt libs
2022-10-06Bump websockets submodule (#13776)Timotej S
* update mqtt websockets submodule and reflect API changes
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