paho/src
Ian Craggs 8cf971cf16 Update copyright statement date 2023-10-13 18:18:20 +01:00
..
samples Async sample callback context fix. 2023-07-21 18:20:06 +00: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 Add uuid library if build option set #1319 2023-10-10 11:00:29 +01:00
Clients.c Allow old select code to be used optionally 2022-02-11 15:55:52 +00:00
Clients.h Session expiry should be unsigned for 32 bit 2023-10-10 11:37:43 +01:00
Heap.c Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +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 Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +01:00
Log.h Fix MacOS compile warnings 2022-02-07 10:29:09 +00:00
MQTTAsync.c Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +01:00
MQTTAsync.h Update copyright statement date 2023-10-13 18:18:20 +01:00
MQTTAsyncUtils.c Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +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 Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +01:00
MQTTClient.h Update copyright dates in MQTTClient and MQTTAsync docs 2023-10-13 13:08:53 +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 Revert "fix: MQTTPacket.c read&write Int/Int4 error" #1336 2023-10-09 14:11:58 +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 Free keys on error #1373 2023-10-09 14:51:37 +01: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 Doc to note heap must be initialized before calling MQTTProperties_add #1378 2023-10-12 11:27:41 +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 Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +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 Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +01:00
StackTrace.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
Thread.c Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +01:00
Thread.h Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +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(odr): Fix ODR violation for libuuid symbols 2023-10-10 10:44:23 +01: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