paho/src
Konstantin Tyurin e8b6b3742a
Document tls:// prefix
Signed-off-by: Konstantin Tyurin <konstantin@pluraf.com>
2026-02-13 15:59:14 +00:00
..
samples Add tls: prefix to docs and samples 2025-08-15 15:55:00 +01:00
Base64.c - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05: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 - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
Heap.c - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05: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 - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
Log.h - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
MQTTAsync.c Update copyright statement dates 2026-01-29 16:31:04 +00:00
MQTTAsync.h Document tls:// prefix 2026-02-13 15:59:14 +00:00
MQTTAsyncUtils.c Modify the conditions for successful execution of SSLSocket_setSocketForSSL() 2026-02-13 15:49:53 +00:00
MQTTAsyncUtils.h - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
MQTTClient.c Modify the conditions for successful execution of SSLSocket_setSocketForSSL() 2026-02-13 15:49:53 +00:00
MQTTClient.h Document tls:// prefix 2026-02-13 15:59:14 +00:00
MQTTClientPersistence.h Remove potentially misleading comments 2020-12-24 21:22:18 +00:00
MQTTExportDeclarations.h - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
MQTTPacket.c Use macros instead of constants to eliminate compile warnings 2026-02-07 21:56:17 +00:00
MQTTPacket.h #1576 Changed 'bool' typedef to 'bit' 2025-07-15 16:53:19 +01: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 Use macros instead of constants to eliminate compile warnings 2026-02-07 21:56:17 +00:00
MQTTPersistence.h Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
MQTTPersistenceDefault.c - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05: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 Use macros instead of constants to eliminate compile warnings 2026-02-07 21:56:17 +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 Update some doc and copyright statements 2025-01-06 11:17:49 +00:00
MQTTProtocolOut.h Added support for UNIX-domain sockets for v1.3.x 2025-01-02 17:21:51 -05: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 - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
MQTTTime.h - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
MQTTVersion.c Merge branch 'remove-unnecessary-win64' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-remove-unnecessary-win64 2025-08-14 16:05:28 +01: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 Merge branch 'remove-unnecessary-win64' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-remove-unnecessary-win64 2025-08-14 16:05:28 +01:00
Proxy.h Update some doc and copyright statements 2025-01-06 11:17:49 +00:00
SHA1.c Fix build on GNU Hurd 2025-08-14 20:55:28 +01:00
SHA1.h - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
SSLSocket.c Check return value from SSL_new 2026-02-13 15:42:53 +00:00
SSLSocket.h Merge branch 'develop' of github.com:pluraf/paho.mqtt.c into pluraf-develop 2025-08-15 15:41:20 +01:00
Socket.c Fixed warning in Window build for TCP_NODELAY 2026-02-13 00:59:48 -06:00
Socket.h Reduce latency on connect #1430 (#1642) 2026-02-10 17:54:00 +00:00
SocketBuffer.c - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
SocketBuffer.h - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
StackTrace.c - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
StackTrace.h - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
Thread.c Update copyright statement dates 2026-01-29 16:31:04 +00:00
Thread.h Update copyright statement dates 2026-01-29 16:31:04 +00: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 - Removed unnecessary _WIN64 conditional checks 2025-01-09 16:09:38 -05:00
WebSocket.h Set default port for WSS to 443 #1048 2022-01-28 20:30:19 +00: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