Commit Graph

1205 Commits

Author SHA1 Message Date
Andreas Walter 25ffa0cc64 define library version via version files
Signed-off-by: Andreas Walter <andreas.walter@waltronix.de>
2020-01-10 20:36:30 +01:00
Ian Craggs 0d84ea2c11
Merge pull request #776 from momobel/disconnect_opt_miss_init
Add missing fields in MQTTAsync_disconnectOptions initializer
2019-12-20 16:13:04 +00:00
Ian Craggs d078b398ef 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
Mohamed Belaouad 82f0d1c85c Add missing fields in MQTTAsync_disconnectOptions initializer
A missing field initializer is given when initializing a MQTTAsync_disconnectOptions with MQTTAsync_disconnectOptions_initializer.

error: missing initializer for field 'onSuccess5' of 'MQTTAsync_disconnectOptions {aka struct <anonymous>}' [-Werror=missing-field-initializers]
|          MQTTAsync_disconnectOptions opts = MQTTAsync_disconnectOptions_initializer;

Make sure that every disconnect initializer has every field

Signed-off-by: Mohamed Belaouad <mohamed.belaouad@wattsense.com>
2019-12-19 16:49:45 +01:00
Ian Craggs 1565bfcca2 Fix for #572 2019-12-18 19:49:26 +00:00
Ian Craggs c19bd17c03 Fix for #754 - lock on socket mutex for getWrite 2019-12-18 18:38:28 +00:00
Ian Craggs d9583e48fc Update issue templates 2019-12-16 17:43:40 +00:00
Ian Craggs 7622c3741b WS proxy fix & MacOS compile warning fix 2019-12-10 15:28:48 +00:00
Ian Craggs ce3601e579 Fix up websocket proxy merge 2019-12-10 12:41:20 +00:00
Ian Craggs 4d1e8b5a68 Merge branch 'tkanoh-proxy_support' into develop #542 2019-12-10 11:41:55 +00:00
Ian Craggs ddc51e797f Merge branch 'proxy_support' of https://github.com/tkanoh/paho.mqtt.c into tkanoh-proxy_support 2019-12-10 11:40:54 +00:00
Tamotsu Kanoh da2cab6314 Merge remote-tracking branch 'upstream/master' into proxy_support 2019-12-08 12:53:16 +09:00
Tamotsu Kanoh 1bc029d486 Added basic authentication support to Proxy for Websocket.
Signed-off-by: Tamotsu Kanoh <kanoh@plathome.co.jp>
2019-12-08 11:11:19 +09:00
Tamotsu Kanoh b4cc3c5385 Change row describing HTTP_PROTOCOL() for Windows.
Signed-off-by: Tamotsu Kanoh <kanoh@plathome.co.jp>
2019-12-08 10:38:24 +09:00
Tamotsu Kanoh 1e6b0901e2 Replace usleep() to Sleep() for Windows.
Signed-off-by: Tamotsu Kanoh <kanoh@plathome.co.jp>
2019-12-08 10:32:34 +09:00
Tamotsu Kanoh 055d83eeb1 Compare HTTP status codes exactly 12 characters.
Signed-off-by: Tamotsu Kanoh <kanoh@plathome.co.jp>
2019-12-08 10:32:13 +09:00
Tamotsu Kanoh 9ba4bdfec9 Added timeout process in WebSocket_proxy_connect()
Signed-off-by: Tamotsu Kanoh <kanoh@plathome.co.jp>
2019-12-08 10:31:50 +09:00
Tamotsu Kanoh 0dc0049721 Proxy support for websocket.
Signed-off-by: Tamotsu Kanoh <kanoh@plathome.co.jp>
2019-12-08 10:31:23 +09:00
Ian Craggs ab0e5ca8ce Merge branch 'raffienficiaud-fixup-win32-global-init' into develop 2019-12-05 17:00:43 +00:00
Ian Craggs 227fba3138 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
Ian Craggs c3bcb1de06 Merge branch 'gyf304-yg-custom-http-headers' into develop #591 2019-12-05 14:44:05 +00:00
Ian Craggs a57ffcb348 Merge branch 'yg-custom-http-headers' of https://github.com/gyf304/paho.mqtt.c into gyf304-yg-custom-http-headers 2019-12-05 14:40:14 +00:00
Ian Craggs 2f4ed8aff0
Merge pull request #636 from ivoshopov/export_targets
Export CMake targets
2019-12-05 14:08:07 +00:00
Ian Craggs beb350a955 More instructions 2019-12-05 13:49:57 +00:00
Ian Craggs a4d9e94f36 Build instructions for deb 2019-12-05 13:48:49 +00:00
Ian Craggs 494f3c10db Merge branch 'AnaviTechnology-debuild' into develop 2019-12-05 13:47:02 +00:00
Ian Craggs 18f5392cc1 Merge branch 'debuild' of https://github.com/AnaviTechnology/paho.mqtt.c into AnaviTechnology-debuild 2019-12-05 13:39:16 +00:00
Ian Craggs 9fe6afecd7
Merge pull request #710 from klaussnd/fix-deb
Fix debian package
2019-12-05 13:25:42 +00:00
Ian Craggs 7811a7e3f2 Merge branch 'master' into develop 2019-12-05 12:19:37 +00:00
Ian Craggs 9cb048c42d
Merge pull request #612 from tatsuya-ogawa/patch-android
CMake Android build fails during linking because the linker cannot fi…
2019-12-05 12:16:55 +00:00
Ian Craggs 7a5a5ae225 Merge branch 'develop' of github.com:eclipse/paho.mqtt.c into develop 2019-12-04 16:15:38 +00:00
Ian Craggs c8e095c2a6 Merge branch 'CJxD-develop' into develop 2019-12-04 16:14:40 +00:00
Ian Craggs 21ffebcb74 Merge branch 'develop' of https://github.com/CJxD/paho.mqtt.c into CJxD-develop #165 2019-12-04 16:13:48 +00:00
Ian Craggs 48c097e187
Merge pull request #751 from rafjmac/fix-websocket-frame-buffer-appending
Fix websocket frame buffer appending
2019-12-04 12:23:00 +00:00
Ian Craggs 0a27f9730f Allow linking under some versions of Windows #576 2019-12-04 10:31:32 +00:00
Ian Craggs d964973e10 Merge branch 'tbeu-fix-msvc-build-errors' into develop 2019-12-03 20:18:49 +00:00
Ian Craggs 6a216a115c Merge branch 'fix-msvc-build-errors' of https://github.com/tbeu/paho.mqtt.c into tbeu-fix-msvc-build-errors 2019-12-03 20:17:44 +00:00
Ian Craggs e25655fae9 Merge branch 'tbeu-fix-macro-redefinition' into develop 2019-12-03 18:58:27 +00:00
Ian Craggs 6e2ccd9143 Merge branch 'fix-macro-redefinition' of https://github.com/tbeu/paho.mqtt.c into tbeu-fix-macro-redefinition 2019-12-03 18:53:39 +00:00
Ian Craggs 428bea89c9 Merge branch 'aggresss-hotfix/mem_leak_conn_fail' into develop 2019-12-03 15:46:11 +00:00
Ian Craggs 22e5d2974f Merge branch 'hotfix/mem_leak_conn_fail' of https://github.com/aggresss/paho.mqtt.c into aggresss-hotfix/mem_leak_conn_fail 2019-12-03 15:45:14 +00:00
Ian Craggs 6b9108bcef Fix as proposed in #509 2019-12-03 15:38:01 +00:00
Ian Craggs f24dde3683 Merge branch 'aggresss-hotfix/SegmentFault_Destroy' into develop 2019-12-03 14:47:33 +00:00
Ian Craggs c3ed0c115a Update copyright statment 2019-12-03 14:47:00 +00:00
Ian Craggs f107a9e89f Merge branch 'hotfix/SegmentFault_Destroy' of https://github.com/aggresss/paho.mqtt.c into aggresss-hotfix/SegmentFault_Destroy 2019-12-03 14:36:59 +00:00
Ian Craggs f313f61c20 Merge branch 'develop' of github.com:eclipse/paho.mqtt.c into develop 2019-12-03 14:24:56 +00:00
Ian Craggs 213ea9d9ea
Merge pull request #769 from tucic/fix_high_cpu
Close session when NOT_IN_PROGRESS with invalid sockets #734
2019-12-03 14:22:51 +00:00
Ian Craggs 601e2b9f13 Merge branch 'master' into develop 2019-12-03 14:19:14 +00:00
Ian Craggs 4507b48b7a
Merge pull request #730 from Roman3349/fix/static-libraries
Fix names of static libraries
2019-12-03 14:18:22 +00:00
Ian Craggs f8917343b7 Merge branch 'JuergenKosel-preventSegfaultBycurrentURI' into develop 2019-12-03 14:17:17 +00:00