Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-20 | mqtt: make NOSTATE get within the debug name array | Daniel Stenberg | |
2020-04-20 | mqtt: remove code with no purpose | Daniel Stenberg | |
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 | |||
2020-04-20 | mqtt: fix Curl_read() error handling while reading remaining length | Daniel Stenberg | |
Detected by Coverity. CID 1462320. Closes #5274 | |||
2020-04-20 | mqtt: improve the state machine | Daniel Stenberg | |
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 | |||
2020-04-14 | mqtt: add new experimental protocol | Bjorn Stenberg | |
Closes #5173 |