paho/src
Ian Craggs deb76eed6f Correction for PR #1484 2024-12-31 17:34:50 +00:00
..
samples Can build subset of samples without SSL 2023-12-03 23:00:53 -05: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 Restored proper setting of SSL build variables for OpenSSL/LibreSSL 2024-12-29 15:24:22 -05:00
Clients.c Allow old select code to be used optionally 2022-02-11 15:55:52 +00:00
Clients.h Use server keep alive in MQTT 5 #1421 2024-06-03 17:19:05 +01:00
Heap.c Correction for PR #1484 2024-12-31 17:34:50 +00: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 Update log time on every entry #1443 2024-12-21 15:16:28 +00:00
Log.h Fix MacOS compile warnings 2022-02-07 10:29:09 +00:00
MQTTAsync.c Merge branch 'fix_compiler_warnings' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_compiler_warnings 2024-12-27 15:40:54 +00:00
MQTTAsync.h Correct doc about the setCallbacks function #1441 2024-12-30 17:21:52 +00:00
MQTTAsyncUtils.c Merge branch 'fix_compiler_warnings' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_compiler_warnings 2024-12-27 15:40:54 +00:00
MQTTAsyncUtils.h Fix some memory not being freed on destroy #1474 2024-09-22 15:54:40 +01:00
MQTTClient.c Merge branch 'fix_compiler_warnings' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_compiler_warnings 2024-12-27 15:40:54 +00:00
MQTTClient.h Correct doc about the setCallbacks function #1441 2024-12-30 17:21:52 +00: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 Allow buffer initialization to work on windows 2024-12-30 19:36:25 +00:00
MQTTPacket.h Print unprintable trace data in hex #1414 2024-12-30 19:15:31 +00:00
MQTTPacketOut.c Initialize properties structure on MQTT5 Connack #1543 2024-12-16 10:05:41 +00:00
MQTTPacketOut.h Update license from EPL v1 to v2 2020-04-06 13:27:50 +01:00
MQTTPersistence.c Fix compiler warnings 2024-05-28 11:01:47 +02:00
MQTTPersistence.h Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
MQTTPersistenceDefault.c Remove extraneous semi-colon #1479 2024-06-03 12:18:52 +01:00
MQTTPersistenceDefault.h #1035 Increased persistence key buffer size 2021-01-06 18:33:19 -05:00
MQTTProperties.c Merge branch 'fix_realloc_usage' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_realloc_usage 2024-12-27 14:44:34 +00:00
MQTTProperties.h Merge branch 'properties-hardening' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-properties-hardening 2024-12-26 17:25:58 +00:00
MQTTProtocol.h Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
MQTTProtocolClient.c Allow buffer initialization to work on windows 2024-12-30 19:36:25 +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 Allow http:// as prefix for HTTPS proxy #1329 2024-12-31 12:01:08 +00: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 Fix compiler warnings 2024-05-28 11:01:47 +02: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 Merge branch 'fix_compiler_warnings' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_compiler_warnings 2024-12-27 15:40:54 +00:00
Socket.h Ping processing when sockets being used by large messages 2022-07-02 13:22:23 +01:00
SocketBuffer.c Fix usage of realloc 2024-05-28 10:34:28 +02: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 Fixed formatting in CMake files. 2023-12-03 20:39:06 -05:00
WebSocket.c Merge branch 'fix_compiler_warnings' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_compiler_warnings 2024-12-27 15:40:54 +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