22 Commits

Author SHA1 Message Date
Nick O'Leary
fa3c4362ea
Merge branch 'master' into master 2018-11-02 01:07:33 +00:00
Nick O'Leary
2ed03ad522
Merge pull request #362 from eykamp/new_sig
Create new signature to permit cleaner user code
2018-11-02 00:53:02 +00:00
Nick O'Leary
2d053d2df0 Add buffer overflow protection to connect
Closes #492
2018-11-02 00:50:52 +00:00
Nick O'Leary
af860133e8 Merge branch 'pr_500' 2018-11-01 23:47:15 +00:00
Nick O'Leary
a0f09681f5 Add separate connect function for clean session + test 2018-11-01 23:46:09 +00:00
Nick O'Leary
3637cbec69
Revert "Added support of CleanSession flag during connect" 2018-11-01 23:35:31 +00:00
Nick O'Leary
b1bdbb7aaf
Merge pull request #500 from maxim-kukushkin/master
Added support of CleanSession flag during connect
2018-11-01 23:33:51 +00:00
Maxim Kukushkin
0e8e3123cf Added support of CleanSession flag during connect 2018-10-02 00:02:31 +01:00
Adrian McEwen
0c2d12d8b0 Allow the large message publishing to use all the print methods. 2018-09-04 13:31:43 +01:00
Adrian McEwen
3b3a8da8d2 Add large-payload API, make max header size a define, not magic number. 2018-08-15 17:15:04 +01:00
Unknown
8795fdf0f5 Create new signature to permit cleaner user code 2017-11-16 12:49:01 -08:00
constantin
49f307506b Add ESP32 callback signature to be functional like ESP8266 2017-09-18 19:27:44 +02:00
Nick O'Leary
341661671b Revert breaking change to callback signature 2016-02-02 07:40:48 +00:00
Nick O'Leary
83b69a766e Merge pull request #120 from tomkcook/master
Use std::function on ESP8266 platform.
2016-01-31 20:47:32 +00:00
Tom Cook
67eba6dad4 Moved #include of <functional> 2016-01-27 12:41:50 +00:00
Tom Cook
98a9c296f6 Made use of std::function ESP8266-specific. 2016-01-27 12:39:43 +00:00
Stavros Korokithakis
68400b7b6c Add definable parameters. 2016-01-26 12:52:38 +02:00
Tom Cook
21b75a2c4a Changed callback type. 2016-01-26 09:50:27 +00:00
Victor Aprea
803f54b0bd changes to use #define MQTT_SOCKET_TIMEOUT instead of dynamic read timeout interval, per comments from @knolleary on https://github.com/knolleary/pubsubclient/issues/87 2015-11-19 13:58:23 -05:00
Victor Aprea
6bb06187b7 added optional timeout setting so that readByte can be escaped 2015-11-18 17:19:41 -05:00
Nick O'Leary
2f97e4a558 Add publish(topic,payload,retained) function 2015-09-11 23:25:21 +01:00
Nick O'Leary
5ace47bc93 Re-layout project to match Arduino Library reqs 2015-09-07 22:56:53 +01:00