History log of /curl/lib/mqtt.c (Results 51 – 59 of 59)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5507a6ae 02-Sep-2020 Daniel Stenberg

mqtt.c: avoid curl_ prefix on local variable

Closes #5906


# e37e4468 31-Aug-2020 Daniel Stenberg

mqtt: enable by default

No longer considered experimental.

Closes #5858


Revision tags: tiny-curl-7_72_0, curl-7_72_0, curl-7_71_1
# 31e53584 23-Jun-2020 Daniel Stenberg

escape: make the URL decode able to reject only %00 bytes

... or all "control codes" or nothing.

Assisted-by: Nicolas Sterchele


Revision tags: curl-7_71_0
# 9c845be2 01-Jun-2020 Daniel Stenberg

urldata: let the HTTP method be in the set.* struct

When the method is updated inside libcurl we must still not change the
method as set by the user as then repeated transfers with that

urldata: let the HTTP method be in the set.* struct

When the method is updated inside libcurl we must still not change the
method as set by the user as then repeated transfers with that same
handle might not execute the same operation anymore!

This fixes the libcurl part of #5462

Test 1633 added to verify.

Closes #5499

show more ...


Revision tags: curl-7_70_0
# 10fece33 20-Apr-2020 Daniel Stenberg

mqtt: make NOSTATE get within the debug name array


# 093a9e00 20-Apr-2020 Daniel Stenberg

mqtt: remove code with no purpose

Detected by Coverity. CID 1462319.

"The same code is executed when the condition result is true or false,
because the code in the if-then branc

mqtt: remove code with no purpose

Detected by Coverity. CID 1462319.

"The same code is executed when the condition result is true or false,
because the code in the if-then branch and after the if statement is
identical."

Closes #5275

show more ...


# 96c14968 20-Apr-2020 Daniel Stenberg

mqtt: fix Curl_read() error handling while reading remaining length

Detected by Coverity. CID 1462320.

Closes #5274


# 5811beba 16-Apr-2020 Daniel Stenberg

mqtt: improve the state machine

To handle PUBLISH before SUBACK and more.

Updated the existing tests and added three new ones.

Reported-by: Christoph Krey
Bug: https://

mqtt: improve the state machine

To handle PUBLISH before SUBACK and more.

Updated the existing tests and added three new ones.

Reported-by: Christoph Krey
Bug: https://curl.haxx.se/mail/lib-2020-04/0021.html
Closes #5246

show more ...


# 2522903b 14-Apr-2020 Bjorn Stenberg

mqtt: add new experimental protocol

Closes #5173


123