aboutsummaryrefslogtreecommitdiff
path: root/lib/mqtt.h
AgeCommit message (Collapse)Author
2020-04-20mqtt: make NOSTATE get within the debug name arrayDaniel Stenberg
2020-04-20lib: fix typos in comments and errormessagesDaniel Gustafsson
This fixes a few randomly spotted typos in recently merged code, most notably one in a userfacing errormessage the schannel code.
2020-04-20mqtt: improve the state machineDaniel 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-14mqtt: add new experimental protocolBjorn Stenberg
Closes #5173