summaryrefslogtreecommitdiff
path: root/lib/mqtt.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-23urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-02sendf: move the verbose-check into Curl_debugDaniel Stenberg
2020-09-21Curl_handler: add 'family' to each protocolDaniel Stenberg
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-09-02mqtt.c: avoid curl_ prefix on local variableDaniel Stenberg
2020-08-31mqtt: enable by defaultDaniel Stenberg
2020-06-25escape: make the URL decode able to reject only %00 bytesDaniel Stenberg
2020-06-02urldata: let the HTTP method be in the set.* structDaniel Stenberg
2020-04-30make gnurl-auxnikita
2020-04-20mqtt: make NOSTATE get within the debug name arrayDaniel Stenberg
2020-04-20mqtt: remove code with no purposeDaniel Stenberg
2020-04-20mqtt: fix Curl_read() error handling while reading remaining lengthDaniel Stenberg
2020-04-20mqtt: improve the state machineDaniel Stenberg
2020-04-14mqtt: add new experimental protocolBjorn Stenberg