summaryrefslogtreecommitdiff
path: root/lib/mqtt.c
Commit message (Expand)AuthorAgeFilesLines
* mqtt: enable by defaultDaniel Stenberg2020-08-311-2/+2
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-1/+2
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-1/+1
* mqtt: make NOSTATE get within the debug name arrayDaniel Stenberg2020-04-201-1/+3
* mqtt: remove code with no purposeDaniel Stenberg2020-04-201-2/+0
* mqtt: fix Curl_read() error handling while reading remaining lengthDaniel Stenberg2020-04-201-0/+2
* mqtt: improve the state machineDaniel Stenberg2020-04-201-58/+122
* mqtt: add new experimental protocolBjorn Stenberg2020-04-141-0/+561