Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updated copyright dates for 2016 | jgeboski | 2016-01-15 | -1/+1 |
| | ||||
* | Coding style consistencies | jgeboski | 2015-12-24 | -3/+3 |
| | ||||
* | Dropped required GLib version to 2.28.0 | jgeboski | 2015-12-22 | -2/+2 |
| | | | | This is namely for the RedHat guys maintaining RHEL 6. | |||
* | Fixed grammar errors in the GTK-Doc | jgeboski | 2015-12-20 | -4/+4 |
| | ||||
* | Imported changes from purple-facebook | jgeboski | 2015-08-24 | -197/+527 |
| | ||||
* | Updated copyright dates for 2015 | jgeboski | 2015-03-05 | -1/+1 |
| | ||||
* | Check format string security at compile-time | jgeboski | 2015-01-27 | -2/+2 |
| | | | | | This enables various format string security checks by the compiler in attempt to avoid run-time failures. | |||
* | facebook-mqtt: fixed preemptive connection timeouts | jgeboski | 2015-01-17 | -6/+8 |
| | | | | | | | | | As it stands, a connection is declared as being timed out if it has not heard back from the server with a ping response in one keep-alive time interval. However, the MQTT specification states that a connection is only declared timed out after one and a half time intervals. While the effects of this oversight may not be immediately present, over a period uptime, the connection may fall victim to preemptive timeouts. | |||
* | Implemented initial MQTT interface | jgeboski | 2015-01-14 | -0/+288 |