summaryrefslogtreecommitdiff
path: root/lib/mqtt.c
Commit message (Expand)AuthorAgeFilesLines
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-68/+73
* mqtt: handle POST/PUBLISH without a set POSTFIELDSIZEDaniel Stenberg2020-12-181-1/+9
* mqtt: deal with 0 byte reads correctlyDaniel Stenberg2020-12-151-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-5/+5
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-11/+6
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+1
* mqtt.c: avoid curl_ prefix on local variableDaniel Stenberg2020-09-021-3/+3
* 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