aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-mqtt.c
Commit message (Expand)AuthorAgeLines
* mqtt: Fix double free on ssl handshake failuresdequis2016-05-09-0/+3
* Updated copyright dates for 2016jgeboski2016-01-15-1/+1
* Fixed a few issues reported by Coverityjgeboski2015-12-26-0/+1
* Coding style consistenciesjgeboski2015-12-24-1/+1
* Dropped required GLib version to 2.28.0jgeboski2015-12-22-1/+0
* mqtt: fix segfaults after disconnecting on writedequis2015-11-19-2/+3
* fb_mqtt_write: fix unreachable input_add (priv->wev was always 0)dequis2015-11-19-2/+1
* Imported changes from purple-facebookjgeboski2015-08-24-669/+590
* fb_mqtt_cb_read: change read size to be remz, hopefully fixing timeoutsdequis2015-03-11-1/+1
* Updated copyright dates for 2015jgeboski2015-03-05-1/+1
* Check format string security at compile-timejgeboski2015-01-27-2/+1
* facebook-mqtt: propagate actual connection error codejgeboski2015-01-23-2/+1
* facebook-mqtt: reset the connected state upon closingjgeboski2015-01-23-0/+2
* facebook-mqtt: fixed preemptive connection timeoutsjgeboski2015-01-17-2/+2
* Implemented initial MQTT interfacejgeboski2015-01-14-0/+1057