summaryrefslogtreecommitdiff
path: root/lib/mqtt.c
Commit message (Expand)AuthorAgeFilesLines
* mqtt: on send error, return errorDaniel Stenberg2023-02-281-2/+3
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-2/+2
* mqtt: spell out CONNECT in commentsDaniel Stenberg2022-10-171-5/+5
* mqtt: return error for too long topicDaniel Stenberg2022-10-161-4/+12
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* mqtt: better handling of TCP disconnect mid-messageDaniel Stenberg2022-03-291-1/+7
* mqtt: free 'sendleftovers' in disconnectDaniel Stenberg2022-02-091-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-2/+1
* mqtt: free any leftover when doneDaniel Stenberg2022-01-131-2/+14
* mqtt: clear the leftovers pointer when sending succeedsz2_ on hackerone2021-09-131-0/+4
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-8/+8
* mqtt: extend the error message for no topicDaniel Stenberg2021-06-301-13/+5
* mqtt: add support for username and passwordGealber Morales2021-06-121-30/+180
* mqtt: detect illegal and too large file sizeHarry Sintonen2021-06-021-0/+10
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+1
* 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