paho/src
Ian Craggs 9613cf419c Free some allocated memory under some circumstances 2023-05-25 10:05:14 +01:00
..
samples Check cause connectionLost parameter in samples 2023-05-17 12:46:44 +01:00
Base64.c Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
Base64.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
CMakeLists.txt Merge pull request #1081 from gambels/WIP_add_generic_proxy_support 2021-10-04 15:14:06 +01:00
Clients.c Allow old select code to be used optionally 2022-02-11 15:55:52 +00:00
Clients.h Make #1203 fix work across multiple clients 2022-03-22 15:00:05 +00:00
Heap.c checkEyecatchers() used to crash if a heap problem was detected 2022-12-06 10:19:03 +01:00
Heap.h fixed error in comment 2022-09-28 16:57:10 +01:00
Keysight_ws_add Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
LinkedList.c Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
LinkedList.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
Log.c Fix MacOS compile warnings 2022-02-07 10:29:09 +00:00
Log.h Fix MacOS compile warnings 2022-02-07 10:29:09 +00:00
MQTTAsync.c Reset reconnect intervals on MQTTAsync_reconnect #1274 2022-11-28 12:06:45 +00:00
MQTTAsync.h Add doc to highlight WebSocket connect option initializers #724 2022-09-29 10:59:42 +01:00
MQTTAsyncUtils.c Lock socket mutex on socket close #1219 2023-05-25 10:04:21 +01:00
MQTTAsyncUtils.h Merge branch 'mqtt-protocol-url' of https://github.com/fpagliughi/paho.mqtt.c into fpagliughi-mqtt-protocol-url 2022-09-28 16:11:56 +01:00
MQTTClient.c Lock socket mutex on socket close #1219 2023-05-25 10:04:21 +01:00
MQTTClient.h Add doc to highlight WebSocket connect option initializers #724 2022-09-29 10:59:42 +01:00
MQTTClientPersistence.h Remove potentially misleading comments 2020-12-24 21:22:18 +00:00
MQTTExportDeclarations.h Rename ExportDeclarations header #840 2020-04-15 10:53:31 +01:00
MQTTPacket.c Change writeInt4 and readInt4 signatures to unsigned #1336 2023-04-27 18:33:02 +01:00
MQTTPacket.h Change writeInt4 and readInt4 signatures to unsigned #1336 2023-04-27 18:33:02 +01:00
MQTTPacketOut.c Fix a use before free 2021-04-30 19:01:11 +01:00
MQTTPacketOut.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
MQTTPersistence.c Free some allocated memory under some circumstances 2023-05-25 10:05:14 +01:00
MQTTPersistence.h Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
MQTTPersistenceDefault.c #1035 Increased persistence key buffer size 2021-01-06 18:33:19 -05:00
MQTTPersistenceDefault.h #1035 Increased persistence key buffer size 2021-01-06 18:33:19 -05:00
MQTTProperties.c Propagate data errors reading MQTT properties #986 #985 2020-10-27 12:49:59 +00:00
MQTTProperties.h Rename ExportDeclarations header #840 2020-04-15 10:53:31 +01:00
MQTTProtocol.h Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
MQTTProtocolClient.c Fix up keep alive processing #1277 #1276 2022-11-27 16:41:23 +00:00
MQTTProtocolClient.h Allow topic and payload to be returned in publish onSuccess/onFailure callbacks #1133 2022-09-23 18:07:29 +01:00
MQTTProtocolOut.c Don't call websocket_connect twice #1348 2023-04-16 13:05:58 +01:00
MQTTProtocolOut.h Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
MQTTReasonCodes.c Add header for #846 2020-08-03 16:23:54 +01:00
MQTTReasonCodes.h Rename ExportDeclarations header #840 2020-04-15 10:53:31 +01:00
MQTTSubscribeOpts.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
MQTTTime.c Some fields shouldn't be static #1085 2021-04-28 15:41:13 +01:00
MQTTTime.h Minor params names fix: new -> t_new, old -> t_old 2021-04-27 16:30:35 +01:00
MQTTVersion.c Add Windows def for snprintf #977 2020-10-30 15:02:53 +00:00
Messages.c Add handling for incoming MQTT V5 disconnect #1163 2021-11-09 12:47:02 +00:00
Messages.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
OsWrapper.c Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
OsWrapper.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
Proxy.c Credit author of the original implementation 2021-09-19 16:40:26 +02:00
Proxy.h Add generic proxy support. 2021-03-17 11:46:05 +01:00
SHA1.c Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
SHA1.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
SSLSocket.c Update expired TLS certificates 2023-04-13 15:55:13 +01:00
SSLSocket.h Added URI protocol prefixes, 'mqtt://' for TCP, and 'mqtts://' for SSL/TLS. 2022-09-21 00:00:51 -04:00
Socket.c Lock socket mutex on socket close #1219 2023-05-25 10:04:21 +01:00
Socket.h Ping processing when sockets being used by large messages 2022-07-02 13:22:23 +01:00
SocketBuffer.c fix to realloc memory if any queued data should be copied into new buffer #1303 2022-11-29 14:05:27 +00:00
SocketBuffer.h Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
StackTrace.c Fix MacOS compile warnings 2022-02-07 10:29:09 +00:00
StackTrace.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
Thread.c Correct windows conditional compilation #1275 2022-12-20 09:01:19 +00:00
Thread.h Add thread names if possible #1100 2022-09-27 13:11:52 +01:00
Tree.c Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
Tree.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
VersionInfo.h.in Support for the CMake build system 2016-03-30 15:02:15 +01:00
WebSocket.c Fix return code from getrawsocketdata 2022-02-10 18:02:51 +00:00
WebSocket.h Set default port for WSS to 443 #1048 2022-01-28 20:30:19 +00:00
mutex_type.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
utf-8.c Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
utf-8.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00