| .. |
|
samples
|
Stop unnecessary print output from pub sample
|
2020-01-16 16:27:43 +00:00 |
|
Base64.c
|
Make windows header file names lower case
|
2020-01-11 17:37:54 +00:00 |
|
Base64.h
|
WebSocket: initial websocket support + utilities
|
2018-05-02 16:59:25 -04:00 |
|
CMakeLists.txt
|
only set OPENSSL_SEARCH_PATH if not empty
|
2019-12-31 11:51:08 +01:00 |
|
Clients.c
|
Add notices for dual epl/edl licensing
|
2013-03-18 15:32:53 +00:00 |
|
Clients.h
|
Fix up websocket proxy merge
|
2019-12-10 12:41:20 +00:00 |
|
Heap.c
|
Update copyright dates after PRs
|
2019-11-25 17:59:29 +00:00 |
|
Heap.h
|
Allow to include Heap.h into c++
|
2017-11-30 10:15:01 +01:00 |
|
LinkedList.c
|
Set pointers to NULL after free
|
2017-12-06 14:17:49 +01:00 |
|
LinkedList.h
|
Compile support for VxWorks 6.9
|
2017-07-08 23:51:17 +02:00 |
|
Log.c
|
Merge pull request #560 from AdrianMoranMontes/fix_compilation_vs2010
|
2019-11-29 15:40:41 +00:00 |
|
Log.h
|
Const-fy char pointers that point to .rodata strings
|
2017-03-06 11:55:23 -06:00 |
|
MQTTAsync.c
|
Check for 0 length will topic in connect - Mosquitto doesn't like it but gives no message #775
|
2019-12-19 17:09:58 +00:00 |
|
MQTTAsync.h
|
Merge pull request #776 from momobel/disconnect_opt_miss_init
|
2019-12-20 16:13:04 +00:00 |
|
MQTTClient.c
|
Check for 0 length will topic in connect - Mosquitto doesn't like it but gives no message #775
|
2019-12-19 17:09:58 +00:00 |
|
MQTTClient.h
|
Check for 0 length will topic in connect - Mosquitto doesn't like it but gives no message #775
|
2019-12-19 17:09:58 +00:00 |
|
MQTTClientPersistence.h
|
Compile support for VxWorks 6.9
|
2017-07-08 23:51:17 +02:00 |
|
MQTTPacket.c
|
Correct persisting of pubrel received publish messages in MQTT V5
|
2019-11-27 13:45:04 +00:00 |
|
MQTTPacket.h
|
Correct persisting of pubrel received publish messages in MQTT V5
|
2019-11-27 13:45:04 +00:00 |
|
MQTTPacketOut.c
|
Error handling when properties not read properly #563
|
2019-07-22 22:13:25 +01:00 |
|
MQTTPacketOut.h
|
First pass at MQTTAsync - sending V5 packets and receiving responses
|
2018-04-27 22:26:23 +01:00 |
|
MQTTPersistence.c
|
Fix recently introduced MSVC build errors
|
2019-11-29 17:39:47 +01:00 |
|
MQTTPersistence.h
|
Update PERSISTENCE_V5_COMMAND_KEY value
|
2018-12-04 15:33:35 -05:00 |
|
MQTTPersistenceDefault.c
|
Merge pull request #502 from AdrianMoranMontes/dev
|
2018-07-10 17:03:16 +01:00 |
|
MQTTPersistenceDefault.h
|
Some more lgtm complaints
|
2018-08-03 17:58:58 +01:00 |
|
MQTTProperties.c
|
Correct property integer types to unsigned #559
|
2019-07-23 12:22:06 +01:00 |
|
MQTTProperties.h
|
Correct property integer types to unsigned #559
|
2019-07-23 12:22:06 +01:00 |
|
MQTTProtocol.h
|
Allow applications to choose MQTT 3.1 or 3.1.1 explicitly
|
2014-03-13 15:15:56 +00:00 |
|
MQTTProtocolClient.c
|
Correct persisting of pubrel received publish messages in MQTT V5
|
2019-11-27 13:45:04 +00:00 |
|
MQTTProtocolClient.h
|
MQTT 5.0 publish qos 0 send and receive
|
2018-03-22 17:37:45 +00:00 |
|
MQTTProtocolOut.c
|
WS proxy fix & MacOS compile warning fix
|
2019-12-10 15:28:48 +00:00 |
|
MQTTProtocolOut.h
|
Merge branch 'develop' of https://github.com/CJxD/paho.mqtt.c into CJxD-develop #165
|
2019-12-04 16:13:48 +00:00 |
|
MQTTReasonCodes.c
|
Fix typo in MQTT reason code "Disconnect with Will Message"
|
2019-08-12 21:00:51 +02:00 |
|
MQTTReasonCodes.h
|
Some sample program and reason code improvements
|
2018-09-03 12:34:44 +01:00 |
|
MQTTSubscribeOpts.h
|
Update documentation #503
|
2018-08-01 20:01:12 +01:00 |
|
MQTTVersion.c
|
Fix error handling if dlopen fails
|
2019-10-05 20:15:35 +02:00 |
|
Messages.c
|
Update connect message to add MQTT version
|
2019-04-15 11:06:40 +01:00 |
|
Messages.h
|
Const-fy char pointers that point to .rodata strings
|
2017-03-06 11:55:23 -06:00 |
|
OsWrapper.c
|
Compile support for VxWorks 6.9
|
2017-07-08 23:51:17 +02:00 |
|
OsWrapper.h
|
Compile support for VxWorks 6.9
|
2017-07-08 23:51:17 +02:00 |
|
SHA1.c
|
Fix CygWin build
|
2019-10-05 20:15:35 +02:00 |
|
SHA1.h
|
Make windows header file names lower case
|
2020-01-11 17:37:54 +00:00 |
|
SSLSocket.c
|
Fix recently introduced MSVC build errors
|
2019-11-29 17:39:47 +01:00 |
|
SSLSocket.h
|
Add OpenSSL error handler callback function and context
|
2018-08-20 22:37:46 +02:00 |
|
Socket.c
|
Merge branch 'develop' of https://github.com/CJxD/paho.mqtt.c into CJxD-develop #165
|
2019-12-04 16:13:48 +00:00 |
|
Socket.h
|
Merge branch 'develop' of github.com:eclipse/paho.mqtt.c into develop
|
2019-12-04 16:15:38 +00:00 |
|
SocketBuffer.c
|
Merge branch 'master' into develop
|
2019-11-26 19:31:33 +00:00 |
|
SocketBuffer.h
|
Add missing function prototypes
|
2017-03-06 11:55:19 -06:00 |
|
StackTrace.c
|
A couple of LGTM complaint changes
|
2018-08-16 23:59:24 +01:00 |
|
StackTrace.h
|
Fix StackTrace.h FUNC_EXIT_NOLOG error on windows oprate system
|
2019-08-15 14:35:34 +08:00 |
|
Thread.c
|
Remove unused variable warning and check the return code from sem_getvalue
|
2019-11-25 19:13:40 +00:00 |
|
Thread.h
|
Merge branch 'fixup-win32-global-init' of https://github.com/raffienficiaud/paho.mqtt.c into raffienficiaud-fixup-win32-global-init
|
2019-12-05 17:00:10 +00:00 |
|
Tree.c
|
Fix redundant NULL checks
|
2018-08-25 16:51:37 +02:00 |
|
Tree.h
|
Compile support for VxWorks 6.9
|
2017-07-08 23:51:17 +02:00 |
|
VersionInfo.h.in
|
Support for the CMake build system
|
2016-03-30 15:02:15 +01:00 |
|
WebSocket.c
|
Fix for issue #721 - receiving MQTT packets spread over >1 WS frame
|
2020-01-19 18:56:33 +00:00 |
|
WebSocket.h
|
Added basic authentication support to Proxy for Websocket.
|
2019-12-08 11:11:19 +09:00 |
|
mutex_type.h
|
Fix copyright date
|
2018-03-25 18:29:01 +01:00 |
|
utf-8.c
|
Have NULL checks in the string and character validate functions
|
2019-10-15 15:11:29 -04:00 |
|
utf-8.h
|
Add missing function prototypes
|
2017-03-06 11:55:19 -06:00 |